Displaying 1 result from an estimated 1 matches for "euphrates".
2001 Aug 08
1
--delete option not working
I am trying to use rsync to move backup file from a cople of Oracle
servers to another machine where they will be backed up to tape.  The
command is run from a script launched by cron and looks like:
/usr/local/bin/rsync --recursive --delete --verbose $BACKUP_DIR/* \
euphrates::tigris/logarch/.
Rsync is running from inetd on euphrates which has the following
defined in /etc/rsyncd.conf:
[tigris]
   uid = rsync
   path = /t/tigris
   comment = tigris oracle backup
   read only = false
   hosts allow = tigris, tigris.totalflood.com
Both machines are running Solaris 8 an...