• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Backup in Scheduled tasks

  • Thread starter Daniel Homoki-Farkas
  • Start date
D

Daniel Homoki-Farkas

Guest
Hi!

I'm trying to create a backup, through the Scheduled Task os the user: root.

I would like to send the backup file, to a storage, and backup device, through FTP.

My command line is the following:
/usr/local/psa/bin/pleskbackup domains --ftp-login=[email protected] --ftp-password=this_is_my_password --output-file=/private/crontab_backup.tar

These details are not my storage device details, I'm just using this, for testing.

I always receive an email, from Cron Daemon, with the following:
*******************************************************************
*******************************************************************
*** You are using old-style pleskbackup command-line interface. ***
*** Please switch to new style documented in 'pleskbackup help',***
*** because old style eventually have been dropped. ***
********************************************************************
********************************************************************

What's the problem? Because I did everything, as it is sayed in the pleskbackup help...

Thanks for your help in advance!

Kind regards,

Daniel Homoki
 
What is 'domains' option? There should be:

domains-name Backs up selected domains. Domain's names are read from command line,
space-separated. If no domains provided, backs up all domains
on the host.

domains-id Backs up selected domains. Domain's identificators are read from command line,
space-separated. If no domains provided, backs up all domains
on the host.
 
Back
Top