You can use below procedure to create snapshot. In this example you create a snapshot of /data
- Determine where you are going to store the backing store (the snapshot) file.For example you use /var/tmp as a location to store the backing-store file, and you will snapshot /data filesystem.
- Create the snapshot.root@solaris-sunray # fssnap -F ufs -o backing-store=/var/tmp /data
- Verify that snapshot is successful.root@solaris-sunray # fssnap -i0 /data
- Mount the virtual device as you wish (optional)root@solaris-sunray # mount -F ufs -o ro /dev/fssnap/0 /mnt
- Backup filesystem to taperoot@solaris-sunray # ufsdump 0ucf /dev/rmt/0 /dev/fssnap/0
No comments:
Post a Comment