SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
incremental rsync to sparc failing
Author Message
Post incremental rsync to sparc failing 
[[ first thanks for a great program, I use it on MANY MANY machines
across 15+ architectures with few problems.]]

I am trying to backup a sparc machine (running linux) with BackupPC
2.0.2 from a linux machine. I am using rsh and rsync to do the
backup.

The full backups seemed to pass fine. The incrementals fail consistantly.

Here is the last xfer log:
Running: /usr/bin/rsh -l root sparc /usr/local/bin/rsync --server --sender --numeric-ids --perms --owner --group --devic
es --links --times --block-size=2048 --recursive --exclude=/proc --exclude=/tmp --exclude=/home --exclude=/build . /
Xfer PIDs are now 5820
Got remote protocol 24
Xfer PIDs are now 5820,5828
create d 755 0/0 4096 .
create d 755 0/0 4096 bin
create d 755 0/0 4096 boot
create d 755 0/0 36864 dev
pool c 600 0/0 0 dev/console
create d 775 0/0 12288 dev/ida
create d 755 0/0 0 dev/pts
...
create d 755 0/12 4096 var/spool/mqueue
create d 755 0/0 4096 var/spool/rwho
create d 755 0/0 4096 var/state
create d 755 0/0 4096 var/state/misc
create d1777 0/0 12288 var/tmp
create d 755 0/0 4096 var/yp
create d 755 0/0 4096 var/yp/binding
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
[[ repeats many many times ]]
...
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
Parent read EOF from child: fatal error!
exiting after signal ALRM

If I do a strace on the perl BackupPC_dump process I see this:

stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
open("/var/backuppc/data/pc/sparc/new//f%2f/", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EISDIR (Is a directory)
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
write(8, "log Can\'t open /var/backuppc/dat"..., 72) = 72
write(8, "log create 0 / "..., 42) = 42
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
open("/var/backuppc/data/pc/sparc/new//f%2f/", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EISDIR (Is a directory)
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
write(8, "log Can\'t open /var/backuppc/dat"..., 72) = 72
write(8, "log create 0 / "..., 42) = 42
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
open("/var/backuppc/data/pc/sparc/new//f%2f/", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EISDIR (Is a directory)

[[ repeats over and over ]]

It appears that the only remaining file to backup in /vmlinux which is
a 2 Meg file.

What it is doing?

Also is there a set of patches we should have applied to 2.0.2 to fix
know bugs? I know there were some updates to RsyncP, but I seem to
remember some other fixes.

-Wayne


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post incremental rsync to sparc failing 
From: Wayne Scott <wscott < at > bitmover.com>

I am trying to backup a sparc machine (running linux) with BackupPC
2.0.2 from a linux machine. I am using rsh and rsync to do the
backup.

The full backups seemed to pass fine. The incrementals fail consistantly.

Hmmpf.

Will I noticed that I had an old version of rsync on that machine:

$ /usr/bin/rsync --version
rsync version 2.4.1 protocol version 24

Written by Andrew Tridgell and Paul Mackerras

upgrading seems to have fixed my problem.

$ /usr/local/bin/rsync --version
rsync version 2.6.0 protocol version 27
Copyright (C) 1996-2004 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
IPv6, 32-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.

-Wayne


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post incremental rsync to sparc failing 
Wayne Scott writes:

[[ first thanks for a great program, I use it on MANY MANY machines
across 15+ architectures with few problems.]]

I am trying to backup a sparc machine (running linux) with BackupPC
2.0.2 from a linux machine. I am using rsh and rsync to do the
backup.

The full backups seemed to pass fine. The incrementals fail consistantly.

Here is the last xfer log:
Running: /usr/bin/rsh -l root sparc /usr/local/bin/rsync --server --sender --numeric-ids --perms --owner --group --devic
es --links --times --block-size=2048 --recursive --exclude=/proc --exclude=/tmp --exclude=/home --exclude=/build . /
Xfer PIDs are now 5820
Got remote protocol 24
Xfer PIDs are now 5820,5828
create d 755 0/0 4096 .
create d 755 0/0 4096 bin
create d 755 0/0 4096 boot
create d 755 0/0 36864 dev
pool c 600 0/0 0 dev/console
create d 775 0/0 12288 dev/ida
create d 755 0/0 0 dev/pts
...
create d 755 0/12 4096 var/spool/mqueue
create d 755 0/0 4096 var/spool/rwho
create d 755 0/0 4096 var/state
create d 755 0/0 4096 var/state/misc
create d1777 0/0 12288 var/tmp
create d 755 0/0 4096 var/yp
create d 755 0/0 4096 var/yp/binding
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
[[ repeats many many times ]]
...
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
create 0 / 0
Can't open /var/backuppc/data/pc/sparc/new//f%2f/ for empty output
Parent read EOF from child: fatal error!
exiting after signal ALRM

If I do a strace on the perl BackupPC_dump process I see this:

stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
open("/var/backuppc/data/pc/sparc/new//f%2f/", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EISDIR (Is a directory)
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
write(8, "log Can\'t open /var/backuppc/dat"..., 72) = 72
write(8, "log create 0 / "..., 42) = 42
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
open("/var/backuppc/data/pc/sparc/new//f%2f/", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EISDIR (Is a directory)
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
write(8, "log Can\'t open /var/backuppc/dat"..., 72) = 72
write(8, "log create 0 / "..., 42) = 42
stat64("/var/backuppc/data/pc/sparc/new//f%2f/", {st_mode=S_IFDIR|0750, st_size=344, ...}) = 0
open("/var/backuppc/data/pc/sparc/new//f%2f/", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EISDIR (Is a directory)

[[ repeats over and over ]]

It appears that the only remaining file to backup in /vmlinux which is
a 2 Meg file.

What it is doing?

Also is there a set of patches we should have applied to 2.0.2 to fix
know bugs? I know there were some updates to RsyncP, but I seem to
remember some other fixes.

Try upgrading to File::RsyncP version 0.47 and try again.

Craig


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB