* Anton ([EMAIL PROTECTED]) wrote:
> I would please like to know if there is a good (free) Linux backup
> solution that can be set to do incrmental backups on the local disk (not
> a tape drive solution) of directories that can/should be specified?
>
 use dump/restore (free) backup utility(specifically for incremental backups). This is 
simpler to use and implement.
you just have to create a partition for backups in your local disk 
say /dev/hda8 /backup  and dump all your individual files/directories which needs
 to be backed up into this partition.
you can even write a small bash script to perform backup operation automatically.
and put it into cron job sheduler

-------------------------------------------
Ramakrishna        | [EMAIL PROTECTED]
Exocore Consulting | http://www.exocore.com
Bangalore, India   | +91 (80) 344-0397
-------------------------------------------



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to