← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~louis-bouchard/duplicity/allow-concurrency-manpage into lp:duplicity

 

Louis Bouchard has proposed merging lp:~louis-bouchard/duplicity/allow-concurrency-manpage into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~louis-bouchard/duplicity/allow-concurrency-manpage/+merge/202266

Add option to manpage
-- 
https://code.launchpad.net/~louis-bouchard/duplicity/allow-concurrency-manpage/+merge/202266
Your team duplicity-team is requested to review the proposed merge of lp:~louis-bouchard/duplicity/allow-concurrency-manpage into lp:duplicity.
=== modified file 'bin/duplicity.1'
--- bin/duplicity.1	2013-12-26 14:33:05 +0000
+++ bin/duplicity.1	2014-01-20 09:49:43 +0000
@@ -339,6 +339,10 @@
 .SH OPTIONS
 
 .TP
+.BI --allow-concurrency
+Allow duplicity to run more than one instance in the same user context. Upon startup, duplicity puts a lock file into the cache directory which prevents a second instance of duplicity to run at the same time. Using this option will override the locking mechanism and allow for a second duplicity instance to run
+
+.TP
 .BI --allow-source-mismatch
 Do not abort on attempts to use the same archive dir or remote backend
 to back up different directories. duplicity will tell you if you need


Follow ups