Releases: elesiuta/baka
Releases · elesiuta/baka
Version 0.7.0
version 0.7.0 - only run copy_conditional_path command if needed and cleanup
Version 0.6.9
version 0.6.9 - do not apply max_size condition to symlinks
Version 0.6.5
version 0.6.5 - add html config option for emails to use fixed width font via <pre></pre>
Version 0.6.4
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
version 0.6.3 - add -i flag to run jobs interactively, even if not configured to
Version 0.6.2
version 0.6.2 - sort untracked paths - don't increment regular exit code for git commit
Version 0.6.1
version 0.6.1 - untrack multiple paths at once
Version 0.6.0
version 0.6.0 - version bump
Version 0.5.9
version 0.5.9 - update readme
Version 0.5.8
version 0.5.8 - change forget to just untrack, don't rewrite git history