• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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