Step 5. Save Restored Files

When the restore point is mounted to the machine file system, you can use Oracle Solaris command line utilities or preferred file browser to work with restored files and directories. You can browse for files and directories in the mounted backup and copy files and directories that you want to restore to their initial location or to a new location.

In the following example, the restored file Report1.pdf is copied from the mounted restore point to a new location with the Oracle Solaris command line utilities:

user@srv01:~$ ls Documents/
Reports
user@srv01:~$ ls /mnt/backup/export/home/user/Documents/Reports/
Report1.pdf  Report2.pdf
user@srv01:~$ cp /mnt/backup/export/home/user/Documents/Reports/Report1.pdf Documents/
user@srv01:~$ ls Documents/
Report1.pdf  Reports