[Borgbackup] Trying to mount a repository

Vaughan Wickham vw at zen.net.au
Sun Jul 3 21:25:02 EDT 2022


Hello,

I'm trying to mount a repository to /tmp/Borg

So, I do the following


  *   mkdir /tmp/Borg
  *   sudo borg mount  /media/zen/REAR-000/Borg /tmp/Borg
     *   Borg appears to process the command, I am prompted for the passphrase and there are no Borg errors
     *   But I can't access /tmp/Borg
        *   Permission denied
        *   The permissions of "Borg" could not be determined

I have tried the following, while the repository is mounted

  *   sudo chown -R $USER: /tmp/Borg
  *   sudo chmod 755 /tmp/Borg
     *   The files that have been mounted, are displayed while these commands are processed, but afterwards /tmp/Borg remains inaccessible

I have then tried the following, while the repository is unmounted

  *   sudo chown -R $USER: /tmp/Borg
  *   sudo chmod 755 /tmp/Borg
  *   This time the commands are successful, but after mounting the repository, /tmp/Borg becomes inaccessible, as before

Regards,
Vaughan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/borgbackup/attachments/20220704/4e6ddfe8/attachment.html>


More information about the Borgbackup mailing list