Results 1 to 4 of 4
Hi,
I have 2 Fedora 9 machine, I'm looking for a backup software have these functions: copy files to remote machine with no compression (I want to keep the same ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-09-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
Backup software
Hi,
I have 2 Fedora 9 machine, I'm looking for a backup software have these functions: copy files to remote machine with no compression (I want to keep the same folder structure with the sources), incremental backup, preserves permissions, uid/gid ownership, and schedule.
Anyone can help me? Thanks!
- 07-09-2008 #2Linux Newbie
- Join Date
- Sep 2007
- Posts
- 164
You could use rsync which will help you keep a remote copy of your local
data syncronized, i.e. up to date.
It's a command line tool, and it has a bunch of switches that allow you to
specify exactly the things you mentions (preserving rwx bits, ownership,
incremental backup, etc.)
The is not scheduling, but you could set it up as a cron job.
Personally, I use grsync which is a GUI that stores a list of rsync calls for me.
cheers, kai
- 07-10-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
I'm testing rsync, it's really good.
Thank kai!
- 07-10-2008 #4Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 522
For incremental backups, check rsnapshot.


Reply With Quote
