[GRLUG] rsync/rsnapshot
Mark Farver
mfarver at mindbent.org
Thu Dec 3 12:45:56 EST 2015
I think that may be expected, depending on how your ll alias is setup.
do a `stat` on the files to see all timestamps. I think ctime will
always change (if the copy was across filesystem boundaries since a
new inode was created) but rsync should try to fixup atime and mtime.
On Thu, Dec 3, 2015 at 12:30 PM, L. V. Lammert <lvl at omnitec.net> wrote:
> Trying to setup replication of an rsnapshot archive, .. the base backup is
> running fine, *but* when I try to replicate it, it farkles the timestamps:
>
> Using:
>
> rsync -azH --delete --numeric-ids
>
> Results in the replicated copy:
>
> # ll
> total 12
> drwxr-xr-x 14 root root 4096 Dec 3 11:26 daily.0/
> drwxr-xr-x 14 root root 4096 Dec 3 11:26 daily.1/
> drwxr-xr-x 14 root root 4096 Dec 3 11:26 daily.2/
>
> Note that the timestmps are the time of the replication, .. the "-a" seems
> to not be working correctly??
>
> TIA!
>
> Lee
>
> _______________________________________________
> grlug mailing list
> grlug at grlug.org
> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug
More information about the grlug
mailing list