I am at my final stages of switching my file server from my ageing Novell Netware 5.0 to Linux Suse SLE9. All my workstations are WinXP and Win2000 so I am relying on samba for file sharing. My last stage to resolve is having a backup strategy for the server. I already have a SCSI HP Dat drive I can install in the server but need some easy to use software to back my files. It would need to be able to keep all the file security and ACL info so if I need to restore any files, no further configuration is required. Would I need a backup solution that accommodates samba? If so, any recommendations on what software to use. I only have 10 users and my current Novell server is only at 15gb so we don't have a heavily used server. Has anyone else made the transition from Netware to Linux? In terms of administration, is their anything else I need to look out for? Thanks Sandy
Hi, not sure if this fits you, but have you tried Arkeia? http://www.arkeia.com/products/asb/ They have a free version for users with less than 50GB to backup. Best Regards, Bruno Guerreiro P.S. There will always be tar... ;-)>-----Original Message----- >From: Sandy McCarthy [mailto:sandymccarthy@abesco.net] >Sent: quarta-feira, 16 de Novembro de 2005 10:23 >To: samba@lists.samba.org >Subject: [Samba] Backup Tape > > >I am at my final stages of switching my file server from my >ageing Novell Netware 5.0 to Linux Suse SLE9. All my >workstations are WinXP and Win2000 so I am relying on samba >for file sharing. My last stage to resolve is having a backup >strategy for the server. I already have a SCSI HP Dat drive I >can install in the server but need some easy to use software >to back my files. It would need to be able to keep all the >file security and ACL info so if I need to restore any files, >no further configuration is required. Would I need a backup >solution that accommodates samba? If so, any recommendations >on what software to use. I only have 10 users and my current >Novell server is only at 15gb so we don't have a heavily used server. > >Has anyone else made the transition from Netware to Linux? In >terms of administration, is their anything else I need to look out for? > >Thanks > >Sandy > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/listinfo/samba >
Sandy McCarthy schrieb:> I am at my final stages of switching my file server from my ageing Novell Netware 5.0 to Linux Suse SLE9. All my workstations are WinXP and Win2000 so I am relying on samba for file sharing. My last stage to resolve is having a backup strategy for the server. I already have a SCSI HP Dat drive I can install in the server but need some easy to use software to back my files. It would need to be able to keep all the file security and ACL info so if I need to restore any files, no further configuration is required. Would I need a backup solution that accommodates samba? If so, any recommendations on what software to use. I only have 10 users and my current Novell server is only at 15gb so we don't have a heavily used server. > > Has anyone else made the transition from Netware to Linux? In terms of administration, is their anything else I need to look out for? >Bacula http://www.bacula.org/ works fine. There's also support for tape changers, network clients and more. Thomas
----- Original Message ----- From: "Sandy McCarthy" <sandymccarthy@abesco.net> To: <samba@lists.samba.org> Sent: Wednesday, November 16, 2005 11:22 AM Subject: [Samba] Backup Tape> I am at my final stages of switching my file server from my ageing Novell Netware 5.0 to Linux Suse SLE9. All my workstations areWinXP and Win2000 so I am relying on samba for file sharing. My last stage to resolve is having a backup strategy for the server. I already have a SCSI HP Dat drive I can install in the server but need some easy to use software to back my files. It would need to be able to keep all the file security and ACL info so if I need to restore any files, no further configuration is required. Would I need a backup solution that accommodates samba? If so, any recommendations on what software to use. I only have 10 users and my current Novell server is only at 15gb so we don't have a heavily used server.> > Has anyone else made the transition from Netware to Linux? In terms of administration, is their anything else I need to look outfor?> > Thanks > > Sandy > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/sambaHi Sandy, you mention ACLs - and, if configured so, samba might store some file meta data into xattr (extended attributes). You should take care, that that info (if used) is not getting lost during backup/restore. I found that http://www.suse.de/~agruen/acl/linux-acls/online/ is very helpful regarding ACLs and EAs. There are some extra notes at the end regarding backup/restore pitfalls and possibilities. Cheers, Guenter Kukkukk