From e824aad8de672b5fba6ef66e33d959c98b01a12e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 14 Jun 2024 13:59:41 +0200 Subject: wording --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 768e7cf..aa4bfe1 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3-70-g09d2