services.restic.server.appendOnly

NixOS option

Enable append only mode. This mode allows creation of new backups but prevents deletion and modification of existing backups. This can be useful when backing up systems that have a potential of being hacked.

type: boolean
Default
false
declared in: nixos/modules/services/backup/restic-rest-server.nixView source on NixOS/nixpkgs →