Restore a Single File from a SnapShot Copy in Data OnTap CLI - 7 Mode
Restore a Single File from a SnapShot Copy in Data OnTap CLI
> wrfile /vol/vol0/data.txt
Now this sis the first
This file will soon be deleted in as moment.
>
> rdfile /vol/vol0/data.txt
Now this sis the first
This file will soon be deleted in as moment.
>
>snap create vol0 datasnap
>snap list vol0

This is name editing file
The old is new last one will be replaced.
>
>snap restore -t file -s datsnap -r /vol/vol0/data.txt /vol/vol0/data.txt
restore completed.
> wrfile /vol/vol0/data.txt
Now this sis the first
This file will soon be deleted in as moment.
>
> rdfile /vol/vol0/data.txt
Now this sis the first
This file will soon be deleted in as moment.
>
>snap create vol0 datasnap
>snap list vol0
>wrfile /vol/vol0/data.txtThis is name editing file
The old is new last one will be replaced.
>
>snap restore -t file -s datsnap -r /vol/vol0/data.txt /vol/vol0/data.txt
restore completed.
Comments
Post a Comment