On Wed, 21 Jul 2010, Matthias Schniedermeyer wrote:

> rsync with --link-dest so that all files that aren't changed are
> hardlinked.
>
> Then to 'tar' all changed or new files you want a list of files without
> hardlinks as those are the files that where changed or new(*):
> find <dir> -type f -links 1 > files.lst
> tar <options> --files-from=files.lst
>
Easier yet:

        rsnapshot & -z  (use compression)

Simple way to get versions - hoursly/daily/weekly/monthly.

        Lee
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to