Hello Elias, Monday, December 15, 2014, 4:13:20 PM, you wrote: EP> Sounds like it might be differences in precision of the timestamp. Could be, thoght the NAS box has the sending system as it's NTP server so their times should be in sync. EP> Check out the `--modify-window` option. Doesn't seem to stop all the folders being listed even though nothing is transferred. /usr/bin/rsync -av --modify-window=20 --no-whole-file --delete /music /NSA320-music/ . . . music/Yes/ music/Yes/Close to the Edge/ music/Yes/Fragile/ music/Yes/Tales From Topographic Oceans/ music/Yes/Yes Album/ music/Yes/Yessongs/ music/Yngwie Malmsteen, Joe Satriani & Steve Vai/ music/Yngwie Malmsteen, Joe Satriani & Steve Vai/G3- Rockin' in the Free World/ music/ZZ Top/ music/ZZ Top/Live From Texas/ music/ZZ Top/The Best of ZZ Top/ music/ZZ Top/ZZ Top Greatest Hits/ music/lost+found/ -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141215/15b2f213/attachment-0001.sig>
When you use --itemize-changes, does it indicate that the timestamps of the directories have changed? K Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd
Hello Kahlil, Monday, December 15, 2014, 11:25:35 PM, you wrote: KH> When you use --itemize-changes, does it indicate that the timestamps of the KH> directories have changed? Not uless the sequence of dots and letters before the folder name indicates that -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141216/390f84a8/attachment-0001.sig>
On Mon, Dec 15, 2014 at 10:41 AM, Niamh Holding <niamh at fullbore.co.uk> wrote:> Hello Elias, > > Monday, December 15, 2014, 4:13:20 PM, you wrote: > > EP> Sounds like it might be differences in precision of the timestamp. > > Could be, thoght the NAS box has the sending system as it's NTP server so > their times should be in sync. > > EP> Check out the `--modify-window` option. > > Doesn't seem to stop all the folders being listed even though nothing is > transferred. > > /usr/bin/rsync -av --modify-window=20 --no-whole-file --delete /music /NSA320-music/What happens if you use --modify-window=3601 to allow up to an hour of difference? Your NAS may have windows-like behavior in terms of storing timestamps in local time and fudging them for DST. -- Les Mikesell lesmikesell at gmail.com
Hello Les, Tuesday, December 16, 2014, 4:09:43 PM, you wrote: LM> What happens if you use --modify-window=3601 to allow up to an hour of LM> difference? Your NAS may have windows-like behavior in terms of LM> storing timestamps in local time and fudging them for DST. Exactly the same :( --stats comes close, but doesn't list the files updated or deleted. -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141216/0220730f/attachment-0001.sig>
On Mon, 15 Dec 2014 at 11:41 -0000, Niamh Holding wrote:> EP> Sounds like it might be differences in precision of the timestamp. > > Could be, thoght the NAS box has the sending system as it's NTP server so > their times should be in sync. > > EP> Check out the `--modify-window` option. > > Doesn't seem to stop all the folders being listed even though nothing is > transferred. > > /usr/bin/rsync -av --modify-window=20 --no-whole-file --delete /music /NSA320-music/ > . > . > . > > music/Yes/ > music/Yes/Close to the Edge/ > music/Yes/Fragile/ > music/Yes/Tales From Topographic Oceans/ > music/Yes/Yes Album/ > music/Yes/Yessongs/ > music/Yngwie Malmsteen, Joe Satriani & Steve Vai/ > music/Yngwie Malmsteen, Joe Satriani & Steve Vai/G3- Rockin' in the Free World/ > music/ZZ Top/ > music/ZZ Top/Live From Texas/ > music/ZZ Top/The Best of ZZ Top/ > music/ZZ Top/ZZ Top Greatest Hits/ > music/lost+found/If you don't want the directories themselves checked you may want the -O (--omit-dir-times) option. If this is a CIFS or other DOSish filesystem you may also need --no-o --no-p and/or --no-g to ignore other file attributes. Stuart
Hello Stuart, Tuesday, December 16, 2014, 9:33:29 PM, you wrote: SB> If this is a CIFS or other DOSish filesystem you may also need --no-o SB> --no-p and/or --no-g to ignore other file attributes. Looks like this may be the case to solve that problem. -- Best regards, Niamh mailto:niamh at fullbore.co.uk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 192 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20141217/719bb9e9/attachment-0001.sig>