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:
co-authored by
Claude Fable 5
parent
26ae55163e
commit
33b2a87d8f
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user