JJJonesJr33

Members
  • Posts

    7
  • Joined

  • Last visited

About JJJonesJr33

  • Birthday 08/10/1987

Converted

  • Gender
    Male
  • URL
    https://jamiejonesjr.com

Recent Profile Visitors

540 profile views

JJJonesJr33's Achievements

Noob

Noob (1/14)

3

Reputation

  1. I still have znapzend installed, but I ended up switching to Sanoid. I seen the video Spaceinvader One did and after that it's been setup once and forget. I recommand checking out Part A and Part B of his video to get you going. But to make it simplified Install Sanoid Setup Script under user scripts for each backup you want ( FYI: in this all you need to change the is "source_pool" and "source_dataset" under Source for snapshotting and/or replication ) Setup custom cron job for task ( if you have mutiple sanoid tasks, make sure they are seperated by a few mins so they don't mess with each other when running - example "0 12 * * *", "5 12 * * *", ect ... ) Run the task manually for the first time Done Hope that helps. P.S I'm on version 6.12.6 atm P.S.S Nerd pack and Dev Pack kind of turned into Nerdtools, very similar but some things did change companred to the packages you could load that way. I still load the .txz plugins under the extra folder in my main flash drive for the ones I need.
  2. To what I have seen so far that has not been added for ZFS samba shares just yet. So far my work around was to still use smb-extras.conf and not the shares created by the gui - just change your path in the config to map to the new location of where the ZFS pool is Example: [Storage] > path = /mnt/storage public = yes browseable = yes guest ok = yes writeable = yes read only = no create mask = 0775 directory mask = 0775 vfs objects = shadow_copy2 shadow: snapdir = .zfs/snapshot shadow: sort = desc shadow: format = zfs-auto-snap_%S-%Y-%m-%d-%H%M shadow: localtime = yes
  3. Does this still work? I was having issues adding a cache and a slog to my zfs pool. It would add, but once I rebooted the array would just hang and not start. Currently on 6.12.2 atm
  4. You will need to run ``` znapzend --daemonize ``` ``` touch /boot/config/plugins/unRAID6-ZnapZend/auto_boot_on ``` Then reboot. That should fix it. To test run the ``` znapzend --daemonize ``` command again after reboot and it should tell you it’s already running.
  5. To get znapzend to work on 6.10.3 this is the steps I had to take. I have confirmed this methods on 5 different Unraid installs of version 6.10.3 Have "Dev Pack", "Nerd Pack", "ZFS", "ZFS-companion", "ZFS Master", and "ZnapZend" installed through the apps. Next go to "Dev Pack" and install the following: gc-8.0.4-x86_64-1.txz gcc-9.2.0-x86_64-4.txz gcc-gplus-9.2.0-x86_64-4.txz glibc-2.30-x86_64-1.txz guile-2.2.3-x86_64-2.txz make-4.2.1-x86_64-3.txz Next go to "Nerd Pack" and install the following: perl-5.32.0-x86_64-1.txz ^ Note to everyone, it will say perl did not installed. Don't worry the script we run next fixes the issue and installs perl, having it set to be turned on in Nerd Pack is just an easy way to confirm it is downloaded and installed once finished. Now we are going to open up terminal and run the following commands: wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/upstream/1.2.4.tar.gz tar -xzf 1.2.4.tar.gz cd zfs-auto-snapshot-upstream-1.2.4 make install Reboot and once rebooted open terminal and check to see if install is working znapzendzetup list will do the trick. To create a auto snapshout a basic command that I use is znapzendzetup create --recursive SRC '7d=>1h,30d=>4h,90d=>1d' storage-array-1/Music just replace "storage-array-1/Music" with your dataset. Reboot once last time now that all your snapshots are setup, and your done! P.S for those who liked having the "Dynamix System Temp" this also fixes it's issue as now perl is installed and working.
  6. I am up and running with the new update! Thank you! I just wish that the unraid forums would of sent me an email when you replied
  7. I am seeing the exact same issue that diannao is.