• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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