Re: [BackupPC-users] Backup from a debian etch

2007-02-28 Thread Ralf Gross
Bruno Sampayo schrieb:
> 
> I did the tar reinstall with version 1.4, but I'm still have the 
> problem, the lastest status  that  I  got from the backuppc is:
> 
> Contents of file /var/lib/backuppc/pc/portal/XferLOG.0.z, modified 
> 2007-02-28 13:35:58 (Extracting only Errors)

Ok, but you are using rsync as Xfer method, not tar.
 
> Running: /usr/bin/ssh -q -x -l root portal /usr/bin/rsync --server 
> --sender --numeric-ids --perms --owner --group --devices --links --times 
> --block-size=2048 --recursive --one-file-system --exclude=/lost+found 
> --exclude=/tmp --exclude=/chroots/smc.samurai.com.br/var/run 
> --exclude=/chroots/smc.samurai.com.br/dev --exclude=/var/run 
> --exclude=/sys --exclude=/opt/Plone-2.5/zeocluster/server/etc/zeo.zdsock 
> --exclude=/opt/Plone-2.5/zeocluster/client2/var/ 
> --exclude=/opt/Plone-2.5/zeocluster/client1/var/ --exclude=/dev 
> --exclude=/proc --exclude=/opt/zope2.8.8/var/zopectlsock 
> --exclude=/vmlinuz --exclude=/var/lib/backuppc/log/ --ignore-times . /
> Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
> [ skipped 1 lines ]

Try changing rsync option --devices to -D. Maybe you have to update
File::RsyncP too.


Ralf

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backup from a debian etch

2007-02-28 Thread Bruno Sampayo
Hey forum and Ralf,

I did the tar reinstall with version 1.4, but I'm still have the 
problem, the lastest status  that  I  got from the backuppc is:

Contents of file /var/lib/backuppc/pc/portal/XferLOG.0.z, modified 
2007-02-28 13:35:58 (Extracting only Errors)

Running: /usr/bin/ssh -q -x -l root portal /usr/bin/rsync --server 
--sender --numeric-ids --perms --owner --group --devices --links --times 
--block-size=2048 --recursive --one-file-system --exclude=/lost+found 
--exclude=/tmp --exclude=/chroots/smc.samurai.com.br/var/run 
--exclude=/chroots/smc.samurai.com.br/dev --exclude=/var/run 
--exclude=/sys --exclude=/opt/Plone-2.5/zeocluster/server/etc/zeo.zdsock 
--exclude=/opt/Plone-2.5/zeocluster/client2/var/ 
--exclude=/opt/Plone-2.5/zeocluster/client1/var/ --exclude=/dev 
--exclude=/proc --exclude=/opt/zope2.8.8/var/zopectlsock 
--exclude=/vmlinuz --exclude=/var/lib/backuppc/log/ --ignore-times . /
Xfer PIDs are now 5310
Got remote protocol 29
Xfer PIDs are now 5310,5314
[ skipped 14834 lines ]
Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
[ skipped 1 lines ]
Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
[ skipped 1 lines ]
Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
[ skipped 1 lines ]
Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
[ skipped 1 lines ]
Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
[ skipped 1 lines ]
Can't open /var/lib/backuppc/pc/portal/new//f%2f/ for empty output
[ skipped 1 lines ]

Do you know what is it?

Thanks and best regast,
Bruno Sampayo



Ralf Gross escreveu:
> Bruno Sampayo schrieb:
>   
>> I tried to make backup with backuppc on debian sarge, and the 
>> server client is a Debian etch kernel: 2.6.8-2-386.
>> When I start the full backuppc for this machine, I got a error with 
>> the follow message:
>>
>>
>> [EMAIL PROTECTED]:~$ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump 
>> -f portal
>> started full dump, share=/
>> xferPids 7258
>> xferPids 7258,7259
>>
>>
>> dump failed: aborted by signal=ALRM
>> link portal
>> 
>
> Are you using tar as transfer method? There has been a change in tar
> 1.16 that reports a failure if a file changed during backup. etch is
> using tar 1.16. If this is your problem, try tar 1.15.1 or a recent
> backuppc version where this problem is fixed.
>
> Ralf
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/
>   

-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backup from a debian etch

2007-02-26 Thread Bruno Sampayo
Hello list,

I tried to make backup with backuppc on debian sarge, and the 
server client is a Debian etch kernel: 2.6.8-2-386.
 When I start the full backuppc for this machine, I got a error with 
the follow message:


[EMAIL PROTECTED]:~$ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump 
-f portal
started full dump, share=/
xferPids 7258
xferPids 7258,7259


dump failed: aborted by signal=ALRM
link portal



Could someone help me?

Thanks for help.

Best resgast,
Bruno Sampayo

-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais




-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backup from a debian etch

2007-02-14 Thread Ralf Gross
Bruno Sampayo schrieb:
> 
> I tried to make backup with backuppc on debian sarge, and the 
> server client is a Debian etch kernel: 2.6.8-2-386.
> When I start the full backuppc for this machine, I got a error with 
> the follow message:
> 
> 
> [EMAIL PROTECTED]:~$ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump 
> -f portal
> started full dump, share=/
> xferPids 7258
> xferPids 7258,7259
> 
> 
> dump failed: aborted by signal=ALRM
> link portal

Are you using tar as transfer method? There has been a change in tar
1.16 that reports a failure if a file changed during backup. etch is
using tar 1.16. If this is your problem, try tar 1.15.1 or a recent
backuppc version where this problem is fixed.

Ralf

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backup from a debian etch

2007-02-14 Thread Bruno Sampayo

Hello list,

I tried to make backup with backuppc on debian sarge, and the 
server client is a Debian etch kernel: 2.6.8-2-386.
When I start the full backuppc for this machine, I got a error with 
the follow message:


[EMAIL PROTECTED]:~$ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump 
-f portal
started full dump, share=/
xferPids 7258
xferPids 7258,7259


dump failed: aborted by signal=ALRM
link portal



Could someone help me?

Thanks for help.

Best resgast,
Bruno Sampayo

-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backup from a debian etch

2007-02-08 Thread Bruno Sampayo
Hello list,

I tried to make backup with backuppc on debian sarge, and the 
server client is a Debian etch kernel: 2.6.8-2-386.
  When I start the full backuppc for this machine, I got a error with 
the follow message:


[EMAIL PROTECTED]:~$ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump 
-f portal
started full dump, share=/
xferPids 7258
xferPids 7258,7259


dump failed: aborted by signal=ALRM
link portal



Could someone help me?

Thanks for help.

Best resgast,
Bruno Sampayo

-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backup from a debian etch

2007-01-26 Thread Bruno Sampayo
Hello list,

 I tried to make a backup by backuppc on debian sarge install, and the 
server client is a  Debian etch kernel: 2.6.8-2-386.
   When I start the full backuppc for this machine, I got a error with 
the follow message:


[EMAIL PROTECTED]:~$ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_dump 
-f portal
started full dump, share=/
xferPids 7258
xferPids 7258,7259


dump failed: aborted by signal=ALRM
link portal



Some any can help me?

Thanks for help.

Bruno Sampayo

-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais




-- 
Bruno Sampayo <[EMAIL PROTECTED]>
Tel.: +55(011) 50973005
Engenharia
Samurai Projetos Especiais



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/