From c8cd2b510ff101b88d9d7e0970793ce7ed336b89 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 2 Sep 2015 19:17:33 +0100 Subject: [PATCH] More notes --- notes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/notes.txt b/notes.txt index 38ae1f289..6817563a3 100644 --- a/notes.txt +++ b/notes.txt @@ -57,6 +57,16 @@ Ideas * control times sync (which is slow with some remotes) with -a --archive flag? * 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 * 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