mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 12:04:11 +08:00
6d6dc00abb
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. |
||
---|---|---|
.. | ||
test_all_changed | ||
test_basic | ||
test_changes | ||
test_check_access | ||
test_check_access_filters | ||
test_check_filename | ||
test_check_sync | ||
test_createemptysrcdirs | ||
test_dry_run | ||
test_equal | ||
test_extended_char_paths | ||
test_extended_filenames | ||
test_filters | ||
test_filtersfile_checks | ||
test_ignorelistingchecksum | ||
test_max_delete_path1 | ||
test_max_delete_path2_force | ||
test_rclone_args | ||
test_resync | ||
test_rmdirs | ||
test_volatile |