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: Dan Muresan
Subject: Re: [rdiff-backup-users] remove broken from-the-future increment?
Date: Sat, 19 May 2007 22:01:53 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1

Hi,

wait a day and try again?  ;)

the broken timestamp is a few *months* off into the future, so you must mean "wait a couple of months and try again" in this case... Right? Which is not practical...

perhaps find, xargs and touch are your friends:

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

OK, so this would reset the timestamp of "future" files to a reasonable value. Is this enough though? It seems timestamp is stored in some file names too:

mirror_metadata.2007-09-07T07:35:06+03:00.snapshot.gz
session_statistics.2007-09-07T07:35:06+03:00.data

(today is May 2007, and these filenames refer to Sep 2007)

Are you sure that touch alone will help (and not break the backup repository?)


Cheers,
Dan




reply via email to

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