how to specify a linux disk

2011-07-22 Thread myron
I put raid and lvm on the disk running ubuntu 10.04. Amcheck didn't report any error, but it didn't back up. I have other linux boxes w/o raid or lvm that back up fine. I assume that it's the way I specified the partition. /dev/md0 instead of /dev/sda[1-5], or should it be how lvm specifies the

Re: how to specify a linux disk

2011-07-22 Thread Jean-Louis Martineau
Which amanda release are you using? Which program/application are you using to do the backup. Post all the related client debug files. Jean-Louis On 07/22/2011 09:35 AM, myron wrote: I put raid and lvm on the disk running ubuntu 10.04. Amcheck didn't report any error, but it didn't back up. I

Re: how to specify a linux disk

2011-07-22 Thread myron
On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote: Which amanda release are you using? root@errol:~# dpkg -l | grep amanda ii amanda-client 1:2.6.1p1-2 Advanced Maryland Automatic Network Disk Arc ii amanda-common 1:2.6.1p1-2

Re: how to specify a linux disk

2011-07-22 Thread myron
On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote: Which amanda release are you using? Which program/application are you using to do the backup. Post all the related client debug files. Jean-Louis Sorry, I just found the log files for amanda. root@errol:/var/log/amanda/client# cat

Re: how to specify a linux disk

2011-07-22 Thread Jean-Louis Martineau
On 07/22/2011 11:37 AM, myron wrote: On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote: Which amanda release are you using? root@errol:~# dpkg -l | grep amanda ii amanda-client 1:2.6.1p1-2 Advanced Maryland Automatic Network Disk Arc ii

Re: how to specify a linux disk

2011-07-22 Thread myron
On Jul 22, 2011, at 12:47 PM, Jean-Louis Martineau wrote: On 07/22/2011 11:37 AM, myron wrote: On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote: Which amanda release are you using? root@errol:~# dpkg -l | grep amanda ii amanda-client 1:2.6.1p1-2

Re: how to specify a linux disk

2011-07-22 Thread Frank Smith
On 07/22/2011 11:53 AM, myron wrote: On Jul 22, 2011, at 12:47 PM, Jean-Louis Martineau wrote: On 07/22/2011 11:37 AM, myron wrote: On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote: Which amanda release are you using? root@errol:~# dpkg -l | grep amanda ii amanda-client

Re: how to specify a linux disk

2011-07-22 Thread myron
On Jul 22, 2011, at 1:04 PM, Frank Smith wrote: On 07/22/2011 11:53 AM, myron wrote: On Jul 22, 2011, at 12:47 PM, Jean-Louis Martineau wrote: On 07/22/2011 11:37 AM, myron wrote: On Jul 22, 2011, at 11:14 AM, Jean-Louis Martineau wrote: Which amanda release are you using? root@errol:~#

Re: how to specify a linux disk

2011-07-22 Thread Jon LaBadie
On Fri, Jul 22, 2011 at 01:18:05PM -0400, myron wrote: On Jul 22, 2011, at 1:04 PM, Frank Smith wrote: Tar deals with filesystems, so you need to either change /dev/md0 to / (or whatever directory is mounted on it), or use dump, which deals with devices. Personally, I'd stick with tar, but

Re: how to specify a linux disk

2011-07-22 Thread Charles Curley
On Fri, 22 Jul 2011 12:04:30 -0500 Frank Smith fsm...@hoovers.com wrote: Tar deals with filesystems, so you need to either change /dev/md0 to / (or whatever directory is mounted on it), or use dump, which deals with devices. Personally, I'd stick with tar, but others may prefer to use dump.

Re: how to specify a linux disk

2011-07-22 Thread myron
On Jul 22, 2011, at 2:23 PM, Jon LaBadie wrote: On Fri, Jul 22, 2011 at 01:18:05PM -0400, myron wrote: On Jul 22, 2011, at 1:04 PM, Frank Smith wrote: Tar deals with filesystems, so you need to either change /dev/md0 to / (or whatever directory is mounted on it), or use dump, which deals