Branches
Comments
[»]
How is this different from find?
by The Lars - Apr 25th 2006 07:24:21
Hi there,
I'm curious how 'rdup' is different from the 'find' command, which can
trivially print out a list of files modified since the date on some
arbitrary timestamp file:
find . -type f -newer .lastbackup -print
You simply 'touch .lastbackup' whenever you successfully complete your
backup. The description for rdup makes it sound like it's doing pretty
much the same thing...but some of the comments on the different releases
imply that it actually has some additional features. Maybe just the
description needs updating?
[reply]
[top]
[»]
Re: How is this different from find?
by Miek Gieben - Apr 25th 2006 07:40:54
> find . -type f -newer .lastbackup
> -print
what this doesn't take into account is removed files, rdup
does show files that are removed since the last run.
grtz Miek
[reply]
[top]
|