Displaying 1 result from an estimated 1 matches for "ofgwmail".
Did you mean:
gwmail
2006 Mar 04
2
rsync backup not working
...acking up various volumes to a SLES 9 server.
My script that I'm using on the NW server is:
# Rsync synchronisation of APPS
rsync -rRutzvP --volume=apps: ./ 192.168.1.252::SCA/apps
# Rsync synchronisation of DATA
rsync -rRutzvP --volume=Data: ./ 192.168.1.252::SCA/Data
# Rsync synchronisation ofGWMAIL
rsync -rRutzvP --volume=GWMAIL: ./ 192.168.1.252::SCA/GWMAIL
# Rsync synchronisation of HSOFT
rsync -rRutzvP --volume=HSvol: ./ 192.168.1.252::SCA/HSvol
# Rsync synchronisation of SYS Volume
rsync -rRutzvP --volume=Sys: ./ 192.168.1.252::SCA/Sys
rsync -arz -v --volume=Sys: /trustee.xml 192.168.1...