- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Not seeing option to enable snapshots
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On my ReadyNAS RN104 (firmware 6.10..5 Hotfix 1) I do not see any option to enable or disable Snapshots in Share Properties. https://kb.netgear.com/23166/How-do-I-view-and-change-the-properties-of-a-shared-folder-on-my-ReadyN... says there should be an "Allow snapshot access" button but that is not present.
I've also noticed there are no weekly snapshots happening even though the Shares are set to run them every week.
Is there anywhere (e.g. config files) on the NAS itself via SSH that I should be checking disabled settings?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Zippyduda wrote:
Looks like when I go to enable quotas on a Share it gives me the attached message about quotas being disabled on the volumes.
Leave quotas off on the shares - unless you want to limit the amount of storage in the share for some reason.
Quota on the volume doesn't do what you think it does. It improves the btrfs "accounting" so that the file system has more detailed knowledge of how the space is being used. If you want to see the amount of snapshot space, you do need to enable quota on the volume settings wheel. I do want to see those details, so I have volume quota turned on, but share quotas turned off.
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
@Zippyduda wrote:
On my ReadyNAS RN104 (firmware 6.10..5 Hotfix 1) I do not see any option to enable or disable Snapshots in Share Properties. https://kb.netgear.com/23166/How-do-I-view-and-change-the-properties-of-a-shared-folder-on-my-ReadyN... says there should be an "Allow snapshot access" button but that is not present.
That KB is old and appears outdated. You disable taking snapshots by setting the schedule to "never". And of course you can manually delete any old snapshots you want to remove.
BTW, checking "allow snapshot access" also makes the snapshots writable. I recommend not checking that box. You can still access the snapshots from Windows by right-clicking on the file, and looking at previous versions.
Not sure why yours don't appear to be being created. How full is your data volume?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
My data volume has 66% free as I recently added 2 x 4TB disks (RAID 5)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
Just to clarify, the UI is correct as I can see in Windows there are only 2 snapshots (1 for the Pictures Share and 1 for the Videos Share) and both are from 2018
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
@Zippyduda wrote:
Just to clarify, the UI is correct as I can see in Windows there are only 2 snapshots (1 for the Pictures Share and 1 for the Videos Share) and both are from 2018
Try making a manual snapshot, and see if it shows up.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
So it looks like manual snapshots are working, just not the automatic ones on a weekly basis.
I've noticed when either turning off "Allow snapshot access" (as you advised) or changing from "Smart" Snapshot Management to "Custom" I briefly see the yellow Snapshot part but then it disappears after applying changes to the Share snapshot settings.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
Check the settings for the volume (the settings wheel on the volume page). If quota is not enabled, then try enabling it. If it is enabled, turn it off, and then back on again. That should help with the snapshot color not being shown.
I also am thinking you might want to create a new test share, and enable snapshots on it. Then see if they work normally.
The creation of the snapshots is shown on the log page, so you should look there, and see if you have messages like
Aug 19, 2021 11:00:20 PM Snapshot: Snapshot c_1629428411 was successfully created for share or LUN Photos.
FWIW, I don't recommend using the "smart" snapshot settings. The reason is that there is no retention limit, so eventually the snapshots will consume all the disk space. Though that hasn't happened to you yet, eventually you will need to manually delete snapshots.
My own settings are attached.
These are daily, but are easily adapted to weekly by setting a different schedule. The 3 month retention is a bit arbitrary - it's a balance between the disk space needed for the snapshots, and the desire for long retention. The idea is that if you see too much snapshot disk space for a share, you can adjust the retention downward (and of course you can increase it upwards if the disk space is ok).
As I mentioned earlier, I don't check "allow snapshot access" because I want to make sure the files in the snapshot read-only. Their purpose is to allow me to retrieve earlier versions of the file if something goes wrong. Since "allow snapshot access" makes the files in the snapshots writable, that defeats my purpose.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
Thanks Stephen for the detailed reply! Looks like when I go to enable quotas on a Share it gives me the attached message about quotas being disabled on the volumes. I must have done this a while back. I assume I can turn these back on by going to System > Volumes > Cog icon next to the pie chart > Summary > ticking Quota?
Yeah I've disabled Smart snapshots in favour of Custom ones as I remember a while back the snapshots ate all my disk space and I had to delete a ton of them. I also disabled Allow snapshot access for the reasons you mentioned.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Zippyduda wrote:
Looks like when I go to enable quotas on a Share it gives me the attached message about quotas being disabled on the volumes.
Leave quotas off on the shares - unless you want to limit the amount of storage in the share for some reason.
Quota on the volume doesn't do what you think it does. It improves the btrfs "accounting" so that the file system has more detailed knowledge of how the space is being used. If you want to see the amount of snapshot space, you do need to enable quota on the volume settings wheel. I do want to see those details, so I have volume quota turned on, but share quotas turned off.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not seeing option to enable snapshots
Gotcha 🙂
Enabling Quota on the Volume is now showing the yellow Snapshots part on System > Volumes and in Shares as well. Thanks Stephen!