Hi all
Today I decided to check my remote backups on remote server and noticed there are no new since JUN 25
What can I check? How to investigate?
Hi all
Today I decided to check my remote backups on remote server and noticed there are no new since JUN 25
What can I check? How to investigate?
Hi,
First, check the log /var/log/hestia/backup.log
well
i can see in logs:
– SUMMARY –
2026-07-03 05:24:57 Remote: sftp://ip-address//backups/shop.2026-07-03_05-24-57.tar
2026-07-03 05:25:00 Rotated sftp backup: 2026-06-26_05-41-05
2026-07-03 05:25:01 Uploading shop.2026-07-03_05-24-57.tar
2026-07-03 05:25:03 Rotated: 2026-07-02_05-24-52
2026-07-03 05:25:03 Local: /backup/shop.2026-07-03_05-24-57.tar
2026-07-03 05:25:03 Size: 11 MB
2026-07-03 05:25:03 Runtime: 1 minute
but on the backup server:
~# ll /backups/
total 12268300
drwxr-xr-x 2 root root 4096 Jun 25 22:41 .
drwxr-xr-x 19 root root 4096 May 24 06:49 ..
-rw------- 1 root root 2201600 Jun 25 22:10 shop.2026-06-26_05-10-03.tar
In your remote server:
find / -type f -name 'shop.2026-07-03_05-24-57.tar' 2>/dev/null
i’ve found that my backup server became RO filesystem somehow
seems this is the issue