rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] remove broken from-the-future increment?


From: dean gaudet
Subject: Re: [rdiff-backup-users] remove broken from-the-future increment?
Date: Sat, 19 May 2007 11:48:50 -0700 (PDT)

wait a day and try again?  ;)

perhaps find, xargs and touch are your friends:

touch /tmp/now
find /backup/location -type f -newer /tmp/now -print0 \
        | xargs -0 touch

-dean

On Fri, 18 May 2007, Dan Muresan wrote:

> Hi all,
> 
> a couple of days ago, my system clock was way off into the future due to an
> accident. rdiff-backup (ran from a cron job) created an increment with a
> future time-stamp.
> 
> Now, I have fixed my system clock, but rdiff-backup refuses to work anymore
> (it complains about the latest increment coming from the future).
> 
> Additionally, there seems to be no way to remove *new* increments, only *old*
> increments (there's no remove-newer-than or remove-range option to
> rdiff-backup).
> 
> What am I supposed to do? I want to get rid of the broken increment and keep
> everything else. There really should be an option for this...
> 
> Thanks,
> Dan
> 
> 
> _______________________________________________
> rdiff-backup-users mailing list at address@hidden
> http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
> Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]