Re: automount and raw devices

2007-12-20 Thread Dustin J. Mitchell
were doing this, then it would not be sporadic. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: automount and raw devices

2007-12-20 Thread Dustin J. Mitchell
. So this is operating with DLE /export_raid12/bicadmin1/amanda-rsync. Which of those is the directory that should be automounted, and which one had the 'r' inserted? Can you duplicate the error by triggering an automount via e.g., ls? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: automount and raw devices

2007-12-19 Thread Dustin J. Mitchell
are the errors? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: amreport analysis

2007-12-14 Thread Dustin J. Mitchell
/socket.26307: socket ignored | gtar: ./opt/IBMHttpServer/conf/socket.26386: socket ignored | gtar: ./opt/IBMHttpServer/conf/socket.27585: socket ignored | gtar: ./opt/save-IBMHTTPServer/logs/siddport: socket ignored These are harmless, but you can exclude them, too, if you'd like. Dustin

Re: amrecover

2007-12-07 Thread Dustin J. Mitchell
is actually required. We're working on fixing that -- it's a primary feature of the Application API -- but the fix isn't here yet. Is the dumpfile really large? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: size estimate puts very high load on my LDAP server

2007-11-23 Thread Dustin J. Mitchell
On Nov 23, 2007 11:03 AM, Cyrille Bollu [EMAIL PROTECTED] wrote: What do amanda developers think? Wouldn't the following patch to amanda-2.5.2b1 do the trick? I'm OK with this. In my testing, archives are the same size regardless of the --numeric-owner flag. Anyone else? Dustin -- Storage

New Development in Amanda poster available

2007-11-12 Thread Dustin J. Mitchell
The poster I'll be presenting at LISA is online at http://www.zmanda.com/pdf/the-new-amanda.pdf If you're at LISA, please do stop by and take a look at the real thing :) Dustin P.S. If anyone would like a copy of the Amanda logo in SVG format, let me know. -- Storage Software Engineer http

Re: Some noop questions (RAID with Amanda)

2007-11-11 Thread Dustin J. Mitchell
Gentoo bugs for anything that you found to be incorrect in the ebuild. Please add me ([EMAIL PROTECTED]) as a Cc if you do. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Barcode labels for LTO, DLT, ...

2007-11-11 Thread Dustin J. Mitchell
. Very shortly, perl scripts will have easy access to the Amanda config API, as well as the trace logs (containing a record of which tapes were used), etc. So this script could turn into a full-fledged member of the Amanda family of tools. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Changing the from address in reports

2007-11-10 Thread Dustin J. Mitchell
? Anyone else? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Another train wreck with a new kernel

2007-11-07 Thread Dustin J. Mitchell
? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Clarification on source code hierarchy

2007-11-06 Thread Dustin J. Mitchell
to do with shared-object linking and absolute paths. On install, the actual binary will be installed -- not the shell script. Note, however, that some Amanda applications *are* shell scripts (e.g., amdump). Dustin -- Storage Software Engineer http://www.zmanda.com

See you at LISA'07?

2007-11-06 Thread Dustin J. Mitchell
interfaces that we're building (we'll be posting working code soon). I'd love to meet any of you, if you'll be in Dallas. Please stop by or drop me a line! Dustin -- Storage Software Engineer http://www.zmanda.com

Re: compilation problems

2007-11-05 Thread Dustin J. Mitchell
-E (precompiler) output C - real but fairly harmless bug D - need more info (version.c) E - need more info (config.log) Thanks for the help! We're building the latest source on Solaris 8 and 10 without any trouble, so I'm sure we can work through any lingering problems with 2.5.2p1. Dustin

Re: compilation problems

2007-11-05 Thread Dustin J. Mitchell
. If not, try running common-src/genversion manually (no arguments) to see what happens. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: question about taper/planner sequencing

2007-11-05 Thread Dustin J. Mitchell
and degraded settings for each DLE, and leaves it to the driver to decide which to use. Hope that helps! Dustin -- Storage Software Engineer http://www.zmanda.com

Re: compilation problems

2007-11-02 Thread Dustin J. Mitchell
perhaps re-trying with a newly untarred directory will fix it. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: A bit of a bug - or I'm missing something?

2007-10-25 Thread Dustin J. Mitchell
On 10/25/07, Lindsay Haisley [EMAIL PROTECTED] wrote: Well fstab is the only data structure on the box that relates /dev/sda1 to /boot, which is what gets backed up willy-nilly. It has to be referenced _somewhere_ in the process! You're right -- Amanda does use fstab for that. Sorry! Dustin

Re: Still having connection problems

2007-10-24 Thread Dustin J. Mitchell
easier. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: A bit of a bug - or I'm missing something?

2007-10-24 Thread Dustin J. Mitchell
for the duration of the backup, then unmounts it.. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: dumps too big

2007-10-22 Thread Dustin J. Mitchell
Does this mean my holding disk is too small? Close -- it means that your tape is too small, or that you're not using tape spanning. Basically, Amanda has to do a full backup, but can't fit that on the available tape. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Configure failing on FreeBSD 5.5 for Amanda 2-5-2p1

2007-10-21 Thread Dustin J. Mitchell
Thanks! That's actually been reported and fixed already. It was an inadvertant bash-ism. ./configure.lineno: 13536: Syntax error: Bad substitution ufoon: Dustin -- Storage Software Engineer http://www.zmanda.com

Re: guntar-lists

2007-10-17 Thread Dustin J. Mitchell
On 10/17/07, John E Hein [EMAIL PROTECTED] wrote: configure --localstatedir=/some/where or, better yet, ./configure --with-gnutar-listdir=/some/where but John's right -- you do have to recompile for this. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: guntar-lists

2007-10-17 Thread Dustin J. Mitchell
absolutely right -- thanks! I must have typo'd my 'grep' while looking for that.. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: backup/recover using tar and hard links

2007-10-17 Thread Dustin J. Mitchell
, it is the same file under different names. This sounds weird to me, too, and may be a bug in GNU Tar. Here's a test case (on my Mac desktop with tar 1.13.25): erdos:~/tmp dustin$ mkdir files erdos:~/tmp dustin$ echo file1 files/file1 erdos:~/tmp dustin$ ln files/file1 files/file2 erdos:~/tmp

Re: Amanda failing on sendsize

2007-10-16 Thread Dustin J. Mitchell
symbols in my development code -- perhaps you could try that? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: problems with chg-zd-mtx and using 2 drives

2007-10-16 Thread Dustin J. Mitchell
in the central location for definitions of these variables. The harder fix is to recompile on a system with mt/mtx installed, and with /usr/local/sbin in the PATH, so that configure can find them. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: problems with chg-zd-mtx and using 2 drives

2007-10-16 Thread Dustin J. Mitchell
-zd-mtx: pid 29607 finish time Tue Oct 16 15:17:56 2007 Ah -- so it's a permissions error. You'll need to make sure that 'amanda', or the group amanda is in, has r/w permissions on the changer device. Usually that's accomplished by putting amanda in the 'disk' group or some such. Dustin

Re: problems with chg-zd-mtx and using 2 drives

2007-10-16 Thread Dustin J. Mitchell
can find out for sure by su'ing to amanda and trying to run 'mtx'. If it works, we need to rethink. If not, it's all about the permissions. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Amanda failing on sendsize

2007-10-16 Thread Dustin J. Mitchell
worked accidentally -- qlist happened to be set to a valid value already in most common configurations. If you'd like to stick with 2.5.1p3, you can extract the diff from subversion and apply it, but I'd recommend upgrading at this point. Dustin -- Storage Software Engineer http

Re: Amanda failing on sendsize

2007-10-15 Thread Dustin J. Mitchell
. Dustin On 10/15/07, Olivier Nicole [EMAIL PROTECTED] wrote: Hi, Now that I can manually run sendsize, I do get the core dump. Program received signal SIGSEGV, Segmentation fault. 0x2808f46c in debug_stralloc () from /usr/local/lib/libamanda-2.5.1p3.so How to recompile amanda with debuging

Re: [amanda-2.5.2p1] Bug in chg-zd-mtx: prefix Missing

2007-10-12 Thread Dustin J. Mitchell
Thanks for reporting that! There were actually two more changers with this bug -- I've attached an updated patch, and will commit it shortly. Dustin -- Storage Software Engineer http://www.zmanda.com chg-prefix.patch Description: Binary data

Re: mutiple network interfaces

2007-10-09 Thread Dustin J. Mitchell
On 10/9/07, Krahn, Anderson [EMAIL PROTECTED] wrote: How do I tell Amanda to use a specific network interface if 2 exist on the system. You'll need to adjust the routing configuration of your machine -- Amanda just uses the usual IP-level sockets interface. Dustin -- Storage Software

Re: problem building 2.5.2p1 on Cobalt raq-4i server appliance

2007-10-07 Thread Dustin J. Mitchell
in_port_t, we'll just have to define it ourselves. No big deal. This solution should work -- add this to amanda.h: typedef unsigned short int in_port_t; Dustin -- Storage Software Engineer http://www.zmanda.com

Re: problem building 2.5.2p1 on Cobalt raq-4i server appliance

2007-10-06 Thread Dustin J. Mitchell
(use your gmail address please), that may also help. Ideally, I'd like to make Amanda work out-of-the-box on the Raq, so let's try to get to the bottom of this, instead of just applying a band-aid. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: backup is done , but they are not in tar file format !!!!

2007-10-06 Thread Dustin J. Mitchell
are not ending with tar and tar can not open it. The files *contain* tar-formatted data, but also have headers. To see the header: dd if=dumpfile bs=1k count=32 | less which will give instructions for a bare-metal recovery. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: backup is done , but they are not in tar file format !!!!

2007-10-06 Thread Dustin J. Mitchell
. But I think you'll find that Amanda's features -- among them, scheduling of backup levels, fault tolerance, and file-by-file restores -- will make it worth your while to do some reading. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: AManda Virtual Tape Manager (amvtm)

2007-10-06 Thread Dustin J. Mitchell
-hackers to move Amanda's core algorithms to a scripting language. See http://marc.info/?t=11916262923r=1w=2 Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Amanda exclusions

2007-10-05 Thread Dustin J. Mitchell
strings have to start from the directory as '.', e.g., './client1/archive'. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: with-db=text solved remaining problems on Solaris 9 systems

2007-10-05 Thread Dustin J. Mitchell
. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: testing with amanda.

2007-10-05 Thread Dustin J. Mitchell
terminates. This, however, is not the case -- Amanda supports spanning. See: http://wiki.zmanda.com/index.php/How_To:Split_Dumps_Across_Tapes Dustin -- Storage Software Engineer http://www.zmanda.com

Re: trying another idea... the --without-ipv6 config option

2007-09-30 Thread Dustin J. Mitchell
or on the network it's attached to) is lacking, things can get ugly. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: amfetchdump inventory mode

2007-09-27 Thread Dustin J. Mitchell
. That said, you can be confident that, given a swiss army knife, some duct tape, and a basic UNIX system, you *can* get at your data. Dustin P.S. I think it will make more sense to move the inventory mode to amrestore, making that the generic restore-without-config-or-indices tool. It doesn't really fit

Re: incremental with gnutar bogusly dumping old files

2007-09-27 Thread Dustin J. Mitchell
(particularly while getting 'dumps way too big' for some DLEs) and threw the balance out of whack. Gene had similar problems -- it really throws Amanda off its stride. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: incremental with gnutar bogusly dumping old files

2007-09-27 Thread Dustin J. Mitchell
if that particular solution was suggested before -- perhaps Gene remembers, or perhaps the tar-bugs archive can tell you? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: incremental with gnutar bogusly dumping old files

2007-09-26 Thread Dustin J. Mitchell
this would happen. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: backup disk and compression

2007-09-25 Thread Dustin J. Mitchell
On 9/25/07, Simpson, Kenneth [EMAIL PROTECTED] wrote: Hi - is it possible to run amanda such that it backups up to disk instead of a tape? Sure -- we call it 'vtapes'. See http://wiki.zmanda.com/index.php/How_To:Set_Up_Virtual_Tapes and the wiki in general for more information. Dustin

Re: 2.5.2p1 build problems on FreeBSD

2007-09-24 Thread Dustin J. Mitchell
then. Seriously, either use bash to run configure ( you'll still get the message about/from lint), or look in the bug tracker for a patch I submitted to cure both problems ([EMAIL PROTECTED]) I'll get your patch committed -- I hadn't seen it until now. Dustin -- Storage Software Engineer http

Re: migrate amanda to new server

2007-09-20 Thread Dustin J. Mitchell
and upgrade at the same time. Rather, either upgrade your existing amanda, make sure it's working, and the migrate it, or the reverse. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: amrestore and tape changers: has it changed since 2.4.4p3?

2007-09-13 Thread Dustin J. Mitchell
was trying to be brief :) That arrangement is ok, with the proviso that you can't use tape spanning on the server, or you won't be able to recover using older clients. There may be more limitations -- someone else please chime in? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: Restoring from a holding disk?

2007-09-07 Thread Dustin J. Mitchell
: amrestore -p alva._home.4 | tar xvf - But that's obviously only part of the backup. That should extract the whole backup -- are you sure it hasn't? Look at the first block of that first file. It should contain CONT_FILENAME=... Is that filename correctly pointing to the next file? Dustin

Re: amdump not working

2007-09-06 Thread Dustin J. Mitchell
On 9/6/07, Maya Bercovich [EMAIL PROTECTED] wrote: On 6 Sep 2007, at 00:04, Dustin J. Mitchell wrote: Do you mind posting the debug logs from the client? It might be root# cat amadmin.20070906110557.debug Hmm -- did you run 'amadmin' on the client? It's a server program, so that wouldn't

Re: amdump not working

2007-09-05 Thread Dustin J. Mitchell
Do you mind posting the debug logs from the client? It might be easiest to blow away everything in /tmp/amanda (or whatever AMANDA_DBGDIR is), run a dump, and then post the files that appear there. Dustin -- Storage Software Engineer http://www.zmanda.com

Re: amdump not working

2007-09-04 Thread Dustin J. Mitchell
of traffic between the server and client and see if the client ever responds. Dustin

Re: amdump not working

2007-09-04 Thread Dustin J. Mitchell
firewall exception for port 10080 (assuming you're using BSDTCP). If it works, would you mind updating the wiki page? Dustin

Re: etimeout ignored?

2007-09-04 Thread Dustin J. Mitchell
this problem? Paul, I'm not a Debian user -- is there a quick way to see what patches the distro has applied? Dustin

Re: etimeout ignored?

2007-09-04 Thread Dustin J. Mitchell
, and moved to subversion, so I can't necessarily suggest a patch. It sounds like the actual timeout problem was solved otherwise (etimeout is per *estimate*, not per *DLE*), and this is just a cosmetic bug? Dustin

Re: Question about performance

2007-08-30 Thread Dustin J. Mitchell
is pretty narrow -- perhaps data would move more quickly if it were compressed on the client? Were the tarballs you were shipping compressed? Dustin

Re: amdump not working

2007-08-29 Thread Dustin J. Mitchell
is compatible, but on 10.4 and above, you should just use GNU tar. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: amtape question

2007-08-29 Thread Dustin J. Mitchell
DailyDump slot 1 Try running '/opt/amanda/libexec/chg-multi' manually? Any suggestions as to where start looking for this? I've already confirmed that I have the GNU version of mt installed. chg-multi doesn't use 'mtx' -- you probably want chg-zd-mtx. -- Dustin J. Mitchell Storage

Re: amdump not working

2007-08-28 Thread Dustin J. Mitchell
disktype for this client. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: config issue

2007-08-23 Thread Dustin J. Mitchell
you build Amanda. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: amverify reports problems

2007-08-21 Thread Dustin J. Mitchell
these errors before. It's worth noting that amverify is basically a shell script that uses these tools itself. The 0+0 in lines are from 'dd', and indicate that it couldn't read anything from the tape at that particular point. Dustin -- Dustin J. Mitchell Storage Software

Re: gtar program still running after backup failed

2007-08-16 Thread Dustin J. Mitchell
, but with enough time to correct any errors before heading home for dinner. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: gtar program still running after backup failed

2007-08-15 Thread Dustin J. Mitchell
for killing such processes. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: tar dumps, performance

2007-08-13 Thread Dustin J. Mitchell
/^\\.//' the output of which is also sent to the server (on the indexfd). Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: how to notify syslog the backup execution result by amanda

2007-08-09 Thread Dustin J. Mitchell
The next release or two will have better support for this, but at the moment, the easiest way to do this is to add a wrapper around 'amdump' that uses 'logger' (a BSD utility that's also present on most Linuxes) to send a log line to syslog. Dustin On Thu, Aug 09, 2007 at 07:43:45PM +0900

Re: amandates ?!

2007-08-09 Thread Dustin J. Mitchell
-client.conf should do the trick. http://wiki.zmanda.com/index.php/Amanda-client.conf You can change the default with a one-line patch to common-src/conffile.c, if you'd rather. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: 2 tape drives?

2007-08-08 Thread Dustin J. Mitchell
drives) This actually just came up: http://marc.info/?t=11857373941r=1w=2 Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: tar dumps, performance

2007-08-08 Thread Dustin J. Mitchell
is sent to the server in a stream parallel to the data stream, where the dumper writes it to the gnu-tar index files directory, possibly compressing it first. I hope that helps! Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: 2 tape drives?

2007-08-08 Thread Dustin J. Mitchell
and will not be here too soon. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: 2 tape drives?

2007-08-08 Thread Dustin J. Mitchell
a similarly configured Amanda to recover your data. In particular, if one of your tape drives dies, you won't be able to[1] reassemble any of the dumps on striped tapes. All in all, none of these are showstoppers, but they're worth considering. Dustin [1] not easily, anyway. -- Dustin J

Re: ssh tunneling from wherever

2007-08-07 Thread Dustin J. Mitchell
, unless this is a months-long conference :) Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Amanda client on SCO Openserver

2007-08-07 Thread Dustin J. Mitchell
. Unless a SCO user speaks up here (come out, come out, lurkers!), I think your best bet is to look for general advice on compiling from source, particularly relating to gnulib. Sorry I can't be more help.. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc

Re: a client disappeared

2007-08-07 Thread Dustin J. Mitchell
changed Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Changed network address on server, and clients not working

2007-08-06 Thread Dustin J. Mitchell
. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Amanda 2.5.1.p1 ssh-auth

2007-08-05 Thread Dustin J. Mitchell
and place it somewhere I can download it, and give me the url in private email, I'll see if I can figure out what's going on. Thanks for the bug report -- ideally Amanda should build on just about anything that smells vaugely like UNIX. Dustin -- Dustin J. Mitchell Storage

Re: Amanda 2.5.1.p1 ssh-auth

2007-08-04 Thread Dustin J. Mitchell
on the compilation problems with 2.5.2p1? What OS/architecture? What error(s) did you see? Thanks! Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Client backup fails with Timeout error

2007-08-03 Thread Dustin J. Mitchell
On Fri, Aug 03, 2007 at 01:18:52PM -0400, Vytas Janusauskas wrote: Dustin J. Mitchell wrote: Could you post the debug logs? Hi Dustin, Attached are the log files. If there is anything else required please let me know. Just FYI, those are the Amanda log files, not the debug logs. Anyway

Re: bugs: amanda server's ip have to add in client host file?

2007-08-02 Thread Dustin J. Mitchell
, for all machines? Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Client backup fails with Timeout error

2007-08-02 Thread Dustin J. Mitchell
) Amanda Report hal2/mnt/hdb1/Can_Fin_photos lev 1 FAILED [cannot read header: got 0 instead of 32768] Could you post the debug logs? Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: index tee cannot write [Broken pipe]

2007-08-02 Thread Dustin J. Mitchell
upgrading? Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Question to: Friday tape question - Top 10

2007-08-01 Thread Dustin J. Mitchell
-- Amanda will do her level best -- but it should not be a surprise that level best is not always good enough, especially when unexpected things happen. I think the bottom line is: this is your Wednesday email telling you to buy more tapes ;) Dustin -- Dustin J. Mitchell Storage

Re: amtypetype taking 51 hours??

2007-07-28 Thread Dustin J. Mitchell
the details of your tape device, but keep in mind that amtapetype does things that are not usual for a tape device, and that for enormous tapes, it can, indeed, take a while. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Multiple Tape Devices ?

2007-07-25 Thread Dustin J. Mitchell
specify a single tapetype). These are all limits we'd like to remove, but they're all also very difficult to remove. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Multiple Tape Devices ?

2007-07-25 Thread Dustin J. Mitchell
: http://www.amanda.org/docs/rait.html http://wiki.zmanda.com/index.php/How_To:Set_Up_RAIT_(Redundant_Array_of_Independent_Tapes) I should have mentioned RAIT, but note that with two tape drives RAIT will only do mirroring, not striping. Dustin -- Dustin J. Mitchell Storage Software

Last Day To Vote! - SourceForge Community Choice Award

2007-07-20 Thread Dustin J. Mitchell
Just a reminder that this is the last day for voting in the Community Choice Award. If you haven't already, please cast your vote at http://sourceforge.net/awards/cca/vote.php Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: amanda server on Mac OS X ?

2007-07-17 Thread Dustin J. Mitchell
did some work on this a while back. Everything that I understand is summarized on that page. To answer your specific question, you can run an Amanda server on a Mac, with the caveat that Mac OS X itself doesn't support any tape drives. Clients work great. Dustin -- Dustin J. Mitchell

Re: amanda server on Mac OS X ?

2007-07-17 Thread Dustin J. Mitchell
a lot easier. My apologies for my own hand-waviness at throwing that information out there in my original email with no supporting evidence! As for BSDs in general -- Apple has basically *removed* support that's available in the base BSD systems, so no worries. Dustin -- Dustin J. Mitchell

Re: suggestion for a disk-to-disk backup server

2007-07-05 Thread Dustin J. Mitchell
to Amanda, rather than leaving her to use tapedev. Ok, maybe we just need to document that when someone overrides tapedev they should also override tpchanger if they have one. See the attached patch. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc

Re: suggestion for a disk-to-disk backup server

2007-07-04 Thread Dustin J. Mitchell
-multi) supply their own tapedev. The best solution, in this case, is to completely disable the changer, too: amdump -o tapedev=/no/such/dev -o tpchanger= I hope that helps. I'll work on the documentation. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc

Encryption questions

2007-07-03 Thread Dustin J. Mitchell
encryption, potentially using GPG. Please see http://wiki.zmanda.com for information on how to install and configure it. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Problems after splitting up a DLE

2007-06-28 Thread Dustin J. Mitchell
the more unlikely that Amanda itself is somehow modifying that library. This is probably something you should take up with the FreeBSD folks. You can feel free to direct them to this list, or me personally, if they have any questions. Dustin -- Dustin J. Mitchell Storage Software

Re: suggestion for a disk-to-disk backup server

2007-06-26 Thread Dustin J. Mitchell
a [ hostname [ diskname ..] ] argument, if you only want to dump certain DLEs. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Backup all drives on server

2007-06-21 Thread Dustin J. Mitchell
for* newly-added filesystems, and send an email (rather than adding them directly). Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: debug files for restore

2007-06-21 Thread Dustin J. Mitchell
should see debug files for amrestore on the machine where you ran it -- the client. The server will produce several other debug files as it provides data to the client. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Virtual tape to Real tape cycles

2007-06-18 Thread Dustin J. Mitchell
the door to more complex migrations down the road. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: OT: LTO Barcodes

2007-06-15 Thread Dustin J. Mitchell
://wiki.zmanda.com (see Useful Amanda Tools), either as a link or as text included in a new article, with any necessary accompanying documentation. Be sure to give yourself credit! Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Virtual tape to Real tape cycles

2007-06-15 Thread Dustin J. Mitchell
to generate some additional developer documentation. Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

Re: Amanda crashes if /tmp/amanda is full

2007-06-13 Thread Dustin J. Mitchell
will simply stop writing debug messages as you've described. If someone would like to do some additional investigation and suggest a fix or even submit a patch, that would be great! Dustin -- Dustin J. Mitchell Storage Software Engineer, Zmanda, Inc. http://www.zmanda.com/

<    7   8   9   10   11   12   13   >