Displaying 2 results from an estimated 2 matches for "netsearch".
Did you mean:
nbtsearch
2010 Dec 15
2
rsync server bootscript - stop and status considerations
Hello :-)
I want to create a boot/shutdown script including the usual restart, start,
status and stop options (on Slackware64 13.1). Netsearching for prior art,
I did not find any comprehensive examples. The normal technique seems to be
to kill the process recorded in the PID file (let's call it the daemon) but
this does not terminate all the rsync server processes.
Experimenting and reading the documentation it seems that rsync in...
2010 Dec 15
1
rsync server: "incoming chmod" usage
...rw,g=r,o=r
This time there was no error message from rsync but neither did the
directories get rx permission; less permissions were set than without the
"incoming chmod".
Next I tried
incoming chmod = Du+rwx,g+rx,o+rx,Fu+rw,g+r,o+r
This set 755 on the directories but also on the files.
Netsearching for usage examples I only found "incoming chmod" only used with
symbolic modes with + or - so I tried
incoming chmod = Du+rwx,g+rx,o+rx,Fa-x
This gave the desired result.
Versions
========
Server:
Slackware64 13.1
rsync version 3.0.7 protocol version 30
Capabilities:
64-bit file...