Page 1 of 1

backup script

Posted: 23 Feb 2007 18:16
by Steveo
Looking for a script/command to auto the backup of vm messages on A4645 so my Linux box can pull them down like the rest of my backup data on my phone system.

Re: backup script

Posted: 24 Feb 2007 03:21
by ibuza
Steveo wrote:Looking for a script/command to auto the backup of vm messages on A4645 so my Linux box can pull them down like the rest of my backup data on my phone system.
Usage : /DHS3bin/servers/backupvm [-VMH] [-C cpio_file_name] [-F backup_file_name]
-V : Print Progression
-M : Save voice messages (only greetings default)
-H : Help
-C + Name of file to add at beginning of the file (none default)
-F + Name of file to save to (stdout default)

Example:
/DHS3bin/servers/backupvm -V -M -F eva-backup
If you use this command I am not shure if you can restore the file with swinst.

You may only be able to use this command for the restore:

Usage : /DHS3bin/servers/restorevm [-VNH] [-S cpio_file_size] [-F restore_file_name]
-V : Print Progression
-N : Disable disk format before restoration
-H : Help
-F + Name of file to restore from (stdin default)
-S + Size of data to skip at beginning of the file (0 default)


If you want a swinst compatible backup and you have the time and talent than you could also analyse and rewrite the backup script /DHS3bin/soft_install/bin/Bck_Save for your needs.