Hello, when using
gclone copy remote_name: gc:{FOLDER_ID}
it does copy everything, even if file present in destination
The expected behavior is to ignore files if exists and copy new files only.
I tried using normal remote with gclone and it worked just fine,
with gc:
gclone copy remote1: gc:{FOLDER_ID} -P
Transferred: 103.898 MiB / 1.233 TiB, 0%, 8.727 MiB/s, ETA 1d17h8m
Transferred: 0 / 687, 0%
Elapsed time: 12.5s
without gc
gclone copy remote1: remote2: -P
Transferred: 101.340 MiB / 28.108 GiB, 0%, 10.218 MiB/s, ETA 46m46s
Checks: 679 / 679, 100%
Transferred: 0 / 8, 0%
Elapsed time: 16.0s
I am only missing 28GB, but with gc it tries to copy the whole 1.2TB drive.
Hello, when using
it does copy everything, even if file present in destination
The expected behavior is to ignore files if exists and copy new files only.
I tried using normal remote with gclone and it worked just fine,
with gc:
without gc
I am only missing 28GB, but with gc it tries to copy the whole 1.2TB drive.