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

Plesk 12.5: Hourly incremental Backup (via CLI?)

flex1

New Pleskian
Hello,
today I upgraded my Plesk installation to version 12.5. With 12.0 I used crontab to create every hour a backup on my FTP-Server. With Plesk 12.5 there is the new incremental-backup-function, which I want to use with my backup job. Via Backend, I can only choose "daily" to create incremental backups. Is there a way to change this to "hourly" or a custom period like two - three hours? It would be also nice, if there is a way to get that function via pleskbackup (CLI). I already looked in the "Advanced Administration Guide for Plesk 12.5", but there is no "incremental"-function (maybe not updated?) mentioned.

Thank you for your support!


Flex1
 
You can use pleskbackup CLI utility. There is special option for incremental backup implemented:

# /usr/local/psa/bin/pleskbackup --help | grep incr
....
--incremental
Create incremental backup. If no suitable full dumps available this option will be ignored.
 
I have received additional information from developers. Mentioned option for CLI utility doesn't work correctly due to bug PPP-18003
We are going to fix it on next week.
 
Thank you very much for your advices! When bug is fixed, I could read it in the changelog, couldn't I? After that, I will test your advice!
 
Today I updated my Plesk 12.5 with Update #7. But unfortunately it seems that the incremental backup bug still exists.
Via SSH I started my Backup Task:
Code:
/usr/local/psa/bin/pleskbackup server --only-mail --prefix="mail_backup" --output-file=ftp://ADDRESS --ftp-login=LOGINNAME --ftp-password=PASSWORD --ftp-passive-mode --incremental

After a while the backup was successfully uploaded. Now I executed the same command again. Unexpectedly there was another full backup created instead of an incremental backup.

I've created two Screenshots (Plesk Backup-Manager & FTP-Backup-Space) to visualize the conflict.

32heqlyx.png


xnga4gzb.png
 
Back
Top