[BackupPC-users] Troubles restoring via SSH Tunnel

2010-10-01 Thread Boniforti Flavio
Hello list. I tried to put back on a remote server, via SSH tunnel and rsync, some files. What I got was this: Executing RestorePreUserCmd: /var/lib/backuppc/tunnel.sh -fC administra...@mail.cometti.ch -L 8873:127.0.0.1:873 sleep 60 SSH started successfully. Connected to localhost:8873, remote

Re: [BackupPC-users] Add NAS to LWM

2010-10-01 Thread Jon Craig
If your nas supports ISCSI then you could carve your nas into luns and use them to expand your lvm volume. If your nas doesn't support ISCSI then I don't know of a way you can merge the two together. You must end up with a single filesystem as BackupPC uses hard links and these cannot span

[BackupPC-users] internet traffic/rsync/backuppc

2010-10-01 Thread Wayne Walker
BackupPC uses rsync as a transport. Does it use any of rsync's smarts to prevent downloading unchanged files? If I run 2 full backups back to back, does it pull the entire 90 GB both times? Currently I use this (scripted) and nightly fulls are only 1 GB of traffic (for 90 GB of data) :

Re: [BackupPC-users] Compress::Zlib

2010-10-01 Thread Dan Lavu
Oh, for anybody who might have an issue with Compress::Zlib, here is a solution that worked for me. http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing- lists-3/backuppc-21/backuppc-cant-find-compress-zlib-after-recent-update -on-cen-106280/ Dan Lavu System Administrator

Re: [BackupPC-users] internet traffic/rsync/backuppc

2010-10-01 Thread Wayne Walker
On Fri, Oct 01, 2010 at 09:39:49AM -0500, Wayne Walker wrote: BackupPC uses rsync as a transport. Does it use any of rsync's smarts to prevent downloading unchanged files? If I run 2 full backups back to back, does it pull the entire 90 GB both times? Currently I use this (scripted) and

Re: [BackupPC-users] Compress::Zlib

2010-10-01 Thread Jon Craig
While this may fix your issue you should be careful of mixing packaged apps and non-packaged apps. You are likely to run into the same problem when rpms update in the future. The real fix is to get with the package maintainer and let them know of your compatibility issue and find out when/if

Re: [BackupPC-users] Compress::Zlib

2010-10-01 Thread Pete Geenhuizen
A further update to my previous fix For this update of perl I ran this perlmod -i List::Util which resolves the problem for me this time. -- Unencumbered by the thought process. -- Click and Clack, the Tappet Brothers. On Fri, October 1, 2010 11:22, Dan Lavu wrote: Oh, for anybody who

Re: [BackupPC-users] Troubles restoring via SSH Tunnel

2010-10-01 Thread Robin Lee Powell
On Fri, Oct 01, 2010 at 11:52:18AM +0200, Boniforti Flavio wrote: Hello list. I tried to put back on a remote server, via SSH tunnel and rsync, some files. What I got was this: Can we get the complete config for this host? And any global rsync or ssh options? And the contents of the tunnel

Re: [BackupPC-users] UNS: Re: internet traffic/rsync/backuppc

2010-10-01 Thread Wayne Walker
On Fri, Oct 01, 2010 at 08:07:27PM +0200, Sylvain MAURIN wrote: Why didn't you check the amount of the IO ? FS bottlenecks, particulary BackupPC heavy inode seeking, are *never* a result of disk bandwith. Your choice of RAID 5, is really a pain in IO domain if u don't take a lot of time in

[BackupPC-users] CentOS update and now missing Compress:Zlib

2010-10-01 Thread Tony Schreiner
I ran update today and perl-Compress-Zlib from RPMForge got obsoleted and replaced by perl-IO-Compress-Zlib now BackupPC_dump is gomplaining about missing Compress:Zlib I find use Compress::Zlib in BackupPC_compressPool and BackupPC_zcat, can I change those statements to use

Re: [BackupPC-users] CentOS update and now missing Compress:Zlib

2010-10-01 Thread Tony Schreiner
On Oct 1, 2010, at 2:55 PM, Tony Schreiner wrote: I ran update today and perl-Compress-Zlib from RPMForge got obsoleted and replaced by perl-IO-Compress-Zlib now BackupPC_dump is gomplaining about missing Compress:Zlib I find use Compress::Zlib in BackupPC_compressPool and BackupPC_zcat,