Difference between revisions of "Storage"
Jump to navigation
Jump to search
(Created page with "# rclone https://github.com/rclone/rclone https://rclone.org/commands/rclone_copy/ https://rclone.org/commands/rclone_mount/ rclone init") |
|||
Line 1: | Line 1: | ||
# rclone | # rclone | ||
− | https://github.com/rclone/rclone | + | - https://rclone.org/downloads/ |
− | + | - https://github.com/rclone/rclone | |
− | https://rclone.org/commands/rclone_copy/ | + | - https://rclone.org/commands/rclone_copy/ |
− | + | - https://rclone.org/commands/rclone_mount/ | |
− | https://rclone.org/commands/rclone_mount/ | + | - https://rclone.org/drive/ |
− | + | - https://rclone.org/b2/ | |
+ | ``` | ||
+ | sudo curl https://rclone.org/install.sh | sudo bash | ||
rclone init | rclone init | ||
+ | mkdir storage | ||
+ | cd storage | ||
+ | rclone copy gdrive:/ gdrive | ||
+ | ``` |
Revision as of 06:00, 10 February 2020
rclone
- https://rclone.org/downloads/
- https://github.com/rclone/rclone
- https://rclone.org/commands/rclone_copy/
- https://rclone.org/commands/rclone_mount/
- https://rclone.org/drive/
- https://rclone.org/b2/
sudo curl https://rclone.org/install.sh | sudo bash rclone init mkdir storage cd storage rclone copy gdrive:/ gdrive