Re: [BackupPC-users] Understanding rsync

2006-07-24 Thread Craig Barratt
Nicholas writes: > You must remember that by default BackupPC runs as user backuppc with > limited access. You could use sudo over SSH for local backups. > > i.e. $Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath $argList+'; ...plus drop the "+" from $argList: $Conf{RsyncClientCmd} = '/usr

[BackupPC-users] Restoring a localhost

2006-07-24 Thread Mark Miksis
I've been wondering just how smooth it would be to restore a backed-up Linux localhost. Has anyone done this who could share their thoughts or experiences? Here's what I'm wondering: Assume a Linux server with all OS and user data files on drive A, __TOPDIR__ on drive B. Drive A fails (or maybe

[BackupPC-users] dry run of BackupPC_compressPool cant' create dirs

2006-07-24 Thread Arlequín
Hello, list I am following the steps described here[1] in order to compress my backup pools. I've backed up two clients and now I am ready to run BackupPC_compressPool in test mode using the -t and -r flags. I su to BackupPC user (backuppc) and launched the command: /usr/share/backuppc/bin/Bac

Re: [BackupPC-users] Understanding rsync

2006-07-24 Thread Les Mikesell
On Mon, 2006-07-24 at 16:49 -0500, Randy Barlow wrote: > Les Mikesell wrote: > > Recent versions of rsync have changed their behavior so sockets > > are included (and generally hang) if you specify --devices. Try > > changing --devices with -D in $Conf{RsyncArgs} and > > $Conf{RsyncRestoreArgs}. >

Re: [BackupPC-users] Understanding rsync

2006-07-24 Thread Nicholas Hall
You must remember that by default BackupPC runs as user backuppc with limited access.  You could use sudo over SSH for local backups.i.e. $Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath $argList+';On 7/24/06, Randy Barlow <[EMAIL PROTECTED]> wrote: Les Mikesell wrote:> Recent versions of rsync h

Re: [BackupPC-users] Understanding rsync

2006-07-24 Thread Randy Barlow
Les Mikesell wrote: > Recent versions of rsync have changed their behavior so sockets > are included (and generally hang) if you specify --devices. Try > changing --devices with -D in $Conf{RsyncArgs} and > $Conf{RsyncRestoreArgs}. Awesome! This worked. Now I just have one more question: since

Re: [BackupPC-users] Set host-based backup path

2006-07-24 Thread Mark Coetser
> Hi > > I'm currently giving BackupPC a try and I've just set up my first rsyncd > backup. What I don't get is how to set on a per host basis tha path where > to > store the backuped data. By default (on my Gentoo system) it goes > in /var/lib/backuppc/pc/$HOST and I would like it to be in anothe

[BackupPC-users] Set host-based backup path

2006-07-24 Thread Davide Ferrari
Hi I'm currently giving BackupPC a try and I've just set up my first rsyncd backup. What I don't get is how to set on a per host basis tha path where to store the backuped data. By default (on my Gentoo system) it goes in /var/lib/backuppc/pc/$HOST and I would like it to be in another directory

Re: [BackupPC-users] xFer Error

2006-07-24 Thread Arlequín
On 20/07/2006 20:39, Nils Breunese (Lemonbit Internet) wrote: > Arlequín wrote: > >> On 17/07/2006 19:50, Nils Breunese (Lemonbit Internet) wrote: >>> Gabriel Menini wrote: >>> >>> The fix is probably to use -D instead of --devices. This was changed >>> in 2.1.2pl2 and has been mentioned on this