Linux: Local / Remote Backup For Large Files
You can easily backup large files using Linux backup software combination - tar, split and md5sum program. From the article:
I have a directory containing some files for a virtual computer. The files that hold the data for the virtual computer's hard discs are not only big, they are also "sparse" files, which means that they use only enough disc space for the data that was actually written to the file. For example, the virtual computer may have a 30GB drive of which 2GB has been used. Even though it uses only 2GB on my hard disc, a program that reads the file may see it as a 30GB file. This type of file can be tricky to back up because, when you copy it, you can end up with a 30GB file, or it might simply fail to copy, depending on the type of file system used on the backup storage.
You may also be interested in other helpful articles:
- How to: Backup Up and Restore the Solaris OS With ufsdump
- Linux Ramback: Use a Terabyte of RAM
- Linux: How to backup hard disk partition table (MBR)
- Linux and UNIX Backing up key information or files
- Solaris tar command to backup data on tape device
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: backup software, backup storage, hard disc, Linux, linux backup software, linux backup solutions, online backup linux, remote backup, software combination, sparse files



The entire post can not be seen in rss. This would be useful.
Greetings
Vivek,
Thanks for the link to the very nice article.
I strongly believe in taking md5 check-sum of all my backups (database, configuration etc.). I definitely do a check-sum before the restore.
I have seen in one situation of DB restore, the restore itself went successfully and there was a corruption in some of the blocks that affected a functionality of the DB.
Doing a md5 check-sum after backup and before restore, would’ve pointed out the issue immediately.
Ramesh
The Geek Stuff