Recursive snapshots

Status
Not open for further replies.

STREBLO

Patron
Joined
Oct 23, 2015
Messages
245
I am kind of confused about the difference between recursive and normal snapshots.

When you take a normal snapshot, shouldn't it include everything inside it anyway? How can you have non-recursive snapshots?
 

STREBLO

Patron
Joined
Oct 23, 2015
Messages
245
Is it okay to be taken snapshots of a dataset, lets call it dataset1, at high frequency intervals and also taking snapshots higher up your tree, lets call dataset0, that happened to include the first dataset as well?

For example, we have:
/dataset0
|------ dataset1

And we take a snapshot of dataset1 every 5 minutes and a recursive snapshot of dataset0 once a day. Is there any reason not to do this? Does one of the snapshots override another?

Thanks for the information but it didn't really answer my question , and I've been having trouble finding any really well explained information on this.
 

Bidule0hm

Server Electronics Sorcerer
Joined
Aug 5, 2013
Messages
3,710
Recursive snapshots include everything (datasets, folders, files, ...) that's inside the snapshotted dataset.

Non-recursive snapshots include everything but datasets that are inside the snapshotted dataset.

It's totally ok to do that :
Is it okay to be taken snapshots of a dataset, lets call it dataset1, at high frequency intervals and also taking snapshots higher up your tree, lets call dataset0, that happened to include the first dataset as well?

I do exactly that because I want to snapshot all datasets once a day (so I take recursive snapshots of the root dataset) but some sub-datasets more often like once every 10 min for example (so I take non-recursive snapshots of those datasets) ;)
 

STREBLO

Patron
Joined
Oct 23, 2015
Messages
245
Awesome, thanks
 
Status
Not open for further replies.
Top