Search results

  1. O

    [SOLVED] Backing up passthrough disk

    Hello guys and happy new year :) I finally finished this backup yesterday, unfortunately PBS has backed up the empty space on both disks even if I used fstrim. This is the only VM I'm backing up, the CT's backup only contain used data Any idea ? :( I'm using a hardware RAID controller, is it...
  2. O

    [SOLVED] Backing up passthrough disk

    Thank you again Aaron I've enabled "discard" on both disks and ran fstrim inside the Debian VM : root@nas:~# fstrim --verbose --all /srv/dev-disk-by-label-Data: 1,2 TiB (1364236902400 bytes) trimmed on /dev/sdb1 /: 93,4 GiB (100326211584 bytes) trimmed on /dev/sda1 But If i use this command...
  3. O

    PVE can't backup to PBS with datastore on SMB share

    My datastore is located on a Hetzner "storage box" which is accessed through CIFS mount. It's pretty slow (because of my ISP) but it's working //server.hostname/backup/PROXMOX /local-mountpoint cifs...
  4. O

    [SOLVED] Backing up passthrough disk

    Thank you Aaron ;) Does it mean PBS will use 1.9 TiB of the backup server or this scan won't store anything ?
  5. O

    [SOLVED] Backing up passthrough disk

    Merry christmas everyone I'm trying to setup my PVE backup with PBS (currently, I'm just doing a weekly snapshot and also daily rsnapshot backup for OMV). I don't like this way to do, so I installed PBS and it's running quite well for the CT/VM, even if the datastore is a CIFS mount hosted in...