rclone/cmd/bisync/testdata/test_all_changed/scenario.txt
Ivan Andreev 940e99a929 bisync: test scenarios #5164
Co-authored-by: Chris Nelson <stuff@cjnaz.com>
2021-11-01 21:00:27 +03:00

30 lines
664 B
Plaintext

test all-changed
# Check trap for all files changed logic
#
# Setup initial state
# Change timestamp on all files except RCLONE_TEST
# Sync should pass
# Change timestamp on all files including RCLONE_TEST
# Sync should fail
# Sync with --force should pass
test initial bisync
bisync resync
test change timestamp on all files except RCLONE_TEST
touch-glob 2005-01-02 {path1/} file*
touch-glob 2005-01-02 {path1/}subdir file*
test sync should pass
bisync
test change timestamp on all files including RCLONE_TEST
touch-glob 2004-01-02 {path1/} *
touch-glob 2004-01-02 {path1/}subdir *
test sync should fail
bisync
test sync with force should pass
bisync force