Bloodchief

Results 5 issues of Bloodchief

Sets **atime** of Folder to **current time** and **mtime** to Archive's **ModTime**. Worked at least for me. TODOs for review: - [x] Check, if this is a valid fix for...

bug
core

ref: #220 https://github.com/knoxite/knoxite/blob/4388cb082e4de33ab0fb6960c39ed3310c70f40e/decode.go#L211 > This is indeed an interesting problem! In theory this shouldn't ever be needed, as directories should be part of the (re-)creation tree of the restore operation....

core

To ensure data authenticity, integrity and confidentiality, the suggestion was, to use AES-GCM. For that, probably the Encrcyptor and Decryptor (defined: https://github.com/knoxite/knoxite/blob/master/encryption.go) should be extended. Open for Discussion is the...

improvement
core

Fix or ignore linter warnings for now / preparation for go update.

tests
core

# What it does? This PR adds a `diff` subcommand for `snapshot`. This enables the user two show the difference between two snapshots. The proposed table from #224 couldn't be...

feature
cli