Home Operating System Solaris Which command is used to backup and restore Solaris file system? - Backup file system can be done by using ufsdump command. ufsdump [options] [arguments] [file names] Example: #init 0 ok boot –s # ufsdump 0ucf /dev/rmt/0 / - Restoring files can be done by using ufsrestore command. Ufsrestore ta [archive name] ./path/filename ./path/filename Example: # ufsrestore tf /dev/rmt/0 # (to bring system to run level 3)
Post a Comment