H hostking Regular Pleskian Sep 28, 2020 #1 We find that incrementals during the week take long. Any possible way to schedule full backup of incrementals to run on weekend only?
We find that incrementals during the week take long. Any possible way to schedule full backup of incrementals to run on weekend only?
Bitpalast Plesk addicted! Plesk Guru Sep 28, 2020 #2 You'll need to deactivate your GUI backup plan and create your own crontab entry instead from where you run the Plesk client with the serverbackup parameter that suits your need: pleskbackup: Backing Up Content and Configuration The pleskbackup utility is used for backing up configuration and data. Usage pleskbackup <command> [<argu... docs.plesk.com For example this might work: # plesk bin pleskbackup server --incremental --ftp-passive-mode --output-file=ftp://ftpuser:[email protected]/FtpFolder/
You'll need to deactivate your GUI backup plan and create your own crontab entry instead from where you run the Plesk client with the serverbackup parameter that suits your need: pleskbackup: Backing Up Content and Configuration The pleskbackup utility is used for backing up configuration and data. Usage pleskbackup <command> [<argu... docs.plesk.com For example this might work: # plesk bin pleskbackup server --incremental --ftp-passive-mode --output-file=ftp://ftpuser:[email protected]/FtpFolder/