Skip to content
Commit 7a01bade authored by Austin Seipp's avatar Austin Seipp
Browse files

nixos: tarsnap - allow keys for individual archives



Two concurrent tarsnap backups cannot be run at the same time with the
same keys - completely separate sets of keys must be generated for each
archive in this case, if you want backups to overlap.

This extends the archives attrset to support a 'keyfile' option, which
defaults to /root/tarsnap.key like the top-level attribute.

With this change, if you generate two keys with tarsnap-keygen(1) and
use each of those separately for each archive, you can backup
concurrently.

Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent ec70f64e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment