Displaying 1 result from an estimated 1 matches for "75ebec6".
Did you mean:
05e9ec6
2014 Dec 23
0
samba backup and build
...ld is too 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
+...