mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
More notes
This commit is contained in:
10
notes.txt
10
notes.txt
@@ -57,6 +57,16 @@ Ideas
|
|||||||
* control times sync (which is slow with some remotes) with -a --archive flag?
|
* control times sync (which is slow with some remotes) with -a --archive flag?
|
||||||
* Copy a glob pattern - could do with LimitedFs
|
* Copy a glob pattern - could do with LimitedFs
|
||||||
|
|
||||||
|
Make an encryption layer.
|
||||||
|
|
||||||
|
This would layer over the source FS to
|
||||||
|
* decrypt all gets
|
||||||
|
* encrypt all puts
|
||||||
|
* encrypt file names in list
|
||||||
|
* decrypt them in list
|
||||||
|
|
||||||
|
Would like to be able to see unencrypted file names in remote though? How? Or is that two encryption layers..?
|
||||||
|
|
||||||
Bugs
|
Bugs
|
||||||
* Non verbose - not sure number transferred got counted up? CHECK
|
* Non verbose - not sure number transferred got counted up? CHECK
|
||||||
* When doing copy it recurses the whole of the destination FS which isn't necessary
|
* When doing copy it recurses the whole of the destination FS which isn't necessary
|
||||||
|
|||||||
Reference in New Issue
Block a user