Re: [BackupPC-users] backend to nfs nas share

2011-03-23 Thread hansbkk
Best to use LVM (over RAID if you like) for future expansion flexibility. I happen to use OpenFiler as a NAS host for the same reason - can act as an iSCSI host as well as all the mainstream filesharing protocols, relatively easy to set up compared to building your own from a generic distro. Note

Re: [BackupPC-users] rsync fails, Connection reset by peer

2011-03-23 Thread Jake Wilson
That lead me to my problem. I had my ssh keys setup so root could access the other server without a password, but I did not have backuppc user setup to access root@host without a password. Fixing this solved my problem. Thanks! On Wed, Mar 23, 2011 at 10:26 AM, Michael Stowe wrote: > > I just

Re: [BackupPC-users] Ignore large files ?

2011-03-23 Thread Richard Jacobsen
When last I tried, backuppc didn't support this with its rsync transport. I had to make a workaround. Here's how I do it: First, use rsyncd instead of rsync as the transport on the client side, and set up your rsyncd secrets file. For /etc/rsyncd.conf use something like this: uid = root p

[BackupPC-users] Exponential aging of incrementals possible?

2011-03-23 Thread Fresel Michal - hi competence e.U.
hi just wanted to know if it possible to create an "exponential" aging of incremental like on the $Conf{FullKeepCnt} = [4, 2, 3]; example? Greetings Mike -- Enable your software for Intel(R) Active Management Technolog

Re: [BackupPC-users] Ignore large files ?

2011-03-23 Thread Tod Detre
> I'm currently using lots of excludes to build up a backup over a slow link > in stages ..thanks to this list for this suggestion. > > I was wondering if there is an option for rysnc / backuppc to ignore files > say over 500Mbytes ? This would be most useful in getting the initial backup > in plac

Re: [BackupPC-users] Mac client ssh setup

2011-03-23 Thread Michael Conner
On Mar 23, 2011, at 12:12 PM, Jeffrey J. Kosowsky wrote: > Michael Conner wrote at about 08:37:33 -0500 on Wednesday, March 23, 2011: >> I'm a newbie with limited Linux experience, but I've had BPC running for >> about a week on a test machine running Centos 5.5. So far I've successfully >> got

Re: [BackupPC-users] Mac client ssh setup

2011-03-23 Thread Jeffrey J. Kosowsky
Michael Conner wrote at about 08:37:33 -0500 on Wednesday, March 23, 2011: > I'm a newbie with limited Linux experience, but I've had BPC running for > about a week on a test machine running Centos 5.5. So far I've successfully > gotten backups for a Windows machine over SMB and another linux

[BackupPC-users] Ignore large files ?

2011-03-23 Thread David Herring
I'm currently using lots of excludes to build up a backup over a slow link in stages ..thanks to this list for this suggestion. I was wondering if there is an option for rysnc / backuppc to ignore files say over 500Mbytes ? This would be most useful in getting the initial backup in place ..then gr

Re: [BackupPC-users] rsync fails, Connection reset by peer

2011-03-23 Thread Michael Stowe
> I just setup BackupPC on a server and I'm working to get it working via > rsync with some of our servers. I have ssh keys setup so that root can > ssh > from the host server to the client server without requiring a login. Does this work? On the BackupPC box: su - backuppc ssh testbox -l root

[BackupPC-users] rsync fails, Connection reset by peer

2011-03-23 Thread Jake Wilson
I just setup BackupPC on a server and I'm working to get it working via rsync with some of our servers. I have ssh keys setup so that root can ssh from the host server to the client server without requiring a login. When I try to run a full backup to the client I get this: 2011-03-23 09:40:43 Go

Re: [BackupPC-users] Mac client ssh setup

2011-03-23 Thread Michael Conner
On Mar 23, 2011, at 9:25 AM, Michael Stowe wrote: >> I'm a newbie with limited Linux experience, but I've had BPC running for >> about a week on a test machine running Centos 5.5. So far I've >> successfully gotten backups for a Windows machine over SMB and another >> linux (CentOS) with rsync; h

Re: [BackupPC-users] Mac client ssh setup

2011-03-23 Thread Michael Stowe
> I'm a newbie with limited Linux experience, but I've had BPC running for > about a week on a test machine running Centos 5.5. So far I've > successfully gotten backups for a Windows machine over SMB and another > linux (CentOS) with rsync; however, I'm having trouble getting things to > work for

Re: [BackupPC-users] Mac client ssh setup

2011-03-23 Thread Tyler J. Wagner
On Wed, 2011-03-23 at 08:37 -0500, Michael Conner wrote: > I am using rsync xfer and have tried setting things up as I did for the linux > machine: created a public key in /var/lib/backuppc/.ssh. For the linux > machine, I copied that to root on the client with ssh-copy-id and everything > worke

[BackupPC-users] Mac client ssh setup

2011-03-23 Thread Michael Conner
I'm a newbie with limited Linux experience, but I've had BPC running for about a week on a test machine running Centos 5.5. So far I've successfully gotten backups for a Windows machine over SMB and another linux (CentOS) with rsync; however, I'm having trouble getting things to work for a Mac c