On Mon, Oct 31, 2011 at 12:14:41AM +0100, Amar Cosic wrote:
> root@lemon:/etc# tarsnap --list-archives -vv
> test.london 2011-10-30 12:36:36 tarsnap -c -f test.london /etc
> mybackup 2011-09-03 16:42:00 tarsnap -c -f mybackup /etc/
>
> Well this is "ouch" situation.. : ). Crontab is fine, other stuff
> there is working OK.. Weird
>
> On Mon, Oct 31, 2011 at 12:10 AM, Colin Percival <
cperciva@tarsnap.com> wrote:
> > Try
> > # tarsnap --list-archives -vv
> >
> > That will show what command line was used to create each archive.
> >
> >> now there is 'mybackup' while it should be backup-%date right?
> >
> > If I'm reading your cron line correctly, yes.
> >
> >> tarsnap -tv -f mybackup |grep '/var'
> >
> > As Max pointed out, this should be "grep 'var'" since the leading /
> > is removed.
--