We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1aac7 commit 640b74aCopy full SHA for 640b74a
README.md
@@ -225,6 +225,18 @@ current backup has finished, and exit afterwards.
225
You can find the pid of the running process in the repository directory in the
226
file `.pid`.
227
228
+Signals
229
+-------
230
+
231
+snaprd responds to various signals.
232
233
+ - **INT**, **TERM**: Makes snaprd exit immediately, killing a potentially
234
+ running rsync process using the same signal.
235
+ - **USR1**: While rsync is running, wait until it finished, then exit.
236
+ Otherwise just exit.
237
+ - **USR2**: If snaprd is idle waiting for the next scheduled snapshot,
238
+ sending SIGUSR2 will cancel this waiting time and force an immediate
239
+ snapshot.
240
241
Schedules
242
---------
0 commit comments