|
|
|
|
|
by amenonsen
3546 days ago
|
|
The big conceptual difference is that with WAL-E, all your backup code and configuration is on your Postgres server, whereas with Barman, it's all (or almost all) on your backup server. WAL-E stores backups in S3 (or S3-alikes), whereas Barman is built around the idea of having a backup server (it can store backups in S3 too, but it's not central to its operation as it is with WAL-E). |
|
Because wal-e + s3 is killer. I seriously dont think that the headache of managing a backup server is worth it.
Is there is a situation where barman's usecase is superior to wal-e ?