Re: Understanding disklist format

2014-02-18 Thread Charles Stroom
Thanks, it worked, multiple includes are possible with the append. I have not tried systematically without append, although I BELIEVE that in that case only the last "include" entry is taken into account and the others silently ignored. Regards, Charles p.s. I noticed some strange error messages

Re: Understanding disklist format

2014-02-17 Thread Jon LaBadie
On Mon, Feb 17, 2014 at 12:39:33AM +0100, Charles Stroom wrote: > On Sun, 16 Feb 2014 14:00:01 -0500 > Jon LaBadie wrote: > ... > You said that "an include implies exclude all else", this clarifies > some behaviour. But I have 1 DLE with multiple "includes": > " > fiume.localnet Vbox/home/c

Re: Understanding disklist format

2014-02-16 Thread Charles Stroom
On Sun, 16 Feb 2014 14:00:01 -0500 Jon LaBadie wrote: > On Sun, Feb 16, 2014 at 03:29:03PM +0100, Charles Stroom wrote: > > I am now running my compiled 3.3.5 amanda on opensuse 13.1 and have > > reformatted my disklist. I have difficulties to understand what > > will be, or what will be not inc

Re: Understanding disklist format

2014-02-16 Thread Jon LaBadie
.0.5 > -rw--- 1 amanda amanda 1073741824 Feb 16 14:43 > fiume.localnet.Pictures_rest.0.6 > -rw--- 1 amanda amanda 1073741824 Feb 16 14:44 > fiume.localnet.Pictures_rest.0.7 > -rw--- 1 amanda amanda 1073741824 Feb 16 14:44 > fiume.localnet.Pictures_rest.0.8 > -rw--- 1 amanda amanda 10

Re: Understanding disklist format

2014-02-16 Thread Charles Stroom
lnet.Pictures_rest.0.4 -rw--- 1 > amanda amanda 1073741824 Feb 16 14:42 > fiume.localnet.Pictures_rest.0.5 -rw--- 1 amanda amanda > 1073741824 Feb 16 14:43 fiume.localnet.Pictures_rest.0.6 -rw--- 1 > amanda amanda 1073741824 Feb 16 14:44 > fiume.localnet.Pictures_rest.0.7

Re: Understanding disklist format

2014-02-16 Thread Gerrit A. Smit - TI
Charles Stroom schreef op 16-02-14 15:29: > include "./*" > exclude "./Canon_800IS/*" > exclude "./Canon_G2/*" Maybe you need to exclude first? Met vriendelijke groeten, AT COMPUTING Gerrit A. Smit Beheer Technische Infrastructuur -- AT Computing Telefoon: +31 24 352 72 22

Understanding disklist format

2014-02-16 Thread Charles Stroom
1073741824 Feb 16 14:44 fiume.localnet.Pictures_rest.0.8 -rw--- 1 amanda amanda 1073741824 Feb 16 14:45 fiume.localnet.Pictures_rest.0.9 " not very clear in this layout, but fiume.localnet.Pictures_rest alone totals to more than 11Gb, while it should only have ~4Gb. Do I not understan

Re: Disklist format

2003-03-13 Thread Paul Bijnens
Robert Hazbun wrote: Anyway, my problem is that I am doing just this, but am running into the following error: pantera/home/depot-wz lev 0 FAILED [missing result for /home/depot-wz in pantera response] ... Upon looking in the amanda source to attempt to find out what's wrong, I found out t

Re: Disklist format

2003-03-13 Thread Alexander JOLK
> pantera /home/depot-af /home/depot { > hard-disk-tar > include "./[Aa-Ff]*" > } 1 I'd be pretty much surprised if this include statement didn't mean `include all files starting with either A, any character between a and F, or f'. That's probably not what you meant to say

Disklist format

2003-03-13 Thread Robert Hazbun
Hello, I've been attempting to set up Amanda 2.4.4 on my system and have run into some problems. As you all know, amanda cannot span large filesystems across multiple tapes. The typical work around is to segment the disklist entries so that amanda can back up the large file system in parts. F

Re: disklist format

2001-09-04 Thread John R. Jackson
>Trying to get this running on MacOSX. > >Disks are labeled as /dev/rdisk0,/dev/rdis1, etc. > >How does one write the entry for the 9th partition on /dev/rdisk0? ... What does "df -k" say for that 9th partition? Why aren't you using mount points instead of /dev names? John R. Jackson, Technica

disklist format

2001-09-02 Thread ThomasRatliffDDS
Trying to get this running on MacOSX. Disks are labeled as /dev/rdisk0,/dev/rdis1, etc. How does one write the entry for the 9th partition on /dev/rdisk0? I tried /dev/rdisk09 but that wasn't correct. thanks