diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-10 17:34:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-10 17:34:15 -0300 |
commit | a99421620f829c039324b71c88460eaf20c94c7c (patch) | |
tree | 85b34b080e94eb74f4947f320c3514ac65707d2d /examples | |
parent | 5af9b963715efa186feacd0314a793184cc0eea3 (diff) | |
download | backupninja-bug/3838.tar.gz backupninja-bug/3838.tar.bz2 |
Removing lockfile from rsync example (#3838)bug/3838
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.rsync | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/example.rsync b/examples/example.rsync index a2795db..faba203 100644 --- a/examples/example.rsync +++ b/examples/example.rsync @@ -50,11 +50,6 @@ days = 7 # for long storage format, specify the number of monthly backup increments #keepmonthly = 1 -# use this if you need a lockfile to be kept during backup execution -# this is an useful feature in case you have some tasks that should -# know if the backup is running or not -#lockfile = - # rsync command nice level #nicelevel = 0 |