| roberts  
 
  
 
 
 Group: Members
 Posts: 4983
 Joined: Oct. 2003
 | 
|  | Posted: Sep. 14 2007,21:34 |  |  The filetool GUI you see with X just feeds a command line script, filetool.sh
 
 To use this command line version you need to be root or use sudo
 
 The default backup device is specified in /opt/.backup_device
 Use an editor to input or change this default. Then simply use...
 
 # filetool.sh backup
 
 This will display each file as it is being written to the backup and will prompt at each screen full.
 
 # filetool.sh backup noprompt
 
 This suppresses the list of file and prompt, like when called from the GUI.
 
 Optionally you can use the third argument to override the default backup device by using
 
 # filetool.sh backup noprompt hdb1
 
 Use extreme care as this override is the third argument and having multiple backups at different locations will become very confusing. The autoscan to restore will use the first backup found unless you always use the restore=hdb1 option.
 |