zerobyte/app/server/utils/restic/commands
bcrooker ef51d665c8 feat(backups): add custom restic params to backup schedules
Allows users to pass arbitrary restic flags via a new advanced section in the create/edit schedule form. Includes DB migration, schema update, DTO, service, and restic command changes.
2026-02-27 14:46:47 -05:00
..
__tests__ refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
backup.ts feat(backups): add custom restic params to backup schedules 2026-02-27 14:46:47 -05:00
check.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
copy.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
delete-snapshots.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
dump.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
forget.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
init.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
key-add.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
ls.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
repair-index.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
restore.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
snapshots.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
stats.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
tag-snapshots.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00
unlock.ts refactor(restic): split each command into its own file (#584) 2026-02-26 19:51:24 +01:00