Results 1 to 3 of 3
I want to setup my centos 5.3 machine to do scheduled backups of my home directories can someone please point me to a howto or a tutorial...
- 09-07-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 15
Scheduled Backups
I want to setup my centos 5.3 machine to do scheduled backups of my home directories can someone please point me to a howto or a tutorial
- 09-07-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
You can find some backup/recovery apps that might work for you here:
Backup & Recovery | Linux App Finder
If you find something you want to try, you can probably install it using YUM.
You can probably run any scheduled backups using a cron job. Lots of cron job tutorials here:
cron job - Google Search
Maybe someone else will offer up some other backup plans, or thoughts on the matter.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-08-2009 #3
I managed with a script + cronjob
The script chose the files I wanted backed up and made a log of it. The cronjob only called the script.


Reply With Quote