Re: [BackupPC-users] Errors backing up Linux server

2005-09-29 Thread Brendan Simon
OK. I got my local host backing up OK :) Now when I try my remote server (Debian Linux PPC) with rsync/ssh I get an error saying "fileListReceive failed". I have constrained the backup directory to my own temp directory "/home/bjsimon/Temp" which is only 373MB. Output of XferLog.bad.z is:

[BackupPC-users] rsyncd maximum file size on XP?

2005-09-29 Thread Daryle Dismukes
Does anyone know what the file size restriction is for rsyncd on Windows XP? I have been using BackupPC for several months now and it has been working great, with one exception. I am backing up a XP computer using rsyncd with backuppc 2.1.2 on Fedora Core 3. The XP box has a 3Ghz Pentium4, 1GB

Re: [BackupPC-users] Errors backing up Linux server

2005-09-29 Thread Torsten Sadowski
Hi Brendan, GetTar is just a little script to prevent restores in case there might be a break in. It is just: #!/bin/sh -f exec /bin/tar -c "$@" Torsten On 2005-09-29 07:05:10 +0200 Brendan Simon <[EMAIL PROTECTED]> wrote: Hi Torsten. Good idea to get local host going first :) Quick qu