[Borgbackup] Restore

Alberto Luaces borgbackup at aluaces.fastmail.com
Wed Feb 8 11:03:33 EST 2023


Hi,Boris Kirkorowicz <bkborg at kirk.de> writes:

[...]

> backup:
>> borg init -e=none $CRYPTDIR/Kalender
>> borg create -v -p --stats $CRYPTDIR/Kalender::'{now:%Y-%m-%d_%H-%M}' $HOME/Dokumente/Sicherungen/Kalender
>

[...]

>
> then:
>> borg list $CRYPTDIR/Kalender
>> 2023-02-08_13-32                     Wed, 2023-02-08 13:32:22 [a7a60d216705d749901f565e2acbb7d5af544dfbe41b3e9886467eafcaf4d042]
>
> of course:
>> sfo2205:~ # borg mount /mnt/rs1219a/a7a60d216705d749901f565e2acbb7d5af544dfbe41b3e9886467eafcaf4d042 /mnt/borg
>> Repository /mnt/rs1219a/a7a60d216705d749901f565e2acbb7d5af544dfbe41b3e9886467eafcaf4d042 does not exist.
>
>
> What did I do wrong?

If you are creating the archive named Kalender::2023-02-08_13-32, you
have to refer to it as such:

borg mount /path_to/Kalender::2023-02-08_13-32 /mnt/borg



More information about the Borgbackup mailing list