2014-07-22 04:32:37 +08:00
|
|
|
Change lsd command so it doesn't show -1
|
|
|
|
* Make sure all Fses show -1 for objects Zero for dates etc
|
2014-08-01 04:24:52 +08:00
|
|
|
* Make test?
|
2014-07-22 04:32:37 +08:00
|
|
|
|
2014-08-01 04:24:52 +08:00
|
|
|
Put the TestRemote names into the Fs description
|
2015-12-30 08:18:31 +08:00
|
|
|
Make fs/test_all.go use the TestRemote name automatically
|
2014-08-01 04:24:52 +08:00
|
|
|
|
2014-08-02 00:58:39 +08:00
|
|
|
Get rid of Storable?
|
|
|
|
|
2012-12-29 19:35:41 +08:00
|
|
|
Todo
|
2013-01-01 01:31:19 +08:00
|
|
|
* FIXME: More -dry-run checks for object transfer
|
2013-01-09 06:31:16 +08:00
|
|
|
* Might be quicker to check md5sums first? for swift <-> swift certainly, and maybe for small files
|
2014-07-19 19:39:31 +08:00
|
|
|
* FIXME Make NewFs to return err.IsAnObject so can put the LimitedFs
|
|
|
|
creation in common code? Or try for as much as possible?
|
Spelling fixes
Fix spelling of: above, already, anonymous, associated,
authentication, bandwidth, because, between, blocks, calculate,
candidates, cautious, changelog, cleaner, clipboard, command,
completely, concurrently, considered, constructs, corrupt, current,
daemon, dependencies, deprecated, directory, dispatcher, download,
eligible, ellipsis, encrypter, endpoint, entrieslist, essentially,
existing writers, existing, expires, filesystem, flushing, frequently,
hierarchy, however, implementation, implements, inaccurate,
individually, insensitive, longer, maximum, metadata, modified,
multipart, namedirfirst, nextcloud, obscured, opened, optional,
owncloud, pacific, passphrase, password, permanently, persimmon,
positive, potato, protocol, quota, receiving, recommends, referring,
requires, revisited, satisfied, satisfies, satisfy, semver,
serialized, session, storage, strategies, stringlist, successful,
supported, surprise, temporarily, temporary, transactions, unneeded,
update, uploads, wrapped
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-09 08:17:24 +08:00
|
|
|
* FIXME Account all the transactions (ls etc) using a different
|
2014-07-19 19:39:31 +08:00
|
|
|
Roundtripper wrapper which wraps the transactions?
|
2012-12-29 19:35:41 +08:00
|
|
|
|
2012-12-24 01:46:03 +08:00
|
|
|
Ideas
|
2013-01-09 02:53:35 +08:00
|
|
|
* could do encryption - put IV into metadata?
|
2012-12-29 19:35:41 +08:00
|
|
|
* optimise remote copy container to another container using remote
|
2013-01-19 07:21:02 +08:00
|
|
|
copy if local is same as remote - use an optional Copier interface
|
2013-01-15 07:38:18 +08:00
|
|
|
* support
|
|
|
|
* sftp
|
|
|
|
* scp
|
|
|
|
* rsync over ssh
|
2014-07-19 19:39:31 +08:00
|
|
|
* control times sync (which is slow with some remotes) with -a --archive flag?
|
|
|
|
* Copy a glob pattern - could do with LimitedFs
|
2014-05-06 02:52:52 +08:00
|
|
|
|
2015-09-03 02:17:33 +08: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-19 01:01:47 +08:00
|
|
|
Bugs
|
2014-04-18 05:27:33 +08:00
|
|
|
* Non verbose - not sure number transferred got counted up? CHECK
|
2014-05-06 02:52:52 +08:00
|
|
|
* When doing copy it recurses the whole of the destination FS which isn't necessary
|