backup: Backup s3 keep not working
Hi Guys,
Trying it with 4.2.2 and 4.2.3. keep doesn’t seem to work with S3 (didn’t try it with other adapters).
Anybody else have the same problems?
store_with S3 do |s3|
s3.keep = 5
s3.access_key_id = "******"
s3.secret_access_key = "*****"
s3.region = "eu-west-1"
s3.bucket = "****"
s3.path = "******"
end
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 2
- Comments: 35 (10 by maintainers)
Commits related to this issue
- try 4.2.3 to work around the cycling bug ref https://github.com/backup/backup/issues/751 — committed to akretion/simple-docker-backup by rvalyi 7 years ago
Is this still an expected issue with 4.3? It seems quite a fundamental problem. I am still seeing problems with 4.3.
I have 25 backups and I’m expecting only 11. If I use v 4.2.1 as suggested, I get the same problem (Actually 4.2.1 is missing from gem, 4.2.3 is present
gem install backup -v '4.2.3'
, but the banner reports itself as 4.2.1 … )