search for: e34981e

Displaying 1 result from an estimated 1 matches for "e34981e".

Did you mean: 34981
2014 Dec 23
0
samba backup and build
...small for ./var/locks/sysvol/ ad.heritageacademyaz.com/Policies/{6AC1786C-016F-11D2-945F-00C04FB984F9}/GPT.INI So my question is -- 1) can the socket file be safely erase I did see the following diff --git a/source4/scripting/bin/samba_backup b/source4/scripting/bin/samba_backup index 75ebec6..e34981e 100755 --- a/source4/scripting/bin/samba_backup +++ b/source4/scripting/bin/samba_backup @@ -48,6 +48,10 @@ cd $FROMWHERE for d in $DIRS;do relativedirname=`find . -type d -name "$d" -prune` n=`echo $d | sed 's/\//_/g'` + + # remove all sockets + find...