Skip to content

v0.1.4

Compare
Choose a tag to compare
@d-Rickyy-b d-Rickyy-b released this 11 Feb 02:15
· 39 commits to master since this release
b3c99ef

0.1.4 - 2021-02-11

Added

  • Symlink support for tar files (5d75752)
  • Following symlinks (aka replacing a symlink to a file with the actual file) (a98fe65)
  • Ability to only run backups of certain units via -u/--unit CLI parameter (92db794)
  • Check if archive already exists (fd88626)
  • Add -t/--test-path CLI parameter for checking exclusion for given paths (1b13e44)
  • Add -v/--version CLI parameter to just print the tool's version (2c51b05)

Changed

  • Move archive code to archiver package (d8666cb)
  • Move config code to config package (0a03807)

Fixed

  • Add compression for zip files (52733bc)
  • Replace Fatalln with Println (721f6b2)
  • Correctly assign 'verbose' and 'debug' variables (cd11006)
  • Only store regular files in tar archives (d9b26fc)