mirror of
https://github.com/rclone/rclone
synced 2024-11-12 10:50:08 +01:00
Notes about storage systems
This commit is contained in:
parent
37b2274e10
commit
dd6d7cad3a
@ -24,8 +24,13 @@ Ideas
|
||||
* sftp
|
||||
* scp
|
||||
* Google cloud storage: https://developers.google.com/storage/
|
||||
* http://godoc.org/code.google.com/p/google-api-go-client/storage/v1
|
||||
* Has MD5, can't set updated time so will need to use metadata
|
||||
* metadata returned with object head and easy to update
|
||||
* rsync over ssh
|
||||
* dropbox: https://github.com/nickoneill/go-dropbox (no MD5s)
|
||||
* dropbox: https://github.com/stacktic/dropbox
|
||||
* No MD5s
|
||||
* Can't set modtime
|
||||
* control times sync (which is slow) with -a --archive flag?
|
||||
|
||||
Need to make directory objects otherwise can't upload an empty directory
|
||||
|
Loading…
Reference in New Issue
Block a user