Hi everyone, I migrated my drives that were originally being sync on a Windows machine to a Ubuntu machine. I made sure to replicate the appropriate parity/data drives from Windows paths to Linux paths. I then added some files, and wanted to run snapraid diff to check to make sure everything is okay. It then complains about UUID changes for every data disk. If I try snapraid --force-uuid diff it seems to list every single file as different. Is there a way to test sync, so I can make sure everything...
Unable to located AAC library
You are right, I meant +s +h. I guess I will have to remove the system property. Thanks!
Hi all, I have a folder in my Windows shares that I set as hidden via attrib -s -h FOLDERNAME. In SnapRAID, I've kept #nohidden so that it will include hidden stuff, but during a SnapRAID sync, I noticed it marked my folder as a 'system-directory' and so ignores it. Is there a way to force-include a specific folder? Thanks.
Thank you.
Thanks. That is good to know. Putting #nohidden should include any non-system hidden files/folders, correct?
Hi all, I set up Server 2016 + Drivepool + SnapRAID. After adding the relevant information to the .conf file, I did not touch the section for exclusions: # Excludes hidden files and directories (uncomment to enable). #nohidden # Defines files and directories to exclude # Remember that all the paths are relative at the mount points # Format: "exclude FILE" # Format: "exclude DIR\" # Format: "exclude \PATH\FILE" # Format: "exclude \PATH\DIR\" exclude *.unrecoverable exclude Thumbs.db exclude \$RECYCLE.BIN...
Thank you for the explanation. This answered my questions.