You could also use both the SSH server and external drive concurrently during backups and set fault redundancy to 1. That would let you restore your data as long as one of the backup targets is available.
That is not a problem since I prefer to trigger my backups manually and not automated. Does fault redundancy 2 then mean, the backup would only be started if both targets are available?
--pedantic
flag, which makes it abort on the first error
restore
or verify
operation would also detect that tho.
knoxite snapshot remove [id]
. If that's missing from the docs, that's an oversight :)
knoxite repo pack
manually.
This will indeed only delete the metadata. If you want to also remove chunks that are now not associated with any snapshot anymore (data deduplication), you would have to use
knoxite repo pack
manually.
Perfect!
.gitignore
like feature would be super neat indeed, but doesn't exist yet.