Re: [BackupPC-users] using BackupPC_tarPCCopy

2007-02-19 Thread Craig Barratt
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

Re: [BackupPC-users] using BackupPC_tarPCCopy

2007-02-17 Thread daniel berteaud
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

Re: [BackupPC-users] using BackupPC_tarPCCopy

2007-02-16 Thread daniel berteaud
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

Re: [BackupPC-users] using BackupPC_tarPCCopy

2007-02-05 Thread Craig Barratt
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

[BackupPC-users] using BackupPC_tarPCCopy

2007-02-05 Thread daniel berteaud
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