#1060235 rsync: --ignore-existing and --size-only have no effect when combined with -t

Package:
rsync
Source:
rsync
Description:
fast, versatile, remote (and local) file-copying tool
Submitter:
Dominik Danelski
Date:
2024-01-08 00:33:06 UTC
Severity:
normal
#1060235#5
Date:
2024-01-08 00:22:19 UTC
From:
To:
Dear Maintainer,

Excected outcome: I wanted to preserve the time of modification for files that did not exist on target, but do not change files that already exist, even if the modification times differ.

Attempted action: I thought that rsync with -t and --ignore-existing would be a perfect fit for that; their summary taken from rsync --help: