• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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