Answer Posted / rajshree
To take the backup of complete file by using tar command.
tar -cvf <destination directory> <source directory>
To take the backup of selected file by using the CPIO command
ls -d <source file> | cpio -ov > <destination file>.cpio
To take the back up remotely by using the scr command
scr -rv <source directory> <dest.sys ip>:<destination derectory>
To take full,incrimental,differential backup by using the DUMP command.
For full backup command is
dump 0uf <dest file> <source file>
For incremental backup command is
dump -2uf <dest file> <source file>...This is for 1st incrimental.
For 2nd incrimental command is
dump -3uf <dest file> <source file>
The value need to be increase depends on no of incrementals.
For the differential backup command is
dump -1uf <dest dir> <source dir>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the command prompt commands?
What does wc command do in unix?
How do I run a .sh file in linux?
What are the basic command in linux?
What is kill 9 in linux?
what is the fastest way to enter a series of commands from the command-line in linux
How do I run multiple commands in linux?
What is whois command?
How remove all files in a directory linux?
What is parallel ssh?
What are runlevels in linux?
What are system commands?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
How do I run whois command?
How many types of commands are there in linux?