Prev: GRE Keys
Next: Spanning-tree Protocol implementation
From: Gabriel Knight on 26 Oct 2009 01:25 Hi all I need a free program to backup a ubuntu server for my school class, it has to be as good or better than Rdiff and Rsync the server will use SSH, MYSql and be a file and web server and do a couple of other things. I need it to be either a gui or text box program. Thanks GK
From: terryc on 26 Oct 2009 03:26 On Mon, 26 Oct 2009 16:25:26 +1100, Gabriel Knight wrote: > Hi all I need a free program to backup a ubuntu server for my school > class, it has to be as good or better than Rdiff and Rsync the server > will use SSH, MYSql and be a file and web server and do a couple of > other things. I need it to be either a gui or text box program. Bacula?
From: Unruh on 26 Oct 2009 13:09 "Gabriel Knight" <fakeemail(a)hotmail.com> writes: >Hi all I need a free program to backup a ubuntu server for my school class, >it has to be as good or better than Rdiff and Rsync the server will use SSH, >MYSql and be a file and web server and do a couple of other things. I need >it to be either a gui or text box program. Why not use rsync? I can assure you that it is as good as rsync. And why not make it a cron job-- then you do not even need a gui or text box for it.
From: Günther Schwarz on 26 Oct 2009 15:04 terryc wrote: > On Mon, 26 Oct 2009 16:25:26 +1100, Gabriel Knight wrote: > >> Hi all I need a free program to backup a ubuntu server for my school >> class, it has to be as good or better than Rdiff and Rsync the server >> will use SSH, MYSql and be a file and web server and do a couple of >> other things. I need it to be either a gui or text box program. > > Bacula? Amanda? I have always been happy with it. For any backup utility that works on the file level the MySQL database will have to be dumped to a file prior to running the backup. Günther
From: Joe on 26 Oct 2009 15:22
On 2009-10-26, Günther Schwarz <strap(a)gmx.de> wrote: > terryc wrote: > >> On Mon, 26 Oct 2009 16:25:26 +1100, Gabriel Knight wrote: >> >>> Hi all I need a free program to backup a ubuntu server for my school >>> class, it has to be as good or better than Rdiff and Rsync the server >>> will use SSH, MYSql and be a file and web server and do a couple of >>> other things. I need it to be either a gui or text box program. >> >> Bacula? > > Amanda? I have always been happy with it. For any backup utility that > works on the file level the MySQL database will have to be dumped to a > file prior to running the backup. Which makes rsync or rsnapshot perfect for the job. Do the mysql backup first, then the rsync or rsnapshot, all from an automated cron job. No need for any UI at all. -- Joe - Linux User #449481/Ubuntu User #19733 joe at hits - buffalo dot com "Hate is baggage, life is too short to go around pissed off all the time..." - Danny, American History X |