Backup applications - Linux
This is a discussion on Backup applications - Linux ; 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...
-
Backup applications
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
-
Re: Backup applications
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.