Package: duplicity
Version: 0.6.24-1
Severity: minor
Tags: patch

Hi

When playing with debian/examples/system-backup file, one get this:
duplicity: error: no such option: --cleanup

The fix is trivial:

--- debian/examples/system-backup       2016-10-04 10:19:52.121567637 +0000
+++ debian/examples/system-backup       2016-10-04 10:24:18.315599406 +0000
@@ -93,7 +93,7 @@
 fi
 
 # Delete files related to failed backups
-PASSPHRASE=$GPG_PASSWORD duplicity --cleanup --verbosity 1 --sftp-command 
"$SFTP" scp://$SSH_HOST/$HOSTNAME
+PASSPHRASE=$GPG_PASSWORD duplicity cleanup --verbosity 1 --sftp-command 
"$SFTP" scp://$SSH_HOST/$HOSTNAME
 
 # Delete old expired backups
 PASSPHRASE=$GPG_PASSWORD duplicity --force --remove-older-than $OLDAGE 
--verbosity 1 --sftp-command "$SFTP" scp://$SSH_HOST/$HOSTNAME


Thanks :)

-- System Information:
Debian Release: 8.6
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages duplicity depends on:
ii  libc6            2.19-18+deb8u6
ii  librsync1        0.9.7-10
ii  python           2.7.9-1
ii  python-lockfile  1:0.8-2

Versions of packages duplicity recommends:
ii  python-oauthlib  0.6.3-1
ii  python-paramiko  1.15.1-1
ii  python-urllib3   1.9.1-3
ii  rsync            3.1.1-3

Versions of packages duplicity suggests:
pn  lftp                <none>
pn  ncftp               <none>
pn  python-boto         <none>
pn  python-cloudfiles   <none>
pn  python-gdata        <none>
pn  python-swiftclient  <none>
pn  tahoe-lafs          <none>

-- no debconf information

Reply via email to