• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

plesk backup expose rsyncable option

ollybee

New Pleskian
It would be nice if the plesk backup commandline option would expose the gzip rsyncable option.
by default a small change in source files will cause the a gzipped file to be totally different. the rsyncable option gives slightly worse compression but means the zipped file will be similar at a byte level.
This allows backup to be handled much more efficiently if sychronising with rsync or storing on a deduplicated file system.
You can get round this by backing up to std output and then piping into gzip, for example
/usr/local/psa/bin/pleskbackup server -z --output-file=- | gzip -f --rsyncable > /var/lib/psa/dumps/dailybackup.gz

I want backup created through the web interface to be able to be zipped with --rsyncable
 
Last edited:
Back
Top