Add -z/-gzip option to store the backup files compressed. Right now,
it just uses the gzip module's default compression level (i.e. 9). No need to specify -z on recovery because the script will automatically uncompress gzip'd files. It does this by looking at the file extension, which will be .fsz or .deltafsz for compressed files.
Showing
Please register or sign in to comment