• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Backup done at the same time on local and FTP

EveMauta

Basic Pleskian
Hi,

On one server backup is done at the same time in the local list and in the FTP list.

Can't find nothing strange in this case in backup scheduled nor in cron:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e 'select * from BackupsScheduled;'
+----+--------+----------+------------+---------------------+--------+--------+-----------+----------+--------+--------------------+------------+---------+--------------+------------+-------------+------------------------------+
| id | obj_id | obj_type | repository | last | period | active | processed | rotation | prefix | email | split_size | suspend | with_content | backup_day | backup_time | content_type |
+----+--------+----------+------------+---------------------+--------+--------+-----------+----------+--------+--------------------+------------+---------+--------------+------------+-------------+------------------------------+
| 1 | 1 | server | ftp | 2015-06-22 18:06:41 | 86400 | true | false | 6 | | [email protected] | 0 | false | true | 0 | 00:59:00 | backup_content_all_at_domain |
+----+--------+----------+------------+---------------------+--------+--------+-----------+----------+--------+--------------------+------------+---------+--------------+------------+-------------+------------------------------+

cat /etc/cron.d/plesk-backup-manager-task
6,21,36,51 * * * * root [ -x /opt/psa/admin/sbin/backupmng ] && /opt/psa/admin/sbin/backupmng >/dev/null 2>&1

Have you an idea to diagnose this case or to rebuilt backup configuration ?

Best regards
Vince
 
Back
Top