Posted by Admin on 21st March 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Dar is a shell command that makes backup of a directory tree and files. Its features include splitting archives over several files, CDs, ZIPs, or floppies, compression, full or differential backups, strong encryption, proper saving and restoration of hard links and extended attributes, remote backup using pipes and external command (such as ssh), and rearrangement of the “slices” of an existing archive. It can now run commands between slices, encrypt archives, and quickly retrieve individual files from differential and full backups. Dar also has external GUI like kdar for Linux,thanks to the well documented API.
Read the rest of this entry »
Posted in Backup | No Comments »
Posted by Admin on 3rd January 2007
If you want to create a system that is similar to a different system you have already set up, it can be difficult to remember each and every package you had installed.This method works best when you are exporting to and importing from the same distribution and, specifically, the same releasefor example, exporting from Ubuntu Dapper to Ubuntu Dapper or ubuntu edgy to ubuntu edgy.
Read the rest of this entry »
Posted in Backup, Other Linux | 8 Comments »
Posted by Admin on 31st December 2006
Partition Image is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example), … Partitions can be saved across the network since version 0.6.0.When using Partimage, the partitions must be unmounted.
Read the rest of this entry »
Posted in Backup | 12 Comments »
Posted by Admin on 19th December 2006
dd_rhelp is a bash script that handles a very usefull program written in C which is called dd_rescue, it roughly act as the dd linux command with the caracteristic to NOT stop when it falls on read/write errors.
Read the rest of this entry »
Posted in Backup | 4 Comments »
Posted by Admin on 19th November 2006
Data can be lost in different ways some of them are because of hardware failures,you accidentally delete or overwrite a file. Some data loss occurs as a result of natural disasters and other circumstances beyond your control.
Read the rest of this entry »
Posted in Backup, Other Linux | 16 Comments »
Posted by Admin on 28th October 2006
rsync is a replacement for rcp (and scp) that has many more features. It uses the “rsync algorithm” which provides a very fast method for remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
Read the rest of this entry »
Posted in Backup | No Comments »