• 6 Posts
  • 208 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle





  • Lem453@lemmy.caOPtoSelfhosted@lemmy.worldHelp with ZFS Array
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    16 hours ago

    Thanks, this worked. I made the ZFS array in the proxmox GUI and it used the nvmeX names by default. Interestingly, when I did zfs export, nothing seemed to happen and it -> I tried zpool import and is said no pools available to import, but then when I did zpool status it showed the array up and working with all 4 drives showing healthy and it was now using device IDs. Odd but seems to be working correctly now.

    root@pve:~# zpool status
      pool: zfspool1
     state: ONLINE
      scan: resilvered 8.15G in 00:00:21 with 0 errors on Thu Nov  7 12:51:45 2024
    config:
    
    		NAME                                                                                 STATE     READ WRITE CKSUM
    		zfspool1                                                                             ONLINE       0     0     0
    		  raidz1-0                                                                           ONLINE       0     0     0
    			nvme-eui.000000000000000100a07519e22028d6-part1                                  ONLINE       0     0     0
    			nvme-nvme.c0a9-313932384532313335343130-435431303030503153534438-00000001-part1  ONLINE       0     0     0
    			nvme-eui.000000000000000100a07519e21fffff-part1                                  ONLINE       0     0     0
    			nvme-eui.000000000000000100a07519e21e4b6a-part1                                  ONLINE       0     0     0
    
    errors: No known data errors
    











  • You use it to take the NextCloud files (set the NextCloud directory as a source) and Then you sent the files to a backup repository (destination).

    You don’t send the backup files to a NextCloud install. That’s not the correct way to use the tool.

    I self host a Borg repository in docker so the backup gets sent locally and then I also use borgbase as offsite backup.

    You can have as many sources and destinations as you want