There is No Symbol present to make a clone of Auto-Snapshots.
Added by punit dambiwal about 1 year ago
Hi,
I have successfully installed nexentastor cummunity edition in my infrascture,now i have encounterd one strange problem,When I make a spontaneous snapshot through NMS, everything is okay. When I look at page :-
Data Management -> Data Sets -> Snapshots Show I see both, the sign for Rollback and for clone.
But as soon as a periodic snapshot is made I miss the clone symbol.would you people mind to have a look on this issue and help me in this regard.
Thanks,
nexenta.bmp (3.8 MB)
Replies
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by Linda Kateley about 1 year ago
So if you go into the service and show, you can select rollback, but we currently don't support clone in the autoservice.
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by punit dambiwal about 1 year ago
Hi,
Ok..but without clone how can i restore my data at file level.....it means if i rollback nexenta just restore all the folders and data that the snapshot contain...but if i want to restore some folder only from the snapshot then...???
Please suggest me the best way to restore the data from auto snapshot at file level.
Thanks, p-root
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by Linda Kateley about 1 year ago
So a snapshot is a read-only copy of the file data, and a clone is a read-write filesystem. If you need a file from a snapshot, you can read it from the snapshot and write it into an active filesystem.
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by punit dambiwal about 1 year ago
Hi Linda,
Can you please let me know how can i read that file from the snapshot,i am beginer for this storage application.
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by Dan Swartzendruber about 1 year ago
If you have 3 snapshots of, say, /tank/foo, go to /tank/foo/.zfs/snapshot, and you will see a folder for each snapshot, which you can browse into.
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by punit dambiwal about 1 year ago
Hi,
Also please let me know how can i write an file from read only snapshot or move any file/folder from read only snapshot.
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by Dan Swartzendruber about 1 year ago
You copy it like any other file.
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by Linda Kateley about 1 year ago
the snapshotted files end up in a hidden directory called .zfs in the share. I just did this on my mac, and when i went into the share, i just cd'ed into .zfs directory and saw 2 more directories, shares and snapshot, the files are located in the snapshot directory. Each snapshot has a directory(folder) name that is the name of snapshot. All the files are accessable, readonly from there..
RE: There is No Symbol present to make a clone of Auto-Snapshots. - Added by punit dambiwal about 1 year ago
Hi,
Thanks.....issue has been resolved....