2014-07-21 23:32:37 +03:00
|
|
|
Change lsd command so it doesn't show -1
|
2020-10-14 00:07:12 +02:00
|
|
|
* Make sure all Fses show -1 for objects Zero for dates, etc.
|
2014-07-31 23:24:52 +03:00
|
|
|
* Make test?
|
2014-07-21 23:32:37 +03:00
|
|
|
|
2014-07-31 23:24:52 +03:00
|
|
|
Put the TestRemote names into the Fs description
|
2015-12-30 02:18:31 +02:00
|
|
|
Make fs/test_all.go use the TestRemote name automatically
|
2014-07-31 23:24:52 +03:00
|
|
|
|
2014-08-01 19:58:39 +03:00
|
|
|
Get rid of Storable?
|
|
|
|
|
2012-12-29 14:35:41 +03:00
|
|
|
Todo
|
2012-12-31 20:31:19 +03:00
|
|
|
* FIXME: More -dry-run checks for object transfer
|
2013-01-09 01:31:16 +03:00
|
|
|
* Might be quicker to check md5sums first? for swift <-> swift certainly, and maybe for small files
|
2014-07-19 14:39:31 +03:00
|
|
|
* FIXME Make NewFs to return err.IsAnObject so can put the LimitedFs
|
|
|
|
creation in common code? Or try for as much as possible?
|
2020-10-14 00:07:12 +02:00
|
|
|
* FIXME Account all the transactions (ls, etc.) using a different
|
2014-07-19 14:39:31 +03:00
|
|
|
Roundtripper wrapper which wraps the transactions?
|
2012-12-29 14:35:41 +03:00
|
|
|
|
2012-12-23 20:46:03 +03:00
|
|
|
Ideas
|
2013-01-08 21:53:35 +03:00
|
|
|
* could do encryption - put IV into metadata?
|
2012-12-29 14:35:41 +03:00
|
|
|
* optimise remote copy container to another container using remote
|
2013-01-19 02:21:02 +03:00
|
|
|
copy if local is same as remote - use an optional Copier interface
|
2013-01-15 02:38:18 +03:00
|
|
|
* support
|
|
|
|
* sftp
|
|
|
|
* scp
|
|
|
|
* rsync over ssh
|
2014-07-19 14:39:31 +03:00
|
|
|
* control times sync (which is slow with some remotes) with -a --archive flag?
|
|
|
|
* Copy a glob pattern - could do with LimitedFs
|
2014-05-05 21:52:52 +03:00
|
|
|
|
2015-09-02 20:17:33 +02:00
|
|
|
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..?
|
|
|
|
|
2013-01-18 20:01:47 +03:00
|
|
|
Bugs
|
2014-04-18 00:27:33 +03:00
|
|
|
* Non verbose - not sure number transferred got counted up? CHECK
|
2014-05-05 21:52:52 +03:00
|
|
|
* When doing copy it recurses the whole of the destination FS which isn't necessary
|