seafile-gc closure (515,842 inodes final); restic-backup: cron PATH gotcha

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Julien Lutran
2026-08-28 12:53:12 +02:00
co-authored by Claude Fable 5
parent 26ae55163e
commit 33b2a87d8f
2 changed files with 16 additions and 1 deletions
+6
View File
@@ -187,6 +187,12 @@ The instances leg is `restic-incus-backup.sh` (§6), chained after the
0 5 * * * /root/scripts/restic-backup.sh >> /var/log/restic-backup.log 2>&1
```
⚠️ cron gotcha (bit us 2026-08-28): cron's PATH lacks `/usr/local/bin`,
so the scripts call `/usr/local/bin/restic` by absolute path.
```cron
```
Weekly maintenance (Sunday; prune takes an **exclusive lock** — never
overlap the 05:00 run):