diff --git a/AUTHORS b/AUTHORS
index 233d6f938b3cdacc383e4e3f45ffaa714edc20f8..bd65aa123f797956d1899b12a94b7dbd6734a1de 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,3 +53,4 @@ Alexander Mette <mail@amette.eu> -- duplicity bugfix
 Dominik George <nik@naturalnet.de> -- Support using a different passphrase for the signing key from the one used for the encryption key in the dup handler
 Christian Prause <cprause@suse.com> -- Support suse in the sys handler
 Jools Wills <jools@oxfordinspire.co.uk> -- Bugfix in the sys helper, indentation fixes
+Mark Janssen <mark@sig-io.nl> -- ignore jobs whose filename ends with "~"
diff --git a/ChangeLog b/ChangeLog
index dc70b31ac96c7f2649d62d7a7ac1a2b922d051c6..2aa451a803c4ac548d5b004cb13e9916bee9fe80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,8 @@ version 1.0.2  -- UNRELEASED
 	   Thanks to Jools Wills <jools@oxfordinspire.co.uk> for the patch.
     backupninja changes
 	 . Indentation fixes, thanks to exobuzz. (Redmine#6726)
+	 . Ignore jobs whose filename ends with "~".
+	   Thanks to Mark Janssen <mark@sig-io.nl> for the patch.
     documentation changes
 	 . Update INSTALL file to add some missing recommended programs.