Добрый день!Пытаюсь настроить backuppc, может кто сталкивался.
Бекап с сервера на клиент. Оба линукс, по rsync без авторизации
на клиенте rcync 3.0.5, на сервере 2.6.9
просто rsync работает
[backuppc@webserver1 localhost]$ rsync -aPv rsync://webserver2/123
receiving file list ...
43386 files to consider
drwxrwxrwx 3968 2009/10/16 14:18:17 .
-rwxrwxrwx 693 2009/05/13 21:16:04 .htaccess
-rwxrwxrwx 428520 2007/08/23 12:58:55 1.jpg
................
а когда сам бэкаппц, то
[backuppc@webserver1 localhost]$ /usr/share/backuppc/bin/BackupPC_dump -v -f "123"
cmdSystemOrEval: about to system /bin/ping -c 1 webserver2
cmdSystemOrEval: finished: got output PING webserver2 (172.16.128.2) 56(84) bytes of data.
64 bytes from webserver2 (172.16.128.2): icmp_seq=1 ttl=64 time=0.115 ms
--- webserver2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.115/0.115/0.115/0.000 ms
cmdSystemOrEval: about to system /bin/ping -c 1 webserver2
cmdSystemOrEval: finished: got output PING webserver2 (172.16.128.2) 56(84) bytes of data.
64 bytes from webserver2 (172.16.128.2): icmp_seq=1 ttl=64 time=0.070 ms
--- webserver2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.070/0.070/0.070/0.000 ms
CheckHostAlive: returning 0.070
full backup started for directory 123
started full dump, share=123
Running: -q -x -l root webserver2 /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --ignore-times . 123/
Xfer PIDs are now 21953
xferPids 21953
Got remote protocol 1667594309
Fatal error (bad version): Exec failed for -q -x -l root webserver2 /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --ignore-times . 123/
Read EOF: Connection reset by peer
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
cmdSystemOrEval: about to system /bin/ping -c 1 webserver2
cmdSystemOrEval: finished: got output PING webserver2 (172.16.128.2) 56(84) bytes of data.
64 bytes from webserver2 (172.16.128.2): icmp_seq=1 ttl=64 time=0.112 ms
--- webserver2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.112/0.112/0.112/0.000 ms
cmdSystemOrEval: about to system /bin/ping -c 1 webserver2
cmdSystemOrEval: finished: got output PING webserver2 (172.16.128.2) 56(84) bytes of data.
64 bytes from webserver2 (172.16.128.2): icmp_seq=1 ttl=64 time=0.106 ms
--- webserver2 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.106/0.106/0.106/0.000 ms
CheckHostAlive: returning 0.106
Backup aborted (fileListReceive failed)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)
dump failed: fileListReceive failed
Заранее спасиба