Displaying 1 result from an estimated 1 matches for "rsyncal".
Did you mean:
rsyncml
2003 Dec 31
1
BAD rsync, or is it bad me?
...eting stuff/user/mkuser3.ksh
deleting stuff/user/mkuser2.ksh
deleting stuff/user/mkuser1.ksh
So I immediately pressed ctrl-c and began restoring my files! :) Did it
default to $HOME or ~ because the destination directory did not exist
(/banneri) or did I miss something in my observation?
"rsyncall.ksh" 15 lines, 449 characters
#rsyncall.ksh
#rsyncs all fs listed in $FSLIST from localhost to $DHOST
FSLIST=/usr/local/adm/rsync.fslist
SHOST=`hostname`
DHOST=backenp650
date
for FS in $(cat $FSLIST);
do
echo "rsync'ing $FS from $SHOST to $DHOST"
rsync -vaz -e "...