traverse

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

traverse's Achievements

Noob

Noob (1/14)

0

Reputation

  1. So my usb stick just died and I learned the hard way that my last backup was from 2017. I thought CA Backup does a backup everytime I did an appdata backup, but turns out I fckd up and had 'USB Backup Destination' empty. At some point before, USB backups to appdata/Community_Applications_USB_Backup were made though. Either I changed this manually or some plugin update introduced this new behaviour? Either way, I have recovered. Took a few h though. I think this would be a perfect target for a new check, since the docker configs, which are deeply ingrained with the appdata directory, are stored on the stick. So I'd think most people would like this option set and warned if they forget.
  2. I have recently installed unRaid 6.2 and am quite happy. Initially I did not install a parity drive, thinking it would be easy to add later (and I was not sure if I would keep unRaid). Previously I had a 2Bay SynologyNAS which was not up to my needs anymore. In total I have 3x4TB disks, 1x WD Blue and 2x WD Green. The greens were in my NAS, the Blue I bought new. I also have an SSD in my Server for my Docker appdata and cache. My Plan was: -Copy all data from SynologyNAS to unRaid server (only WD Blue and SSD installed) -see if I like unraid -grab one of the disks from my nas and use it as a parity drive -grab the other disk from my nas and use it as a second data drive. unfortunately the WD Greens are slightly smaller: User capacity: 4,000,753,476,096 bytes [4.00 TB] (WD Green) User capacity: 4,000,787,030,016 bytes [4.00 TB] (WD Blue) I figured it might be HPA, but I have been unable to confirm that: hdparm -N /dev/sdc output: READ_NATIVE_MAX_ADDRESS_EXT failed: Input/output error The output of grep HPA /var/log/syslog is empty. One of the WD Green disks still holds the NAS data, the other is already precleared. What is the easiest way to proceed? I do want my data to be on at least 2 drives at a time, to avoid data loss during this quite disk intense transition time. Unfortunately I have already made quite large changes to the WD Blue disk (moved and renamed a whole bunch of files), so simply copying the NAS data again would be unpractical. I figure that I could clone the WD Blue disk to my WD Green disk, clear the WD Blue disk and then use the WD Blue as Parity? What would be the best way to achieve that? Manually mounting the disks and using rsync comes to my mind first, but I have never used rsync. Is this a good application? Or can I somehow shrink the WD Blue disk without loosing data (maybe by writing HPA)? Thanks for any help