Q. I would like to Backup all directories in /home to /dev/st0 tape drive. How do I use script to automate task and what commands do I need to use?
A. Use tar command to backup /home directory. The GNU version of the tar archiving utility included with all Linux distributions. Following tar command also works with Solaris/HP-UX UNIX and FreeBSD/*BSD oses.
For example tar command to backup /home should be as follows:
# tar -czf /dev/st0 /home
Where,
- /dev/st0 : Linux SCSI Tape device name
- /home : Home directory name
This will also backup hidden files and directories. Since this topic is already covered, please refer scripts and previous posts:
- Linux tape backup with mt and tar command - howto
- Howto: Use tar command through network over ssh session
- Shell script to backup directories & files from your home directory and email them as .tar.gz file
- Backup shell script to backup selected directories and upload securely (gpg) to FTP server
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- My 10 UNIX Command Line Mistakes
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!
- Email FAQ to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: 11/12/08



{ 3 comments… read them below or add one }
This site is extremely helpful in learning scsi tape backup in Linux. I wish you good luck and thank you all for the help.
This site helped me lots. thanks for all this brilliant effort.
i had tried to take backup of whole system , backup has started but there is not any messages apperas after finishing the backup after taking servral hours