This is a discussion on Backup applications within the Linux Administration forums, part of the Linux Forums category; Can anyone recommend a backup applications, preferably free, for Linux that can do incremental backups, and supports ext3 and Reiser ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
chasrmartin@netscape.net (Charlie Martin) wrote in message news:<6c7aa242.0308051047.178bb875@posting.google. com>...
> Can anyone recommend a backup applications, preferably free, for Linux > that can do incremental backups, and supports ext3 and Reiser > filesystems? > > A version of dump/restore would be just fine.... > > Thanks If you want to do backup from one machine to another machine, "rsync" is a good tool. If you want to backup to a media on the same machine, "tar" will do the job. |