mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 01:44:41 +01:00
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
|