Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andaag authored Jan 17, 2021
1 parent 2bb86c4 commit 48a9f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A little rust tool to do S3 backups of my sanoid zfs snapshots. (Although any sn

S3 snapshots are cheap... Especially if you are (like in my case) taking a backup of a computer which is acting as a backup of something else and can take advantage of S3 deep archive. (NB : this means recovery time can increase, but price is very considerably decreased). I also quite like binary dumps in a dumb blob file storage. Backing up with something like rsync.net is more elegant, I would argue this is less complex.

[AWS S3 recovery times](https://aws.amazon.com/glacier/). Deep glacier recovery is 12-48 hours. I know from experience that if I loose the backup of my backups 12-48hours to recover my data is the least of my problems.
[AWS S3 recovery times](https://aws.amazon.com/glacier/). Deep glacier recovery is 12 hours. I know from experience that if I loose the backup of my backups 12hours to recover my data is the least of my problems. More information on the [s3 pricing page](https://aws.amazon.com/s3/pricing/).

## How

Expand Down

0 comments on commit 48a9f56

Please sign in to comment.