Releases: d-Rickyy-b/backmeup
Releases · d-Rickyy-b/backmeup
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: implement --dry-run
- build: remove travis config by @d-Rickyy-b in #26
- ci: update node version to 16 and go to 1.19 by @d-Rickyy-b in #27
- ci: update action versions by @d-Rickyy-b in #28
- Reorganize project structure by @d-Rickyy-b in #29
- Update dependencies and ci configs by @d-Rickyy-b in #30
Full Changelog: v1.0.1...v1.1.0
v1.0.1
[1.0.1] - 2021-08-23
A few fixes for the archive creation.
Changed
- Better error logging in writeTar and writeZip (90a8af0)
Fixed
v1.0.0
v0.1.4
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
Fixed
v0.1.3
Fix: Use proper file globbing for exclude patterns (for real now)
0.1.2 - 2020-12-10
The previous release had a bug. On every excluded file we raised an error that stopped the filepath.walk function from continuing. This bug should now be fixed.
Added
- Implement -d/--debug switch to enable debug logging for printing exclude matches (21a201a)
Fixed
- Don't return error in filepath.Walk() for excluded files (94fba5c)
Fix: Use proper file globbing for exclude patterns
First release 🎉🥳
0.1.0 - 2020-11-17
Initial release! First usable version of backmeup is published as v0.1.0 🎉🥳
Executables are built and packed via:
> go build -ldflags="-s -w" .
> upx backmeup