XelfBackup

backup stages

xlefbackup is executed in several stages. Each stage has its own purpose and return its own return value. Depending on the importance of each stage, returned error codes (a return value greater than 0) may indicate a warning (non critical error) or an error (severe error).

stage 0

Desc. power on and mount backup drives (hard disc drives)  
used binaries samba (stop and start samba daemons)  
  mount  
  umount  
used configuration variables $XB_STOPSAMBATOFORCEUMOUNT should xelfbackup stop samba daemons before unmountig target drives?
  $XB_SAMBA full path of script starting/stopping samba daemons
  $XB_MOUNT full path of binary file mount
  $XB_UMOUNT full path of binary file umount
return value 0 (on success), 1 (if failed)  
error evaluation CRITICAL  
continue processing NO!  

stage 1

Desc. mount target shares (smbfs)  
used binaries smbfs  
  mount  
  umount  
used configuration variables $XB_MOUNT full path of binary file mount
  $XB_UMOUNT full path of binary file umount
return value 0 (on success), 1 (if failed)  
error evaluation CRITICAL  
continue processing Yes.  
notes this stage makes use of /etc/fstab! You have to modify fstab first (add needed mount points)!  

stage 2 (main stage: executing flexbackup)

Desc. execute flexbackup with desired backup mode full or incremental
used binaries flexbackup  
used configuration variables $XB_FLEXBACKUP full path of binary file flexbackup
return value 0 (on success), 1 (if failed)  
error evaluation CRITICAL  
continue processing Yes.  

stage 3

[TODO]

stage 4

[TODO]

stage 5

[TODO]

stage 6

[TODO]

stage 7

[TODO]


look at xelfbackup-help forum