00-JUL-11 00-JUL-11 BACKUP 00-JUL-11

List Backup Of Datafile

List Backup Of Datafile is a process of taking a backup of all the files in a specified directory and its subdirectories. This can be done in a number of ways, the most common of which is using the Linux ‘tar’ command.

The ‘tar’ command can be used to create a tarball (a compressed archive file) of all the files in a directory and its subdirectories. To do this, use the following command:

tar -cvf tarball_file_name.tar directory_name

This will create …