Difference between revisions of "Storage"

From UVOO Tech Wiki
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")
 
 
(3 intermediate revisions by 2 users not shown)
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_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
 +
```
  
https://rclone.org/commands/rclone_copy/
+
./config/rclone/rclone.conf contains api access token.
  
https://rclone.org/commands/rclone_mount/
+
https://serverfault.com/questions/665335/what-is-fastest-way-to-copy-a-sparse-file-what-method-results-in-the-smallest-f
 
+
https://wiki.archlinux.org/index.php/Sparse_file
rclone init
 

Latest revision as of 18:45, 27 February 2020