Wed Jul 06, 2011 1:34 am
Hi. I use two scripts that I schedule to run every day.
First save the db with:
/tool user-manager database save name=umbackup
Then copy the file to another RB with:
/tool fetch address=xxx.xxx.xxx.xxx src-path=umbackup.umb \
user=admin mode=ftp password=drowssapdd dst-path=umbackup.umb upload=yes
/tool fetch address=yyy.yyy.yyy.yyy src-path=umbackup.umb \
user=admin mode=ftp password=drowssapdd dst-path=umbackup.umb upload=yes
Just change the xxx's to userman RB ip and yyy's to backup RB ip
I never had to restore a database so I hope it will work. If you search this forum you will find a script that can add the date to the file name, my way replaces the backup file.
Hopes it help