Incremental backups (problem)

Hello. I was playing with incremental backups. I configured the storage and then deleted it. I disabled backups. But in the log

Error: incremental backups are disabled

now such errors constantly appear. Perhaps the file is somewhere in the scheduler. But I looked through everything and do not know where. I can not find it. How can I disable it?

Hi @jekasumy

Is still v-backup-user-restic inside backup queue?

cat /usr/local/hestia/data/queue/backup.pipe

/usr/local/hestia/bin/v-backup-user-restic xxxx yes >> /usr/local/hestia/log/backup.log 2>&1

Oh. Thanks. How come I didn’t think of that myself…

1 Like

v-backup-user-restic should remove that line from backup.pipe once it runs, so maybe you disabled incremental backups while it was scheduled so it didn’t get remove from schedule.

Just edit the file and remove the line.