• 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.

Resolved Backup With Cron

karam

Basic Pleskian
Hello pleskians,

So, am running the following command :
/usr/local/psa/bin/pleskbackup --server -backup-password MYPASS -incremental -description 'Cron Backup' -s -output-file ext://xxxxxxx/

and I got several questions :

1- MYPASS isn't wrapped by quotes, is that okay for pleskbackup command ?
2- MYPASS is the same as the one I have set in the Plesk UI settings, and it's incrementing backups above the initiated scheduled ones, is it stable ?

My concerns are the inconsistencies with backups, as I have scheduled backup running daily 1 time and that command running each X hours, (They don't overlap though) but my concern is specifically to the backup password.. to make my question simple.... Does setting MYPASS value in the command line as equal to the password in Plesk UI for scheduled backups IS CONSISTANT ?

Thank you.
 
1. Yes, as long as you don't have any special characters, ie, spaces or !
2. Yes, that's fine.

As far as backup integrity goes, you should regularly test your backups either way.
 
Back
Top