diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-14 13:59:41 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-14 13:59:41 +0200 |
commit | e824aad8de672b5fba6ef66e33d959c98b01a12e (patch) | |
tree | b59866560e9ed1db407ae20131dc27685b420c1d /readme.md | |
parent | 629479470968500a513fbf7176bb0f70e54b5e58 (diff) | |
download | online-offsite-backup-e824aad8de672b5fba6ef66e33d959c98b01a12e.tar online-offsite-backup-e824aad8de672b5fba6ef66e33d959c98b01a12e.tar.bz2 online-offsite-backup-e824aad8de672b5fba6ef66e33d959c98b01a12e.tar.zst |
wording
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,13 +12,13 @@ an offsite backup. Solution: Implement a network "filesystem" that only supports non-destructive operations. Only implementing upload means that backups will accumulate on the server. This tool deletes backups after N newer backups (like a ring buffer). To -prevent quick successive uploads as a means of deleting backups a cooldown for +prevent quick successive uploads as a means of deleting backups, a cooldown for backup uploads is implemented. Intended Usage: This program is developed to be deployed on a number of servers -that are not under your control like backing up data of your friends. In such a -scenario, everyone in your friend group would run this software on their server -and negotiate keys with every other one. +that are not under your control like backing up data with your friends. In such +a scenario, everyone in your friend group would run this software on their +server and negotiate keys with everyone else. Possible attacks: This software primarily protects against the exact case mentioned above especially when been attacked by automated malware on your |