Re: [BackupPC-users] Can't open for empty output

2006-04-03 Thread Stephen Vaughan
I'm getting the same problem now aswell... It creates the list of files to be copied and then just shits itself with the following errors over and over: Can't open /var/lib/backuppc/pc/xxx.xxx.net/new//fopt/ for empty output   create 0 /   0 On 4/4/06, Dan D Niles <[EMAIL PROTE

Re: [BackupPC-users] backupcc subitely doesn't work

2006-04-03 Thread Peter Gumeson
Fabrice, Use tar instead for OS X. For OS X 10.4 you can use the included tar instead of xtar. See the following post: http://sourceforge.net/mailarchive/forum.php?thread_id=9957281&forum_id=503 Peter --- Fabrice BOYRIE <[EMAIL PROTECTED]> wrote: > Hello > > I have a problem with the back

[BackupPC-users] backupcc subitely doesn't work

2006-04-03 Thread Fabrice BOYRIE
Hello I have a problem with the backup of a powerbook under MacOSX 10.4. The backup is made in rsync mode. Since a few days, the backups doesn't end with the following error message in the logs Can't open /donnees/backuppc/pc/macodile/new//f%2fUsers%2fodile%2f/ for empty output If i put back

Re: [BackupPC-users] Can't open for empty output

2006-04-03 Thread Dan D Niles
Carl Wilhelm Soderstrom writes: > > are you out of disk space? out of inodes? Nope. /dev/amrd2s1b1.4T462G820G36% 18021058 170889532 10% /backup --- This SF.Net email is sponsored by xPML, a groundbreaking scripting lang

Re: [BackupPC-users] Can't open for empty output

2006-04-03 Thread Carl Wilhelm Soderstrom
On 04/03 04:46 , Dan D Niles wrote: > I am seing hundreds of thousands of these in my log: > > create d 755 0/0 512 usr > create d 755 0/0 512 var > Can't open /backup/BackupPC/pc//new//f%2f/ for empty output > create 0 / 0 > Can't open /bac

Re: [BackupPC-users] Rsync 2.6.7-1 (fileListReceive failed)

2006-04-03 Thread christian mock
[no idea if this shows up on the list since I'm not subscribed] On Thu, Mar 30, 2006 at 12:26:17PM +0100, Andy wrote: > Can anyone confirm or deny problems with rsync 2.6.7-1? Yes, I've seen the same here -- backuppc box is debian/sarge with ii rsync 2.6.4-6fast remote file c

[BackupPC-users] Can't open for empty output

2006-04-03 Thread Dan D Niles
I am seing hundreds of thousands of these in my log: create d 755 0/0 512 usr create d 755 0/0 512 var Can't open /backup/BackupPC/pc//new//f%2f/ for empty output create 0 / 0 Can't open /backup/BackupPC/pc//new//f%2f/ for empty output cr

Re: [BackupPC-users] rsync's "-z" option (compression) doesn't work with BackupPC?

2006-04-03 Thread Carl Wilhelm Soderstrom
On 04/03 10:20 , Tomasz Chmielewski wrote: > > compression is one of them. > > Umm, that's bad, it was a killer feature for doing remote backups over > internet. I do the compression at the SSH layer. it might not be quite as good; but it works, and saves a lot on bandwidth. -- Carl Soderstrom

Re: [BackupPC-users] rsync's "-z" option (compression) doesn't work with BackupPC?

2006-04-03 Thread Tomasz Chmielewski
Carl Wilhelm Soderstrom wrote: On 03/30 12:35 , Tomasz Chmielewski wrote: Unfortunately, when I add it $Conf{RsyncArgs}, rsync transfers don't work anymore: BackupPC doesn't use the regular rsync tool on the server side, it uses a perl module to do the same thing. Unfortunately, this means tha