Update a backup of a Borg repo
A backup of a Borg repo can be made with the following command: 1
However, borg extract
will copy over all of the files, even if they already exist. To only copy over the changes, the repo can be mounted using borg mount
and then the changes copied over using rsync
. 1
First, FUSE support needs to be installed. On Arch Linux, this is done with: 1
Then the archive can be mounted and browsed with: 1