mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
940e99a929
Co-authored-by: Chris Nelson <stuff@cjnaz.com>
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
test basic
|
|
# Simple test case for development
|
|
|
|
test initial bisync
|
|
bisync resync
|
|
|
|
test place newer files on both paths
|
|
# force specific modification time since file time is lost through git
|
|
touch-copy 2001-01-02 {datadir/}file1.txt {path2/}
|
|
copy-as {datadir/}file1.txt {path1/}subdir file20.txt
|
|
|
|
test bisync run
|
|
bisync
|