LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   backup solution for large scale (https://www.linuxquestions.org/questions/linux-server-73/backup-solution-for-large-scale-731875/)

nima0102 06-10-2009 04:21 AM

backup solution for large scale
 
Hi
I need to backup one directory that users upload to this dir.
so I need to incremental backup this dir to our server backup on lan.
my solution is,mount dir from server backup as NFS os sshfs,and then the original dir with rdiff or rsync,sync with mounted dir on server backup.
Do you have any suggestion?
thanks in advanced

archangel_617b 06-11-2009 05:43 PM

Sounds like you're doing small-scale backups to me ;)

If you want large scale, this typically means tape, either single drives for smaller data sets:

http://h10010.www1.hp.com/wwpc/us/en...6-3454484.html

Or autoloaders all the way up to libraries for larger solutions:

http://h10010.www1.hp.com/wwpc/us/en...31-392031.html


Amanda (http://www.amanda.org/) or the corresponding corporate site Zmanda (http://www.zmanda.com/) are very popular applications for operating your tape backup system. And there's plenty of other closed source ones too.

If you just want incremental backups to disk, you can use Amanda and run it to disk rather than to tape.

It all depends on what your needs are.

- Arch


All times are GMT -5. The time now is 10:03 AM.