Hi! Can anybody help me? I want to use a backup server to keep in safe my /home directory and I will use the Amanda software and a tape server, but I a little confused. There any body there that already used Amanda? I have already look for some info on the internet but my problems are until unsolved... Thanks Adilson
Quoting Adilson Oliveira Cruz <adilsonoliveiracruz@gmail.com>:
Hi! Can anybody help me? I want to use a backup server to keep in safe my /home directory and I will use the Amanda software and a tape server, but I a little confused. There any body there that already used Amanda? I have already look for some info on the internet but my problems are until unsolved...
I am using Amanda. I agree configuration isn't the most obvious thing, but once setup it runs very well. What are your problems? Jeffrey P.S., I will be in and out, here and there today. So replies may take several hours.
Hi Jeffrey! I have a PC with Suse linux 9.0 whith a SCSI DDS-2 tape drive (4 Gb) that will be my backup server. I have another machine (that is my nis, nfs, dhcp, etc... server) that will be my Amanda client and want to do a full backup once a month and a incremental backup every week of the /home directory (20 Gb, so I will use 5 tapes on every dump) of this server. I have a fell questions: 1- How can I choice on that week day tha backup will happen? 2- How I can say when the full backup will happen and when the incremental backup will happen? Thanks, Adilson PS: There is my amanda.conf file: org "Backup quinzenal" mailto "dilcruz@yahoo.com.br" dumpuser "amanda" inparallel 1 netusage 1000 Kbps dumpcycle 4 weeks runspercycle 4 tapecycle 5 tapes runtapes 10 tpchanger "chg-manual" tapedev "/dev/nst0" rawtapedev "/dev/nst0" tapetype Sony-GDG120P labelstr "^quinzenal[0-9][0-9]*$" holdingdisk hd1 { comment "holding disk principal" directory "/dumps/amanda" use 800 Mb } infofile "/var/lib/amanda/quinzenal/curinfo" logdir "/var/lib/amanda/quinzenal" indexdir "/var/lib/amanda/quinzenal/index" dumpuser "amanda" define tapetype Sony-GDG120P { comment "Sony DDS2 Premium DGD120P Tape" length 4096 Mbytes filemark 0 kbytes speed 2213 kps } define dumptype global { comment "Global definitions" } define dumptype quinzenal-server-best { global comment "Backup do /home/ usando tar e compressao server-best" compress server best dumpcycle 0 holdingdisk yes program GNUTAR record yes index yes priority high }
Quoting Adilson Oliveira Cruz <adilsonoliveiracruz@gmail.com>:
Hi Jeffrey! I have a PC with Suse linux 9.0 whith a SCSI DDS-2 tape drive (4 Gb) that will be my backup server. I have another machine (that is my nis, nfs, dhcp, etc... server) that will be my Amanda client and want to do a full backup once a month and a incremental backup every week of the /home directory (20 Gb, so I will use 5 tapes on every dump) of this server. I have a fell questions: 1- How can I choice on that week day tha backup will happen? 2- How I can say when the full backup will happen and when the incremental backup will happen?
The short answer is that you can't, least not like you think of full and incremental backups. Amanda rotates full and incrementals. If you have, say 3 sets of tapes, and dumpcycle is two sets, on any given backup half the backups on the set are full and half incremental. The next backup, the other half are full. To get something approximating what you want, have two different configurations, say Weekly and Monthly. The tapes are divided (and labeled) for the two configurations. The configurations are almost the same, just the label and dumpcycles differ. The disklist file can be the same file (hardlink) for both. I use cron jobs to run my every other day backups in the middle of the night. A cron job also runs the day before with amcheck to make sure the right tape is in the drive. My semi-monthly backups are done by hand from the command line and the tapes stored off-site. I will look at you configuration file when I get home (Saturday) and can compare it to my own. Jeffrey
participants (2)
-
Adilson Oliveira Cruz
-
Jeffrey L. Taylor