...
Provider | Storage Cost per GB | API Requests Cost | Restore Transfer Cost per GB |
---|---|---|---|
AWS S3 | $0.023 | $0.0004 - $0.005 per 10,000 depending on query type: details | $0.01 |
AWS Glacier | $0.004 | $0.0004 - $0.005 per 10,000 depending on query type: details | $0.01 |
Google Cloud Nearline Storage | $0.01 | $0.01 - $0.10 per 10,000 depending on query type: details | $0.01 |
Google Cloud Coldline Storage | $0.004 | $0.05 - $0.10 per 10,000 depending on query type: details | $0.01 |
Google Cloud Archive Storage | $0.0012 | $0.50 per 10,000 | $0.01 |
Azure Cool | $0.01 | $0.004-$0.10 per 10,000 depending on query type: details | $0.01 |
Azure Archive | $0.00099 | $0.004-$0.10 per 10,000 depending on query type, Read are $5 per 10,000: details | $0.02 |
Backblaze b2 | $0.005 | $0.004 per 1,000 or $0.004 per 10,000 depending on query type: details | $0.01 |
...
Software | Server Platform | Clients | Destinations | Cost | Concerns/Gotchas |
---|---|---|---|---|---|
Duplicati | Runs on client |
| Free | Millions of files in millions of directories can be very slow to back up, and detecting changes to that many files can be beyond many free backup options. Make sure this can handle your data. | |
duplicity | Runs on client | Linux, or other POSIX compliant system (best on Linux, included in Ubuntu) |
| Free | rsync based, so it may choke on large numbers of small files. |
Cloudberry Backup | Runs on client |
|
| Commercial, $50 per Windows computer, up to 5 computers. For Linux and MacOS cost is $30 per computer. Free trial available. | The same company has more expensive software for larger scale backups. |
Bacula | Linux |
|
| Free with commercial version | Server/Client Model, so you need a server. Based on tape backups so, it's important to understand that you are emulating tapes when using other storage destinations. |
...