Replies: 3 comments 7 replies
-
|
@enboig What would be the user/ attacker scenario you would like to protect from?
"append_only"-mode on the server should protect the backups from malicious actions on "untrusted computers" of the users. Of course "append_only" is different from a sever-controlled backup mechanism, where a server is responsible for the backups and takes care of schedules, sources, excludes, rentention, checking, compact,... |
Beta Was this translation helpful? Give feedback.
-
|
To add a little here: You can run the I initially had multiple repos per server, but decided against it since it's harder to secure properly. I'd rather add more granular features for a single repo and you just run multiple instances if you have more repos. This is the main difference to Restic's REST server. |
Beta Was this translation helpful? Give feedback.
-
|
If a "client" is compromised, the attacker should not:
Client is already compromised, so access to current data and old snapshots is inevitable; but in case of ransomware, old data should be preserved. I will check again |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am my family IT. I don't trust their computers, but must backup family computers. My idea (similar to kopia) is:
Beta Was this translation helpful? Give feedback.
All reactions