Displaying 2 results from an estimated 2 matches for "zaloha".
Did you mean:
aloha
2002 May 10
1
rsync & cron
hello,
when I use rsync from commandline (RH 7.2, ssh2), it works fine.
rsync -e ssh -a -v zaloha@192.168.2.100:/home/samba/m/aaa.txt /home/m/aaa.txt
but when I try to use it in crontab such as
33 11 * * * rsync -e ssh -a -v zaloha@192.168.2.100:/home/samba/m/aaa.txt /home/m/aaa.txt
</dev/null
or
33 11 * * * rsync -e ssh -a -v zaloha@192.168.2.100:/home/samba/m/aaa.txt /home/m/aaa.txt...
2010 Aug 13
26
DO NOT REPLY [Bug 7618] New: symlinks and --link-dest
...Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: the_majkl at seznam.cz
QAContact: rsync-qa at samba.org
Rsync creates/reports(?) new symlinks instead of using old ones in linked
directory.
## first rsync creates hpuh directory:
[root at zaloha pokus]# rsync -avz --exclude-from=hpuh.conf --delete-before
--delete-excluded --numeric-ids -8 --password-file=/etc/rsync.secrets
rsync://backup at hpuh/system hpuh receiving file list ... done
created directory hpuh
./
home/
home/zumrova/
home/zumrova/.private
home/zumrova/.profile...