wizard
1
Hi,
is there any way to set the interval on how often the backup container of the stock docker performs a backup?
It seems to be performing weekly and I would like to have it running daily or every two days.
I did not find anything related in the .env
Would be thankful for some hints. Thanks!
wn_name
2
No-- stock is weekly, so you’d need to do something custom.
fox
3
stock backup is only there to hopefully prevent people who don’t even think about backups from losing their data in case something unexpected happens.
personally these days i’m using wal-g + minio and it works really well for me. the only mildly annoying thing was having to build a custom postgres+wal-g alpine image.
p.s. wal-g is a great tool. can’t recommend it enough.
wizard
4
Will have a look at wal-g - thanks!
fox
5
since this is a recurrent thing i’ve summarized my post above here: Home - ttrss-docker-compose - Tiny Tiny RSS