Search results

  1. A

    [SOLVED] PBS - Mounting Windows SMB Share as Datastore

    Yep, SSD's would be the way to go here. Not giving myself any points for speed and I'm wondering how effective super slow backups of relatively small snapshots really is. But hey, slow backups are better than no backups.
  2. A

    [SOLVED] PBS - Mounting Windows SMB Share as Datastore

    I'm not sure how much you know about PBS/Proxmox/Debian/Linux currently, but I'll do my best briefly explain what I did. I'm also assuming that you already have a working SMB share setup on some other machine. First, you'll need to install CIFS utilities on PBS: sudo apt install cifs-utils...
  3. A

    [SOLVED] PBS - Mounting Windows SMB Share as Datastore

    That was it. I found that out around the same time you posted the reply. Mounting with UID and GID 34 (backup:backup) did the trick.
  4. A

    [SOLVED] PBS - Mounting Windows SMB Share as Datastore

    I have a PBS that, currently, is working fine as a backup server for my PVE node. On that PVE node I have a WindowsVM running Backblaze personal. What I would like to do is backup the PBS to Backblaze through that Windows VM. My plan for accomplishing that: (Assume that the normal backups are...
  5. A

    LXC won't start

    I know this is an old thread, but i wanted to add a note to any future users who stumble upon this solution. First, the steps by Staff user 'fabian' worked for me. HOWEVER: I first had to run 'tune2fs -f -E clear_mmp <image> The error was that it couldn't access the image, and "if you're...