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=d26160077f2d1363e30c23951099b7332707e3f2;hb=89b01bcd6deccb79cbdb9f1b06b2613e45850434;hpb=f4594ed407bba1263b2bc93ce70e27a599e2ed3c diff --git a/usr/share/time-slider/lib/plugin/rsync/backup.py b/usr/share/time-slider/lib/plugin/rsync/backup.py index d261600..2d1779f 100644 --- a/usr/share/time-slider/lib/plugin/rsync/backup.py +++ b/usr/share/time-slider/lib/plugin/rsync/backup.py @@ -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),