Re: AMANDA and the Windows world

2003-02-13 Thread Christopher Odenbach

Hi,

 Actually in my experience, you are more likely to see development to
 support other OSes OUTSIDE of M$.  What might be an interesting idea
 is if there is a freeware/opensource backup/restore program for
 Windows that could be integrated into the AmandaClient...

As a long time amanda user I can pretty well remember that this 
requirement has been discussed quite often in the past...

If you have a look at the sourceforge-project Amanda Backup Win32 
Clients (which has been abbandonned since 2001), there you can find a 
small program called nttar, which nicely backs up (and restores) nt 
acls. I recently tested it - looked quite good.

I think it should not be too hard to code a wrapper around this (or to 
integrate some changes into the source) to make it react like gnutar - 
and then to integrate it into amanda.


Regards,

Christopher (who would love to see amanda one day back up windoze boxes 
natively)






Re: Amanda and the windows world [Q]

2003-02-13 Thread Dieter Meinert
Does anyone have experience with an amanda = SERVER  in a windows environment ? 
Unfortunately I don't have any Unix/Linux host available.

I compiled the complete amanda package under Cygwin 1.3.10, I just don't know how to 
start the server and how to connect to the client. 

I used amanda on different Unices for several years and would like to have it running 
here, too. 

 Regards
Dieter Meinert
 
 




Re: Amanda and the windows world [Q]

2003-02-13 Thread Jon LaBadie
On Thu, Feb 13, 2003 at 08:47:09AM +0100, Dieter Meinert wrote:
 Does anyone have experience with an amanda = SERVER  in a windows environment ? 
 Unfortunately I don't have any Unix/Linux host available.
 
 I compiled the complete amanda package under Cygwin 1.3.10, I just don't know how to 
start the server and how to connect to the client. 
 
 I used amanda on different Unices for several years and would like to have it 
running here, too. 
 
I don't recall anyone reporting compiling and using, under cygwin,
the server portions of amanda.

-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)



Re: AMANDA and the Windows world

2003-02-13 Thread marc . bigler

Hi,

I just wanted to thank you all who replied to my post !!

Regards
Marc




   
 
   
 
Richard MorseTo: Joshua Baker-LePain [EMAIL PROTECTED]  
 
remorse@partn   cc: [EMAIL PROTECTED], 
[EMAIL PROTECTED]   
ers.org Subject: Re: AMANDA and the Windows world 
 
   
 
02/12/03 05:01 
 
PM 
 
   
 
   
 





On Wednesday, February 12, 2003, at 09:29  AM, Joshua Baker-LePain
wrote:

  The cygwin client is pretty new and thus less tested.


I'd just like to say that so far, it seems to work.  I still need to do
a test restore, and I don't know about ACLs, but the signs are that
things are working correctly, given the amount of data that gets backed
up every night

I'm going to do a test restore today, and probably add another two
clients, to get better testing results...

Ricky








Re: Amanda and the windows world [Q]

2003-02-13 Thread Brian White
 Does anyone have experience with an amanda = SERVER  in a windows environment ?
 Unfortunately I don't have any Unix/Linux host available.
 
 I compiled the complete amanda package under Cygwin 1.3.10, I just don't know how to 
start the server and how to connect to the client.

Hmmm...  Having just done builds of Amanda under CygWin (client only), I
did notice a message from ./configure about some lib calls missing and thus
the server would not work.

  Brian
 ( [EMAIL PROTECTED] )

---
 The power to shape the future is earned through persistence.  No other
  quality is as essential to success.  It is the sandpaper that breaks
 down all resistance and sweeps away all obstacles.  It is the ability
 to move mountains one grain of sand at a time.



AMANDA and the Windows world

2003-02-12 Thread marc . bigler
Hello,

I wanted to ask how good is AMANDA to backup Windows servers ? One of the
few issues I can think of is:

- will it backup a windows file owner permissions and rights (ACL) ?
- is it possible for AMANDA to restore directly to a Windows server ?
- what needs to be put in place to backup windows servers ? Is there an
amanda client for windows ?

Thanks for the comments

Regards








Re: AMANDA and the Windows world

2003-02-12 Thread Joshua Baker-LePain
On Wed, 12 Feb 2003 at 12:08pm, [EMAIL PROTECTED] wrote

 I wanted to ask how good is AMANDA to backup Windows servers ? One of the
 few issues I can think of is:
 
 - will it backup a windows file owner permissions and rights (ACL) ?
 - is it possible for AMANDA to restore directly to a Windows server ?
 - what needs to be put in place to backup windows servers ? Is there an
 amanda client for windows ?

There are two ways to back up 'doze clients.  See docs/SAMBA in the 
amanda source tarball and discussions of the cygwin client both in the 
2.4.4b1 docs and in the archives of this list.

Neither is perfect.  Samba definitely won't get ACLs, I *think* it can to 
direct restores, and it needs nothing more than a defined share on the 
'doze client.  The cygwin client is pretty new and thus less tested.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University




Re: AMANDA and the Windows world

2003-02-12 Thread Richard Morse

On Wednesday, February 12, 2003, at 09:29  AM, Joshua Baker-LePain 
wrote:

 The cygwin client is pretty new and thus less tested.



I'd just like to say that so far, it seems to work.  I still need to do 
a test restore, and I don't know about ACLs, but the signs are that 
things are working correctly, given the amount of data that gets backed 
up every night

I'm going to do a test restore today, and probably add another two 
clients, to get better testing results...

Ricky



Re: AMANDA and the Windows world

2003-02-12 Thread Richard Morse

On Wednesday, February 12, 2003, at 12:23  PM, Jon LaBadie wrote:

No need to wait.  The backup is being done by tar on the cygwin client.
If it saves ACL info and resets them correctly, then amanda will.

Do a test on your cygwin client just by creating and extracting a tar
archive.



So, I tried this, and you are correct -- the ACLs aren't saved by tar 
(I guess I was hoping that the cygwin tar would be able to work with 
this... perhaps in future versions?

However, I also did do my test restore.  It worked, although the 
permissions were, of course, incorrect.  So, if you're like me, and are 
really only interested in backing up user data -- not programs, or 
system files, it'll probably work correctly.

I'm still looking around to see if there are cygwin based (or, at 
least, command line based that can write to STDOUT, as I imagine that's 
all that's needed) backup programs with do handle acls...

Ricky



Re: AMANDA and the Windows world

2003-02-12 Thread Jon LaBadie
On Wed, Feb 12, 2003 at 02:20:39PM -0500, Richard Morse wrote:
 
 On Wednesday, February 12, 2003, at 12:23  PM, Jon LaBadie wrote:
 No need to wait.  The backup is being done by tar on the cygwin client.
 If it saves ACL info and resets them correctly, then amanda will.
 
 Do a test on your cygwin client just by creating and extracting a tar
 archive.
 
 
 So, I tried this, and you are correct -- the ACLs aren't saved by tar 
 (I guess I was hoping that the cygwin tar would be able to work with 
 this... perhaps in future versions?

Highly unlikely.  The cygwin developers change as little as possible
and the gnutar code compiles with no changes.

I have a demo copy of MicroSoft's equivalent to cygwin, Services For Unix
(SFU).  Their tar (which is really pax) specifically says it will not do
Windows ACL's.  If M$ doesn't do it, unlikely the cygwin developers at
RedHat will.

-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)



Re: AMANDA and the Windows world

2003-02-12 Thread Joshua Baker-LePain
On Wed, 12 Feb 2003 at 2:20pm, Richard Morse wrote

 So, I tried this, and you are correct -- the ACLs aren't saved by tar 
 (I guess I was hoping that the cygwin tar would be able to work with 
 this... perhaps in future versions?

 However, I also did do my test restore.  It worked, although the 
 permissions were, of course, incorrect.  So, if you're like me, and are 
 really only interested in backing up user data -- not programs, or 
 system files, it'll probably work correctly.

Thanks for reporting this back to the list -- valuable info, and not 
something I was willing to sully my hands with.  ;)

 I'm still looking around to see if there are cygwin based (or, at 
 least, command line based that can write to STDOUT, as I imagine that's 
 all that's needed) backup programs with do handle acls...

Actually, getting amanda to use some other program (i.e. not GNUtar or 
*dump) for backups is not exactly trivial.  The (long in coming) 
DUMPER-API is supposed to fix that, but is still a ways off (probably, I'm 
not really sure).

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University




Re: AMANDA and the Windows world

2003-02-12 Thread Richard Morse

On Wednesday, February 12, 2003, at 02:59  PM, Joshua Baker-LePain 
wrote:

Actually, getting amanda to use some other program (i.e. not GNUtar or
*dump) for backups is not exactly trivial.  The (long in coming)
DUMPER-API is supposed to fix that, but is still a ways off (probably, 
I'm
not really sure).


Suppose that I can get WinZip to write it's output to standard out.  
Also, supposing that I use the include list to pass it a set of 
directories to zip.  Could I write a wrapper to replace runtar that 
would work?  I suppose this might create a problem with estimates, and 
possibly incrementals as well.  But Winzip _might_ support that -- I 
need to look...

I'll get back to y'all with what I find...

Ricky



RE: AMANDA and the Windows world

2003-02-12 Thread Bort, Paul
 
 So, I tried this, and you are correct -- the ACLs aren't saved by tar 
 (I guess I was hoping that the cygwin tar would be able to work with 
 this... perhaps in future versions?
 
 However, I also did do my test restore.  It worked, although the 
 permissions were, of course, incorrect.  So, if you're like 
 me, and are 
 really only interested in backing up user data -- not programs, or 
 system files, it'll probably work correctly.
 
 I'm still looking around to see if there are cygwin based (or, at 
 least, command line based that can write to STDOUT, as I 
 imagine that's 
 all that's needed) backup programs with do handle acls...
 

As a workaround, you could dump the ACLs with CACLS.EXE to a text file. This
would have to be run on each directory you care about, and you'd have to
write something to parse the output afterwards and apply it, but it's a
start, and doesn't change Cygwin or AMANDA.

The output looks something like this: 

U:\docsCACLS vssver.scc

U:\docs\vssver.scc DOMAIN\Domain Admins:F
   DOMAIN\user:F

To make that back into a CACLS command, it would have to look like this: 

U:\docsCACLS vssver.scc /P DOMAIN\Domain Admins:F DOMAIN\user:F

The Perl transformation of one into the other is left as an exercise for the
student. But this will do the job. 





Re: AMANDA and the Windows world

2003-02-12 Thread Broderick Wood

Actually in my experience, you are more likely to see development to
support other OSes OUTSIDE of M$.  What might be an interesting idea is
if there is a freeware/opensource backup/restore program for Windows
that could be integrated into the AmandaClient...


On Wed, Feb 12, 2003 at 02:32:45PM -0500, Jon LaBadie wrote:
 On Wed, Feb 12, 2003 at 02:20:39PM -0500, Richard Morse wrote:
  
  On Wednesday, February 12, 2003, at 12:23  PM, Jon LaBadie wrote:
  No need to wait.  The backup is being done by tar on the cygwin client.
  If it saves ACL info and resets them correctly, then amanda will.
  
  Do a test on your cygwin client just by creating and extracting a tar
  archive.
  
  
  So, I tried this, and you are correct -- the ACLs aren't saved by tar 
  (I guess I was hoping that the cygwin tar would be able to work with 
  this... perhaps in future versions?
 
 Highly unlikely.  The cygwin developers change as little as possible
 and the gnutar code compiles with no changes.
 
 I have a demo copy of MicroSoft's equivalent to cygwin, Services For Unix
 (SFU).  Their tar (which is really pax) specifically says it will not do
 Windows ACL's.  If M$ doesn't do it, unlikely the cygwin developers at
 RedHat will.
 
 -- 
 Jon H. LaBadie  [EMAIL PROTECTED]
  JG Computing
  4455 Province Line Road(609) 252-0159
  Princeton, NJ  08540-4322  (609) 683-7220 (fax)

-- 

-Broderick Wood-

Analyst, Systems Support Group
Department of Computing Sciences
 Athabasca Hall, Room 205
 University of Alberta
 Edmonton, Alberta, Canada
 T6G 2E1
 (780) 492-5018

-The box said,
Requires Windows 98 or better.
So I Installed Linux.-