Moderators: ScalixSupport, admin
ls-al wrote:I decided to strip off the code for the complete rsync backup for two reasons:
- this customer dont needs this at the moment
- I want to rewrite this with optional LVM/omsuspend support as a seperate script.
It is not fully tested, so I dont want to put it at the Wiki at the moment, but will do this in the next days.
Code: Select all
$SCALIX_BIN/sxmboxexp -p -f $PFNUMERIC -a - -F | gzip | cat > $BACKUP_FILE
Code: Select all
$SCALIX_BIN/sxmboxexp -p -f $PFNUMERIC -a - -F | gzip -c > $BACKUP_FILE
Code: Select all
$SCALIX_BIN/sxmboxexp -p -f $PFNUMERIC -a - -F | gzip > $BACKUP_FILE
mglenney wrote:According to the gzip man page it should look like this:Code: Select all
$SCALIX_BIN/sxmboxexp -p -f $PFNUMERIC -a - -F | gzip > $BACKUP_FILE
Users browsing this forum: No registered users and 33 guests