Skip to content

Releases: tizbac/pmoxs3backuproxy

v0.0.4-alpha

03 Sep 19:34
Compare
Choose a tag to compare

Overall Changes

  • Update README
  • Code cleanup
  • Add test executable to test backup/restore of fixed images (vm backups)
  • Add option for bucket lookup type
  • Warn if default fingerprint is used
  • Slight changes to logging
  • Add tests

Proxy

  • Fix group endpoint so proxmox-backup-client list works
  • Add support for using proxy endpoint as remote datastore (proxmox-backup-manager pull ..)
  • Revert changes which result in invalid fixed index files (cb3e1dc)
  • Add missing endpoints or return correct errors if not implemented
  • Add signal handling to gracefully stop service if active sessions are detected

GC

  • Verify checksums for all chunks
  • Check magic for index files
  • Use metadata tags to cleanup indexed folder correctly

Full Changelog: v0.0.3-alpha...v0.0.4-alpha

v0.0.3-alpha

19 Aug 20:06
732fac3
Compare
Choose a tag to compare
  • Working Dynamic Index backup, incremental and restore
  • Various crash fixes
  • Notes

v0.0.2-alpha

14 Aug 22:19
ba4f331
Compare
Choose a tag to compare

This release a lot of fixes and improvement thanks to the contributors

  • Ability to delete backups
  • Protecting backups
  • Memory usage improvements
  • Logging improvements
  • Fixed a bug where backup could randomly crash if object already were in S3
  • Many other small things
  • Saving backup log

Also i have implemented garbage collector, it has to be used from crontab

v0.0.1-alpha

31 Jul 23:37
Compare
Choose a tag to compare

Backup working
Live restore working
Restore working

Missing:
GC + Retention
Dynamic Index