# borg borgbackup files deduplicating, encryption, speed backup to remote hosts over ssh with borg installed on server backup is faster because of more server side operations # init `borg init --encryption=repokey /path/to/repo` Encryption types: - keyfile: passphrase and keyfile # Change passphrase `borg key change-passphrase -v REPO` # mount `borg mount /run/media/archie/data200/borg/localxen ~/Downloads/temp/`