Hallo Leute
Hab mit der Software
backuppc einen Sicherung von einem entfernten Server gestartet. Leider bricht die Sache dann nach der Weile mit folgender Fehlermeldung ab.
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
|
full backup started for directory /var/shop/www
Running: /usr/bin/ssh -q -x -l root beranekshop.at /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --compress --ignore-times . /var/shop/www/
Xfer PIDs are now 22162
Got remote protocol 29
Negotiated protocol version 28
Xfer PIDs are now 22162,22174
[ überspringe 6 Zeilen ]
Parent read EOF from child: fatal error!
Done: 0 files, 0 bytes
Got fatal error during xfer (Child exited prematurely)
Backup aborted (Child exited prematurely)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)
|
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
full backup started for directory /var/shop/www
Running: /usr/bin/ssh -q -x -l root beranekshop.at /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --compress --ignore-times . /var/shop/www/
Xfer PIDs are now 22162
Got remote protocol 29
Negotiated protocol version 28
Xfer PIDs are now 22162,22174
create d 755 0/0 4096 .
create d 755 0/0 4096 data
create d 755 0/0 4096 data/ad-from-inode
create d 755 0/0 4096 data/ad-from-inode/tux-in.at
create d 755 0/0 4096 data/ad-from-inode/tux-in.at/www
create d 755 0/0 4096 data/ad-from-inode/tux-in.at/www/cgi
Parent read EOF from child: fatal error!
Done: 0 files, 0 bytes
Got fatal error during xfer (Child exited prematurely)
Backup aborted (Child exited prematurely)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)
|
Mit der Meldung kann ich jetzt nicht wirklich was anfange. Ich kann nur sagen mit dem rsync direkt auf der Konsole funktioniert das problemlos. Hier mein benutzter Befehl:
|
Quellcode
|
1
|
rsync --delete --stats --exclude=ftp/ -avPze ssh root@beranekshop.at:/var/shop /var/sicherungen_backupps/beranekshop.at/.
|
Hab mir hier zu fürs erste mal nen Cron eingetragen. Ich möchte es aber schon mit der Backupplösung zum Laufen bringen. Sämtliche andere Server werden ja auch so gesichert. Es kann ja wohl nur an den Optionen liegen. Die jetzige Config ist im Anhang.
lg
boospy