calvados

Members
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

calvados's Achievements

Rookie

Rookie (2/14)

5

Reputation

  1. Thanks @Kilrah. What about securing RW access to the files?
  2. Hi everyone, I have a ZFS array that I am sharing out via Settings->SMB: [myFiles] path=/mnt/myFiles browseable = yes public = no guest ok = no writeable = yes read only = no valid users = user1 user2 Due to some foolishness, when attempting to get user2 access to the myFiles share, a "chmod -R 777 /mnt/myFiles" was run. Of course this provides wide open access including execute permissions. This is not desirable for a number of security reasons. Can you please advise what updated CHMOD should be run to set permissions on these files to a more appropriate level for a file share? I'm thinking to run CHMOD against the entire '/mnt/myFiles' share, as 99% of the files are simply static files that users will need R/W access to. For the small number of files that will need execute rights, I can go an manually CHMOD those specific files. So, would CHMOD 666 be the recommended value, or perhaps 660? The 'myFiles' share does not contain any VMs, Dockers, or Docker data. It is strictly a file repository. Thanks everyone, Cal.
  3. Thank you @KluthR. It works perfectly! Very much appreciated kind human.
  4. Hi @KluthR, I'm wondering if there is a rough ETA on the next release to adjust the CHMOD to run before the post-run scripts? Thanks for all that you do @KluthR, Cal.
  5. Hi everyone, I'm having challenges running a script that sets CHMOD -R 777 on the backups created. It doesn't seem to set permissions on the newest backup created, but does change permissions for previously created backups. I've set my script to run as a "Post-run script", and made the script executable. The content of my script is as follows: !/bin/bash sleep 10 chmod -R 777 /mnt/pathToBackupFolder When I view ls -l before the backup I see: drwxrwxrwx 2 nobody users 7 Mar 12 13:36 ab_20240312_133545/ drwxr-x--- 2 nobody users 7 Mar 12 13:39 ab_20240312_133836/ Then running a new backup results in: drwxrwxrwx 2 nobody users 7 Mar 12 13:36 ab_20240312_133545/ drwxrwxrwx 2 nobody users 7 Mar 12 13:39 ab_20240312_133836/ drwxr-x--- 2 nobody users 7 Mar 12 13:51 ab_20240312_135101/ How do I go about getting all backups to have "drwxrwxrwx"? Please help. Thank you, Cal.
  6. Hi everyone, I've tried searching this thread but I haven't found an answer to my challenge. Can anyone point me to a sample script that I can run as a "Post-run script" to chmod the newly created backup? I have a windows based scheduled task that is dying due to lack of r/w permissions. Thank you in advance. Cal.
  7. @KluthR, It worked without issue. Thank you again so much for such a quick fix. If I may, I'd like to make two suggestions: - For the USB backup, could it be backed up into a timestamped folder in the same way that the appdata folder is? - Could there be an option for the USB backup that defines its own backup schedule and its own 'number of backups to keep'? Thanks again @KluthR
  8. Thank you so very very much! I just started a manual backup and I see the logs populating. Will report back once it has completed! @KluthR, thank you thank you thank you!
  9. @KluthR, thanks so much. I'm certainly available for testing.
  10. I need to eat a bit of crow here. I just checked the timestamps on my backups, and you are correct that it stopped working once I turned off users shares. I didn't realize that backups weren't running! Is a fix possible, or do I need to turn users shares back on? Asides from running these backups I have no other use for user shares. Thanks again @KluthR
  11. Correct, I have user shares disabled as I do not use them. I run ZFS only. This had no impact on the V2 version of the plugin. Thank you so much @KluthR.
  12. Unraid Version: 6.11.5 When running manually syslog shows: Jan 26 23:16:12 ur CA Backup/Restore: It doesn't appear that the array is running. Exiting CA Backup The array is running though, my storage in on a ZFS zpool:
  13. Hi everyone, I just updated from V2 to V3. V2 had been running solid since I installed it. I am unable to get V3 to run at all. A manual run produces no logs in the 3rd tab. I've verified that all my settings are the same as V2. I have verified all paths, and rebooted unraid. I have tried running manually with all dockers stopped, and nothing. Not a single line in the 3rd tab where the logs should be. EDIT: I set the notification settings to notify on start and stop, and running manually does not product a notification. As noted above I tried running with all dockers stopped, but if I try running it with my dockers running they are not shutdown. It is as if the plugin does not start at all. When running manually it warns me that the target folder will be overwritten. I click ok, and am taken to the 3rd tab, which shows "Backup / Restore Status: Not Running" Help? ur-diagnostics-20230126-1543.zip
  14. I'm not sure if this is what you mean, but the schedule I have is "0 0 2,16 * *" and the script is: #!/bin/bash zpool scrub hotBackupPool