rclone/cmd
Nick Craig-Wood ceeac84cfe serve restic: implement object cache
This caches all the objects returned from the List call. This makes
opening them much quicker so speeds up prune and restores. It also
uses fewer transactions. It can be disabled with
`--cache-objects=false`.

This was discovered when using the B2 backend when the budget was
being blown on list object calls which can avoided with a bit of
caching.

For typical 1 million file backup for a latop or server this will only
use a small amount more memory.
2020-11-12 17:58:46 +00:00
..
about docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
all backend: add new backend command for backend specific commands 2020-04-29 10:10:57 +01:00
authorize config: add context.Context #3257 #4685 2020-11-09 18:05:54 +00:00
backend fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
cachestats build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cat docs: restore lost spelling fixes 2020-02-10 15:29:39 +00:00
check check: fix docs 2020-09-07 12:10:52 +01:00
cleanup docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
cmount mount: make mount be cmount under macOS #4393 2020-10-29 13:34:39 +00:00
config config: add context.Context #3257 #4685 2020-11-09 18:05:54 +00:00
copy docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
copyto docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
copyurl doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00
cryptcheck check,cryptcheck: add reporting of filenames for same/missing/changed #3264 2020-07-21 22:08:13 +01:00
cryptdecode crypt: get rid of the unused Cipher interface as it obfuscated the code 2020-04-22 11:33:48 +01:00
dbhashsum dbhashsum: hide the command now it is deprecated 2020-04-29 10:12:12 +01:00
dedupe docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
delete docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
deletefile cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
genautocomplete docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
gendocs docs: remove manually set dates and use git dates instead 2020-06-01 13:07:46 +01:00
hashsum docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
info Spelling fixes 2020-10-14 15:21:31 +01:00
link link: Add --expire and --unlink flags 2020-06-05 14:51:05 +01:00
listremotes cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
ls docs: grammar: examples are examples 2020-10-28 18:16:23 +00:00
lsd cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
lsf fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
lsjson docs: spelling: etc. 2020-10-28 18:16:23 +00:00
lsl cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
md5sum cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
memtest cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
mkdir mkdir: warn when using mkdir on remotes which can't have empty directories 2020-07-08 17:55:58 +01:00
mount mount: implement mknod to make NFS file creation work - fixes #2115 2020-10-29 15:12:36 +00:00
mount2 docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
mountlib mount: docs: make note about mounting as network drive less confusing 2020-11-11 20:37:57 +00:00
move docs: spelling: server-side 2020-10-28 18:16:23 +00:00
moveto docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
ncdu ncdu: add toggle option for average size in directory - key 'a' 2020-10-30 15:33:54 +00:00
obscure docs: Add full stops for consistency in rclone --help 2020-09-08 16:26:09 +01:00
purge docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
rc docs: grammar: if, then 2020-10-28 18:16:23 +00:00
rcat cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rcd fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
reveal cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rmdir cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
rmdirs build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
serve serve restic: implement object cache 2020-11-12 17:58:46 +00:00
settier cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
sha1sum cmd: fix spelling of Definition 2019-10-14 17:02:09 +01:00
size cmd: fix environment variables not setting command line flags 2019-10-14 17:02:09 +01:00
sync docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574 2020-06-10 12:33:53 +01:00
touch docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
tree fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
version version: replace internal code with github.com/coreos/go-semver 2020-08-31 13:55:04 +01:00
cmd.go fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
help.go docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
progress.go lib/terminal: factor from cmd/progress, swap Azure/go-ansiterm for mattn/go-colorable 2019-10-08 19:59:47 +01:00
siginfo_darwin.go cmd: fix up stats printing on macOS after accounting change 2019-07-28 20:38:20 +01:00
siginfo_others.go cmd: add siginfo handler 2018-06-02 17:35:13 +01:00