daniel writes:
> I'm using tar-1.14-12.RHEL4
> But I've found the problem yesterday, I need to use the -P option for
> tar, if I don't, I've got this message:
>
> removing leading ../ from hardlink targets
>
> So now, If I do a
>
> sudo -u backuppc BackupPC_tarPCCopy /opt/backuppc/files/pc/ | t
Le Fri, 16 Feb 2007 17:16:00 -0800,
Craig Barratt <[EMAIL PROTECTED]> a écrit :
> Daniel,
>
> What version of tar are you using?
>
> Craig
I'm using tar-1.14-12.RHEL4
But I've found the problem yesterday, I need to use the -P option for
tar, if I don't, I've got this message:
removing leading
Le Mon, 5 Feb 2007 20:58:45 -0800,
Craig Barratt <[EMAIL PROTECTED]> a écrit :
> daniel writes:
>
> > Hi everyone. I'm trying to backup all the data of a backuppc
> > server. I saw that backuppc 3.0 has a script to copy the directory
> > pc/
> >
> > So first I used rsync to copy everything exce
daniel writes:
> Hi everyone. I'm trying to backup all the data of a backuppc server. I
> saw that backuppc 3.0 has a script to copy the directory pc/
>
> So first I used rsync to copy everything except the directory pc/
>
> rsync -aH --exclude /opt/backuppc/files/pc/ /opt/backuppc/ \
> [EMAIL P
Hi everyone. I'm trying to backup all the data of a backuppc server. I
saw that backuppc 3.0 has a script to copy the directory pc/
So first I used rsync to copy everything except the directory pc/
rsync -aH --exclude /opt/backuppc/files/pc/ /opt/backuppc/ \
[EMAIL PROTECTED]:/opt/backuppc/
This