X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Fplugin%2Frsync%2Fbackup.py;h=2d1779f3a9fb8f8f3a6426b3c13ceb539d9bc2b1;hp=ce44090b6436dc487e7a6fe3366a4be16a164ad5;hb=89b01bcd6deccb79cbdb9f1b06b2613e45850434;hpb=d021224696e8524cab857c27370e33aeaf024130 diff --git a/usr/share/time-slider/lib/plugin/rsync/backup.py b/usr/share/time-slider/lib/plugin/rsync/backup.py index ce44090..2d1779f 100644 --- a/usr/share/time-slider/lib/plugin/rsync/backup.py +++ b/usr/share/time-slider/lib/plugin/rsync/backup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # CDDL HEADER START # @@ -532,7 +532,7 @@ class BackupQueue(): pending = [name for time,name in \ list_pending_snapshots(self._propName) if \ name.find(snapshot.fsname + '@') == 0] - cmd = [zfs.PFCMD, zfs.ZFSCMD, "inherit", self._propName] + cmd = [zfs.ZFSCMD, "inherit", self._propName] util.debug("Unqueuing pending backups of deselected " \ "filesystem: " + snapshot.fsname + '\n' + \ str(pending),