Difference between revisions of "Storage"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
./config/rclone/rclone.conf contains api access token. | ./config/rclone/rclone.conf contains api access token. | ||
+ | |||
+ | https://serverfault.com/questions/665335/what-is-fastest-way-to-copy-a-sparse-file-what-method-results-in-the-smallest-f |
Revision as of 18:43, 27 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
./config/rclone/rclone.conf contains api access token.