TW
TW
@Hammit That sounds like a good use case, but it does not really require that borg feature. Assuming you keep all your "user modified" configs in `~/my-etc-configs`, you can just...
@jdchristensen Or just add /etc to the PATHs (it's not much and compresses well). The point is always having the symlink source AND target in the backup archive.
@Hammit I see what you mean. But (for the workaround) I didn't mean specifying each file's paths, but something like `borg create repo::archive /etc ~/etc ...`. That would back up...