mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 11:55:01 +01:00
34 lines
980 B
Plaintext
34 lines
980 B
Plaintext
|
test volatile
|
||
|
|
||
|
test initial bisync
|
||
|
bisync resync
|
||
|
|
||
|
test changed on both paths - file5 (file5R, file5L)
|
||
|
touch-glob 2001-01-02 {datadir/} file5R.txt
|
||
|
copy-as {datadir/}file5R.txt {path2/} file5.txt
|
||
|
touch-glob 2001-03-04 {datadir/} file5L.txt
|
||
|
copy-as {datadir/}file5L.txt {path1/} file5.txt
|
||
|
|
||
|
test bisync with 50 files created during - should ignore new files
|
||
|
test-func
|
||
|
bisync
|
||
|
|
||
|
test changed on both paths - file5 (file5R, file5L)
|
||
|
touch-glob 2001-01-02 {datadir/} file5R.txt
|
||
|
copy-as {datadir/}file5R.txt {path2/} file5.txt
|
||
|
touch-glob 2001-03-04 {datadir/} file5L.txt
|
||
|
copy-as {datadir/}file5L.txt {path1/} file5.txt
|
||
|
|
||
|
test next bisync - should now notice new files
|
||
|
test-func
|
||
|
bisync
|
||
|
|
||
|
test changed on both paths - file5 (file5R, file5L)
|
||
|
touch-glob 2001-01-02 {datadir/} file5R.txt
|
||
|
copy-as {datadir/}file5R.txt {path2/} file5.txt
|
||
|
touch-glob 2001-03-04 {datadir/} file5L.txt
|
||
|
copy-as {datadir/}file5L.txt {path1/} file5.txt
|
||
|
|
||
|
test next bisync - should be no changes except dummy
|
||
|
test-func
|
||
|
bisync
|