search for: sambaver

Displaying 2 results from an estimated 2 matches for "sambaver".

2015 Jan 11
1
Thoughts on samba backup script for DCs
Hello, possibly the author of the samba backup script will read this. I customized the script myself due to some things: 1. At the end the script looks for samba4_* files to rotate the backups. But only backups of the private folder get this prefix with the original script. sysvol and etc backups will remain. 2. The wiki of backup and restore advises to restore on the same version of samba the
2002 Aug 12
5
Why does this logon-script not work under Win9x ?
...s the logonscript (logonsmb.bat) ---snipp--- @ECHO OFF set CURRENTSERVICE=netlogon set ROOTDIRCURSERVICE=/opt/samba/netlogon set USEROFCURRENTSERVICE=harry set PRIMARYGRUOUPOFCURRENTSERVICEUSER=users set SESSIONUSER=harry set PRIMARYGROUPOFSESSIONUSER=users set HOMEDIROFSERVICEUSER=/home/harry set SAMBAVER=2.2.5 set INTERNETHOSTNAMEOFSAMBASERVER=486dx66 shift 1 set NETBIOSNAMEOFCLIENT=pentium200 shift 1 set NETBIOSNAMEOFSERVER=486dx66 shift 1 set INTERNETNAMEOFCLIENT=pentium200.hrnet.de shift 1 set NAMEOFNISHOMEDIRSERVER=486dx66 shift 1 set PROTOCOL=NT1 shift 1 set PIDOFCURRENTSERVER=17049 shift 1 se...