Skip to content

Releases: ph1l/server-backup-s3

v1.1.0 - python3 update

26 Aug 00:18
v1.1.0
5e80ef4
Compare
Choose a tag to compare
update code for python3

v1.0.2 - bugfix release

22 Feb 01:39
v1.0.2
a34499c
Compare
Choose a tag to compare
Max Level argument was being evaluated as a string which caused the
backup script to make incrementals forever. this correctly converts
the argument to an integer for comparison.