rclone/cmd
nielash 6d6dc00abb bisync: rollback listing on error
Before this change, bisync had no mechanism for "retrying" a file again next
time, in the event of an unexpected and possibly temporary error. After this
change, bisync is now essentially able to mark a file as needing to be
rechecked next time. Bisync does this by keeping one prior listing on hand at
all times. In a low-confidence situation, bisync can revert a given file row
back to its state at the end of the last known successful sync, ensuring that
any subsequent changes will be re-noticed on the next run.
This can potentially be helpful for a dynamically changing file system, where
files may be changing quickly while bisync is working with them.
2024-01-20 14:50:08 -05:00
..
about
all
authorize
backend
bisync bisync: rollback listing on error 2024-01-20 14:50:08 -05:00
cachestats
cat
check
checksum
cleanup
cmount mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
config
copy
copyto
copyurl
cryptcheck
cryptdecode
dedupe
delete
deletefile
genautocomplete
gendocs
hashsum docs: show hashsum arguments as optional in usage string 2023-11-03 23:31:00 +01:00
link
listremotes backend: add description field for all backends 2024-01-03 10:57:59 +00:00
ls
lsd
lsf lsf: add --time-format flag 2024-01-20 14:50:08 -05:00
lsjson
lsl
md5sum
mkdir
mount mount: disable mount for freebsd 2023-10-29 15:46:41 +00:00
mount2
mountlib systemd: Fix detection and switch to the coreos package everywhere 2023-12-02 14:17:15 +00:00
move
moveto
ncdu ncdu: fix crash when re-entering changed directory after rescan 2023-10-24 14:26:57 +01:00
nfsmount nfsmount: compile for all unix oses, add --sudo and fix error/option handling 2023-12-05 10:44:53 +00:00
obscure
purge
rc
rcat
rcd
reveal
rmdir
rmdirs
selfupdate selfupdate: fix crash in tests if beta not found 2023-12-10 22:29:57 +00:00
serve serve dlna: now only supported on go1.21 or later 2024-01-15 16:22:07 +00:00
settier
sha1sum
size size: dont show duplicate object count when less than 1k 2023-11-14 16:44:12 +00:00
sync sync: report list of synced paths to file -- see #7282 2024-01-20 14:50:08 -05:00
test amazonclouddrive: remove Amazon Drive backend code and docs #7539 2024-01-04 17:05:54 +00:00
touch
tree
version
cmd.go build: remove random.Seed since random generator is seeded automatically in go1.20 2024-01-15 16:22:07 +00:00
help.go
progress.go cmd: Make --progress output logs in the same format as without 2023-10-11 11:36:31 +01:00
selfupdate_disabled.go
selfupdate_enabled.go
siginfo_bsd.go
siginfo_others.go