mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Implement an append only mode.
This commit is contained in:
committed by
Zlatko Čalušić
parent
cff373e8aa
commit
618b530b88
@@ -43,6 +43,7 @@ Usage:
|
||||
rest-server [flags]
|
||||
|
||||
Flags:
|
||||
--append-only Enable append only mode
|
||||
--cpuprofile string write CPU profile to file
|
||||
--debug output debug messages
|
||||
-h, --help help for rest-server
|
||||
@@ -88,6 +89,9 @@ keys with the following commands:
|
||||
% openssl req -new -x509 -key private_key -out public_key -days 365
|
||||
```
|
||||
|
||||
Append only 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.
|
||||
|
||||
Rest Server uses exactly the same directory structure as local backend, so you should be able to access it both locally
|
||||
and via HTTP, even simultaneously.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user