Skip to content

Releases: AnotherDaniel/nxtcldbackup

v2.0.1

Choose a tag to compare

@AnotherDaniel AnotherDaniel released this 09 Feb 21:31
  • use host time and timezone

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@AnotherDaniel AnotherDaniel released this 09 Feb 21:12

Added

  • Lock mechanism to prevent concurrent backup operations
  • Weekly log rotation using logrotate
  • Error handling and proper exit codes in all backup scripts
  • Environment variable support for backup paths (SOURCE, BACKUP)
  • Configurable retention period for monthly backups (RETENTION_DAYS)

Changed

  • Moved utility functions to /usr/local/lib/backup-utils.sh
  • Reorganized project structure (scripts/, config/, etc.)

Full Changelog: v1.0.0...v2.0.0

v1.0.1

Choose a tag to compare

@AnotherDaniel AnotherDaniel released this 07 Feb 21:48

Why do I get old versions of files in the generated container?!

v1.0.0

Choose a tag to compare

@AnotherDaniel AnotherDaniel released this 07 Feb 21:43

Re-release of original functionality.