Skip to content

Releases: elesiuta/baka

Version 0.7.0

17 Mar 18:34
Compare
Choose a tag to compare
version 0.7.0

- only run copy_conditional_path command if needed and cleanup

Version 0.6.9

17 Mar 17:42
Compare
Choose a tag to compare
version 0.6.9

- do not apply max_size condition to symlinks

Version 0.6.5

05 Dec 08:13
Compare
Choose a tag to compare
version 0.6.5

- add html config option for emails to use fixed width font via <pre></pre>

Version 0.6.4

26 Oct 21:44
Compare
Choose a tag to compare
version 0.6.4

- rename --status -> --sysck and status_checks -> system_checks and ./baka/status -> ./baka/syscks
- rename --verify -> --scan and status_integrity -> system_scans and ./baka/verify -> ./baka/scans
- add some more suggested commands for sysck and scan on initialization
- add 'docker' and 'ignore' folders to initial .gitignore, so baka --commit won't add their contents until tracking them with git add -f (it is recommended to backup ~/.baka with something like restic to include files not ideal for tracking with git)
- create empty dirs for all subfolders used by baka on initialization ('docker', 'syscks', and 'scans') and other suggested folders ('ignore' and 'scripts')
- create empty 'error.log' on initialization, this is only used to append emails that failed to send
- record mode, uid, and gid in .baka/stat.json for all files under tracked_paths

Version 0.6.3

30 Aug 02:22
Compare
Choose a tag to compare
version 0.6.3

- add -i flag to run jobs interactively, even if not configured to

Version 0.6.2

30 Aug 01:42
Compare
Choose a tag to compare
version 0.6.2

- sort untracked paths
- don't increment regular exit code for git commit

Version 0.6.1

30 Aug 01:08
Compare
Choose a tag to compare
version 0.6.1

- untrack multiple paths at once

Version 0.6.0

30 Aug 00:12
Compare
Choose a tag to compare
version 0.6.0

- version bump

Version 0.5.9

30 Aug 00:07
Compare
Choose a tag to compare
version 0.5.9

- update readme

Version 0.5.8

30 Aug 00:03
Compare
Choose a tag to compare
version 0.5.8

- change forget to just untrack, don't rewrite git history