diff options
-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 |