• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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