Displaying 3 results from an estimated 3 matches for "r5backup".
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin,
I wrote a small backup script that use rsync: r5backup
(http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines
for many people.
But when I try to backup /var/lib/zope2.9 I get an error 11. It does not
matter if zope is running or not.
I can't see an error meassge in the (verbose) logfile:
[client] parse_filter_file(/etc/r5...
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
Moin,
I want to use rsysnc to get files from a linux box to a solaris server.
root at solaris:/root # which rsync
/usr/local/bin/rsync
root at solaris:/var/log/r5backup # rsync --version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfi...
2010 May 03
0
problem with ssh/rsync to minix
...problem with ssh.
The environment:
* uname -a
Minix 145-116-229-112.uilenstede.casema.nl 3 1.2a i686
# /usr/local//sbin/sshd -V
sshd: illegal option -- V
OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005
Under normal circumstances, a command comes back when it is given to
ssh; e.g.
hermes:~# ssh -i /etc/r5backup/ssh-keys/id_dsa_cassiopeia linuxserv
uptime
13:11:31 up 3 days, 20:09, 1 user, load average: 0.63, 0.91, 0.65
But if minix is the target host the command hangs. I have to give the -t (no
pty) key to proceed:
hermes:~# ssh -t -i /etc/r5backup/ssh-keys/id_dsa_cassiopeia
192.168.5.36 uptime
13:1...