Here is the part of my script where I do a remote shell to the Networker backup server (larry) to start the save group:
# Now, backup all filesystems by calling remote shell to Larry and
# starting the Legato savegroup named Snap.It will back up Oracle files
# on flash and snap volumes on superman. Any changes in batman's vfstab
# need to be changed in superman vfstab and in Legato on larry-g client
# Save Sets attribute.
#
echo 'backups are in progress on `date`.' >> $LOG 2>&1
rsh larry /usr/sbin/savegrp -C Full -N 32 Snap >> $LOG 2>&1
#
Here are the lines out of my script on the client that do a remote shell to the Networker server (larry).
# Now, backup all filesystems by calling remote shell to Larry and
# starting the Legato savegroup named Snap.It will back up Oracle files
# on flash and snap volumes on superman. Any changes in batman's vfstab
# need to be changed in superman vfstab and in Legato on larry-g client
# Save Sets attribute.
#
echo 'backups are in progress on `date`.' >> $LOG 2>&1
rsh larry /usr/sbin/savegrp -C Full -N 32 Snap >> $LOG 2>&1
#
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.