https://bugzilla.samba.org/show_bug.cgi?id=3253
--- Comment #2 from [EMAIL PROTECTED] 2005-11-16 18:51 MST ---
Created an attachment (id=1575)
--> (https://bugzilla.samba.org/attachment.cgi?id=1575&action=view)
perl script solution
I enjoy coding simple perl scripts like this, so he
Dan Crosta wrote...
> Is there any way to make this work?
What I'm doing: rsync (several options) --delete --backup \
--backup-dir=(absolute path out of $dest) \
$src $dest
and backup-dir gets archived afterwards. In your case you'd rename it
to represent the last days' changes.
Christo
I'm trying to design a daily backup system based on rsync that will
keep deleted files for N days after they went missing, and am
wondering if there's a way I can coax rsync to give me a list of files
that are missing on the source relative to the destination, so that
they can be later deleted (ie
https://bugzilla.samba.org/show_bug.cgi?id=3253
[EMAIL PROTECTED] changed:
What|Removed |Added
Severity|normal |enhancement
Status|NEW