Re: [Samba] NTFS Attributes

2009-05-14 Thread Mark Adams
Hi Dale,

Thanks for your config -- unfortunately still getting the errors with my
backup software.

I'll look in to Volker's earlier suggestions in more detail.

Cheers all
Mark

On Tue, May 12, 2009 at 12:53:15PM -0500, Dale Schroeder wrote:
 Mark,

 I use this combination.  See if it works for you.

store dos attributes = yes
ea support = yes
map hidden = no
map system = no
map archive = no
map readonly = no

 nt acl support = yes is the default.  It doesn't appear in a standard  
 testparm.
 Use testparm -v for this option to display.

 Dale


 Mark Adams wrote:
 Hi,

 This definately sounds like what I'm after, However I've added installed
 acl, and added the required options to no avail. 

 The file server is mounted with acl
 /dev/hda1 on / type ext3 (rw,errors=remount-ro,user_xattr,acl)

 and the samba share has nt acl support = yes
 [test_backup2]
comment = Test Backup 2
path = /home/it/test_dir/
browseable = yes
create mask = 0770
directory mask = 2770
valid users = test
nt acl support = yes
store dos attributes = yes
write list = test

 When I run a testparm, the nt acl support line doesn't show.

 I still get the error regarding the destination not supporting copying
 of NTFS attributes.

 Can anyone see what I am missing or point me in any other directions?

 Thanks for the replies so far
 Mark

 On Fri, May 08, 2009 at 09:51:37AM +, Wikked one wrote:
   
 Hi Mark,
I think this is what you're looking for?
 http://www.debianhelp.co.uk/acl.htm
 http://aisalen.wordpress.com/2007/08/10/acls-on-samba/


 This will allow you to emulate most NTFS attributes with your back up.









 
 Date: Thu, 7 May 2009 16:51:49 +0100
 From: m...@campbell-lange.net
 To: volker.lende...@sernet.de
 Subject: Re: [Samba] NTFS Attributes
 CC: samba@lists.samba.org

 Hi, Thanks for your response.

 This has correced the errors regarding hidden and system attributes,
 however the error regarding NTFS Attributes still persists. Are their
 any other options that I may be missing?

 Best Regards,
 Mark

 On Wed, May 06, 2009 at 11:29:00AM +0200, Volker Lendecke wrote:
   
 On Wed, May 06, 2009 at 09:52:35AM +0100, Mark Adams wrote:
 
 Hi There,

 Debian squeeze, samba 3.3.3-1

 I am currently trying to use a samba partition to backup windows
 machines to, and am always warned that the destination does not support
 NTFS attributes, hidden attributes and system attributes.

 Are there any config options to enable these in samba? or does samba not
 support mapping these to something on the linux side?

 Any help or links to documentation would be appreciated.
   
 store dos attributes = yes

 Volker
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba
   
 _
 Hotmail® has a new way to see what's up with your friends.
 http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] NTFS Attributes

2009-05-12 Thread Mark Adams
Hi,

This definately sounds like what I'm after, However I've added installed
acl, and added the required options to no avail. 

The file server is mounted with acl
/dev/hda1 on / type ext3 (rw,errors=remount-ro,user_xattr,acl)

and the samba share has nt acl support = yes
[test_backup2]
   comment = Test Backup 2
   path = /home/it/test_dir/
   browseable = yes
   create mask = 0770
   directory mask = 2770
   valid users = test
   nt acl support = yes
   store dos attributes = yes
   write list = test

When I run a testparm, the nt acl support line doesn't show.

I still get the error regarding the destination not supporting copying
of NTFS attributes.

Can anyone see what I am missing or point me in any other directions?

Thanks for the replies so far
Mark

On Fri, May 08, 2009 at 09:51:37AM +, Wikked one wrote:
 
 Hi Mark,
I think this is what you're looking for?
 http://www.debianhelp.co.uk/acl.htm
 http://aisalen.wordpress.com/2007/08/10/acls-on-samba/
 
 
 This will allow you to emulate most NTFS attributes with your back up.
 
 
 
 
 
 
 
 
 
  Date: Thu, 7 May 2009 16:51:49 +0100
  From: m...@campbell-lange.net
  To: volker.lende...@sernet.de
  Subject: Re: [Samba] NTFS Attributes
  CC: samba@lists.samba.org
  
  Hi, Thanks for your response.
  
  This has correced the errors regarding hidden and system attributes,
  however the error regarding NTFS Attributes still persists. Are their
  any other options that I may be missing?
  
  Best Regards,
  Mark
  
  On Wed, May 06, 2009 at 11:29:00AM +0200, Volker Lendecke wrote:
   On Wed, May 06, 2009 at 09:52:35AM +0100, Mark Adams wrote:
Hi There,

Debian squeeze, samba 3.3.3-1

I am currently trying to use a samba partition to backup windows
machines to, and am always warned that the destination does not support
NTFS attributes, hidden attributes and system attributes.

Are there any config options to enable these in samba? or does samba not
support mapping these to something on the linux side?

Any help or links to documentation would be appreciated.
   
   store dos attributes = yes
   
   Volker
  -- 
  To unsubscribe from this list go to the following URL and read the
  instructions:  https://lists.samba.org/mailman/options/samba
 
 _
 Hotmail® has a new way to see what's up with your friends.
 http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
-- 
Mark Adams
Technical Manager
m...@campbell-lange.net
.
Campbell-Lange Workshop
www.campbell-lange.net
0207 6311 555
3 Tottenham Street London W1T 2AF
Registered in England No. 04551928
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] NTFS Attributes

2009-05-12 Thread Dale Schroeder

Mark,

I use this combination.  See if it works for you.

   store dos attributes = yes
   ea support = yes
   map hidden = no
   map system = no
   map archive = no
   map readonly = no

nt acl support = yes is the default.  It doesn't appear in a standard 
testparm.

Use testparm -v for this option to display.

Dale


Mark Adams wrote:

Hi,

This definately sounds like what I'm after, However I've added installed
acl, and added the required options to no avail. 


The file server is mounted with acl
/dev/hda1 on / type ext3 (rw,errors=remount-ro,user_xattr,acl)

and the samba share has nt acl support = yes
[test_backup2]
   comment = Test Backup 2
   path = /home/it/test_dir/
   browseable = yes
   create mask = 0770
   directory mask = 2770
   valid users = test
   nt acl support = yes
   store dos attributes = yes
   write list = test

When I run a testparm, the nt acl support line doesn't show.

I still get the error regarding the destination not supporting copying
of NTFS attributes.

Can anyone see what I am missing or point me in any other directions?

Thanks for the replies so far
Mark

On Fri, May 08, 2009 at 09:51:37AM +, Wikked one wrote:
  

Hi Mark,
   I think this is what you're looking for?
http://www.debianhelp.co.uk/acl.htm
http://aisalen.wordpress.com/2007/08/10/acls-on-samba/


This will allow you to emulate most NTFS attributes with your back up.











Date: Thu, 7 May 2009 16:51:49 +0100
From: m...@campbell-lange.net
To: volker.lende...@sernet.de
Subject: Re: [Samba] NTFS Attributes
CC: samba@lists.samba.org

Hi, Thanks for your response.

This has correced the errors regarding hidden and system attributes,
however the error regarding NTFS Attributes still persists. Are their
any other options that I may be missing?

Best Regards,
Mark

On Wed, May 06, 2009 at 11:29:00AM +0200, Volker Lendecke wrote:
  

On Wed, May 06, 2009 at 09:52:35AM +0100, Mark Adams wrote:


Hi There,

Debian squeeze, samba 3.3.3-1

I am currently trying to use a samba partition to backup windows
machines to, and am always warned that the destination does not support
NTFS attributes, hidden attributes and system attributes.

Are there any config options to enable these in samba? or does samba not
support mapping these to something on the linux side?

Any help or links to documentation would be appreciated.
  

store dos attributes = yes

Volker


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba
  

_
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


RE: [Samba] NTFS Attributes

2009-05-08 Thread Wikked one

Hi Mark,
   I think this is what you're looking for?
http://www.debianhelp.co.uk/acl.htm
http://aisalen.wordpress.com/2007/08/10/acls-on-samba/


This will allow you to emulate most NTFS attributes with your back up.









 Date: Thu, 7 May 2009 16:51:49 +0100
 From: m...@campbell-lange.net
 To: volker.lende...@sernet.de
 Subject: Re: [Samba] NTFS Attributes
 CC: samba@lists.samba.org
 
 Hi, Thanks for your response.
 
 This has correced the errors regarding hidden and system attributes,
 however the error regarding NTFS Attributes still persists. Are their
 any other options that I may be missing?
 
 Best Regards,
 Mark
 
 On Wed, May 06, 2009 at 11:29:00AM +0200, Volker Lendecke wrote:
  On Wed, May 06, 2009 at 09:52:35AM +0100, Mark Adams wrote:
   Hi There,
   
   Debian squeeze, samba 3.3.3-1
   
   I am currently trying to use a samba partition to backup windows
   machines to, and am always warned that the destination does not support
   NTFS attributes, hidden attributes and system attributes.
   
   Are there any config options to enable these in samba? or does samba not
   support mapping these to something on the linux side?
   
   Any help or links to documentation would be appreciated.
  
  store dos attributes = yes
  
  Volker
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba

_
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


RE: [Samba] NTFS Attributes

2009-05-08 Thread James Zuelow


 -Original Message-
 From: 
 samba-bounces+james_zuelow=ci.juneau.ak...@lists.samba.org 
 [mailto:samba-bounces+james_zuelow=ci.juneau.ak...@lists.samba
 .org] On Behalf Of Wikked one
 Sent: Friday, 08 May, 2009 01:52
 To: m...@campbell-lange.net; volker.lende...@sernet.de
 Cc: samba@lists.samba.org
 Subject: RE: [Samba] NTFS Attributes
 
 
 Hi Mark,
I think this is what you're looking for?
 http://www.debianhelp.co.uk/acl.htm
 http://aisalen.wordpress.com/2007/08/10/acls-on-samba/
 
 
 This will allow you to emulate most NTFS attributes with your back up.
 
 
Not really Samba related, but possibly an important point for Samba admins on 
Debian who like to backup ACL information.

Note that the debianhelp article refers to the star package.  For some reason 
star isn't available in Lenny.  But both the Etch and Sid package install just 
fine.  (Sid is a newer version, and hopefully filters down into backports at 
some point.)

James ZuelowCBJ MIS (907)586-0236
Network Specialist...Registered Linux User No. 186591 --
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] NTFS Attributes

2009-05-07 Thread Mark Adams
Hi, Thanks for your response.

This has correced the errors regarding hidden and system attributes,
however the error regarding NTFS Attributes still persists. Are their
any other options that I may be missing?

Best Regards,
Mark

On Wed, May 06, 2009 at 11:29:00AM +0200, Volker Lendecke wrote:
 On Wed, May 06, 2009 at 09:52:35AM +0100, Mark Adams wrote:
  Hi There,
  
  Debian squeeze, samba 3.3.3-1
  
  I am currently trying to use a samba partition to backup windows
  machines to, and am always warned that the destination does not support
  NTFS attributes, hidden attributes and system attributes.
  
  Are there any config options to enable these in samba? or does samba not
  support mapping these to something on the linux side?
  
  Any help or links to documentation would be appreciated.
 
 store dos attributes = yes
 
 Volker
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] NTFS Attributes

2009-05-07 Thread Volker Lendecke
On Thu, May 07, 2009 at 04:51:49PM +0100, Mark Adams wrote:
 Hi, Thanks for your response.
 
 This has correced the errors regarding hidden and system attributes,
 however the error regarding NTFS Attributes still persists. Are their
 any other options that I may be missing?

Ok, then maybe this means alternate data streams. You might
want to experiment with the streams_depot and/or streams_tdb
modules.

Volker


pgpB8SckezP8Q.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] NTFS Attributes

2009-05-06 Thread Volker Lendecke
On Wed, May 06, 2009 at 09:52:35AM +0100, Mark Adams wrote:
 Hi There,
 
 Debian squeeze, samba 3.3.3-1
 
 I am currently trying to use a samba partition to backup windows
 machines to, and am always warned that the destination does not support
 NTFS attributes, hidden attributes and system attributes.
 
 Are there any config options to enable these in samba? or does samba not
 support mapping these to something on the linux side?
 
 Any help or links to documentation would be appreciated.

store dos attributes = yes

Volker


pgp69AlZBz4nK.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba