File: test.log

package info (click to toggle)
rclone 1.69.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 45,716 kB
  • sloc: sh: 1,115; xml: 857; python: 754; javascript: 612; makefile: 299; ansic: 101; php: 74
file content (58 lines) | stat: -rw-r--r-- 2,762 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
(01)  : test basic


(02)  : test initial bisync
(03)  : bisync resync
INFO  : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set.
INFO  : Bisyncing with Comparison Settings:
{
"Modtime": true,
"Size": true,
"Checksum": false,
"NoSlowHash": false,
"SlowHashSyncOnly": false,
"DownloadHash": false
}
INFO  : Synching Path1 "{path1/}" with Path2 "{path2/}"
INFO  : Copying Path2 files to Path1
INFO  : - Path2    Resync is copying files to         - Path1
INFO  : - Path1    Resync is copying files to         - Path2
INFO  : Resync updating listings
INFO  : Validating listings for Path1 "{path1/}" vs Path2 "{path2/}"
INFO  : Bisync successful

(04)  : test place newer files on both paths

(05)  : touch-copy 2001-01-02 {datadir/}file1.txt {path2/}
(06)  : copy-as {datadir/}file1.txt {path1/}subdir file20.txt

(07)  : test bisync run
(08)  : bisync
INFO  : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set.
INFO  : Bisyncing with Comparison Settings:
{
"Modtime": true,
"Size": true,
"Checksum": false,
"NoSlowHash": false,
"SlowHashSyncOnly": false,
"DownloadHash": false
}
INFO  : Synching Path1 "{path1/}" with Path2 "{path2/}"
INFO  : Building Path1 and Path2 listings
INFO  : Path1 checking for diffs
INFO  : - Path1    File changed: size (larger), time (newer) - subdir/file20.txt
INFO  : Path1:    1 changes:    0 new,    1 modified,    0 deleted
INFO  : (Modified:    1 newer,    0 older,    1 larger,    0 smaller)
INFO  : Path2 checking for diffs
INFO  : - Path2    File changed: size (larger), time (newer) - file1.txt
INFO  : Path2:    1 changes:    0 new,    1 modified,    0 deleted
INFO  : (Modified:    1 newer,    0 older,    1 larger,    0 smaller)
INFO  : Applying changes
INFO  : - Path1    Queue copy to Path2       - {path2/}subdir/file20.txt
INFO  : - Path2    Queue copy to Path1       - {path1/}file1.txt
INFO  : - Path2    Do queued copies to                - Path1
INFO  : - Path1    Do queued copies to                - Path2
INFO  : Updating listings
INFO  : Validating listings for Path1 "{path1/}" vs Path2 "{path2/}"
INFO  : Bisync successful