• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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