2014-07-21 20:32:37 +00:00
|
|
|
Change lsd command so it doesn't show -1
|
|
|
|
* Make sure all Fses show -1 for objects Zero for dates etc
|
2014-07-31 20:24:52 +00:00
|
|
|
* Make test?
|
2014-07-21 20:32:37 +00:00
|
|
|
|
2014-07-31 20:24:52 +00:00
|
|
|
Put the TestRemote names into the Fs description
|
2014-08-01 16:58:39 +00:00
|
|
|
Make test_all.sh use the TestRemote name automatically
|
2014-07-31 20:24:52 +00:00
|
|
|
|
|
|
|
Run errcheck and go vet in the make file
|
|
|
|
.. Also race detector?
|
|
|
|
|
2014-08-01 16:58:39 +00:00
|
|
|
Get rid of Storable?
|
|
|
|
|
2014-07-31 20:24:52 +00:00
|
|
|
Write developer manual
|
2014-07-22 22:03:14 +00:00
|
|
|
|
2012-12-29 11:35:41 +00:00
|
|
|
Todo
|
2012-12-31 17:31:19 +00:00
|
|
|
* FIXME: More -dry-run checks for object transfer
|
2013-01-08 22:31:16 +00:00
|
|
|
* Might be quicker to check md5sums first? for swift <-> swift certainly, and maybe for small files
|
2014-03-16 14:01:17 +00:00
|
|
|
* swift: Ignoring the pseudo directories
|
2013-01-02 15:34:25 +00:00
|
|
|
* if object.PseudoDirectory {
|
|
|
|
* fmt.Printf("%9s %19s %s\n", "Directory", "-", fs.Remote())
|
2013-01-03 22:50:00 +00:00
|
|
|
* Make Account wrapper
|
|
|
|
* make Account do progress meter
|
2012-12-31 16:40:34 +00:00
|
|
|
* -timeout: Make all timeouts be settable with command line parameters
|
2013-01-08 18:53:35 +00:00
|
|
|
* Add max object size to fs metadata - 5GB for swift, infinite for local, ? for s3
|
2013-01-18 23:21:02 +00:00
|
|
|
* tie into -max-size flag
|
2014-07-19 11:39:31 +00:00
|
|
|
* FIXME Make NewFs to return err.IsAnObject so can put the LimitedFs
|
|
|
|
creation in common code? Or try for as much as possible?
|
|
|
|
* FIXME Account all the transactons (ls etc) using a different
|
|
|
|
Roundtripper wrapper which wraps the transactions?
|
2012-12-29 11:35:41 +00:00
|
|
|
|
2015-02-06 09:24:19 +00:00
|
|
|
More rsync features
|
|
|
|
* include
|
|
|
|
* exclude
|
|
|
|
* max size
|
2015-02-28 13:08:18 +00:00
|
|
|
* -c, --checksum skip based on checksum, not mod-time & size
|
|
|
|
|
|
|
|
Ideas for flags
|
|
|
|
* --retries N flag which would make rclone retry a sync until successful or it tried N times.
|
2015-02-06 09:24:19 +00:00
|
|
|
|
2012-12-23 17:46:03 +00:00
|
|
|
Ideas
|
2013-01-08 18:53:35 +00:00
|
|
|
* could do encryption - put IV into metadata?
|
2012-12-29 11:35:41 +00:00
|
|
|
* optimise remote copy container to another container using remote
|
2013-01-18 23:21:02 +00:00
|
|
|
copy if local is same as remote - use an optional Copier interface
|
2013-01-14 23:38:18 +00:00
|
|
|
* support
|
|
|
|
* sftp
|
|
|
|
* scp
|
|
|
|
* rsync over ssh
|
2014-07-19 11:39:31 +00: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 18:52:52 +00:00
|
|
|
|
2013-01-18 17:01:47 +00:00
|
|
|
Bugs
|
2014-04-17 21:27:33 +00:00
|
|
|
* Non verbose - not sure number transferred got counted up? CHECK
|
2014-05-05 18:52:52 +00:00
|
|
|
* When doing copy it recurses the whole of the destination FS which isn't necessary
|