feat: pos system backup -- optional --no-encrypt (BACKUP_ENCRYPT=0)

This commit is contained in:
he
2026-08-14 17:19:17 -04:00
parent 44c08ef4a4
commit 03dd92370c
7 changed files with 64 additions and 34 deletions
+4
View File
@@ -8,6 +8,10 @@
# in `pos system health`. Default: /srv $HOME/srv
#BACKUP_SERVICE_ROOTS=/srv /home/you/srv
# Skip encryption in `pos system backup` (plain .tar.gz, no password prompt —
# headless/cron safe). Equivalent to the --no-encrypt flag. Default: 1
#BACKUP_ENCRYPT=0
# Max backup age in days before `pos system health` raises a WARN. Default: 2
#HEALTH_BACKUP_MAX_AGE_DAYS=3