A frontend for the mighty duplicity magic
A shell front end to duplicity that simplifies the usage by managing
settings for backup jobs in profiles. It supports executing multiple
commands in a batch mode to enable single line cron entries and executes
pre/post backup scripts.
- Sources inherited from project openSUSE:Leap:15.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.1:ARM:Staging/duply && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
duply.changes | 0000010328 10.1 KB | |
duply.spec | 0000002003 1.96 KB | |
duply_2.0.4.tgz | 0000046047 45 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 668424
from
Wolfgang Rosenauer (wrosenauer)
(revision 9)
I want to propose this update of duply for 15.1. Malcolm, if you disagree, please decline this request. old: openSUSE:Leap:15.1/duply new: openSUSE:Factory/duply rev 20 Index: duply.changes =================================================================== --- duply.changes (revision 8) +++ duply.changes (revision 20) @@ -1,4 +1,21 @@ ------------------------------------------------------------------- +Sun Jul 29 11:27:23 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of descriptions. + +------------------------------------------------------------------- +Fri Jun 1 21:28:20 UTC 2018 - malcolmlewis@opensuse.org + +- Update to version 2.0.4: + + Bugfix 114: "duply usage is not current" wrt. purgeFull/Incr. + + Bugfix 115: typo in error message - "Not GPG_KEY entries" + should be "No". + + Bugfix 117: no duply_ prefix when ARCH_DIR is set in conf. + + Occasionally shows negative runtimes, (deb#882159). +- Changes from version 2.0.3: + +Bugfix: "line 2231: CMDS: bad array subscript". + +------------------------------------------------------------------- Tue Aug 8 20:09:42 UTC 2017 - malcolmlewis@opensuse.org - Update to version 2.0.2: Index: duply.spec =================================================================== --- duply.spec (revision 8) +++ duply.spec (revision 20) @@ -1,8 +1,8 @@ # # spec file for package duply # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2011-2017 Malcolm J Lewis <malcolmlewis@opensuse.org> +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2011-2018 Malcolm J Lewis <malcolmlewis@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ Name: duply -Version: 2.0.2 +Version: 2.0.4 Release: 0 -Summary: A frontend for the mighty duplicity magic -License: GPL-2.0 +Summary: A frontend for the "duplicity" backup program +License: GPL-2.0-only Group: Productivity/Archiving/Compression Url: http://duply.net/ Source0: https://svwh.dl.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/2.0.x/%{name}_%{version}.tgz @@ -39,11 +39,13 @@ %prep %setup -q -n %{name}_%{version} +#Fix env-script-interpreter rpmlint error +sed -i 's/\/usr\/bin\/env bash/\/bin\/bash/g' duply %build %install -install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name} +install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name} %files %defattr(-,root,root,-) Index: duply_2.0.4.tgz =================================================================== Binary file duply_2.0.4.tgz (revision 20) added Index: duply_2.0.2.tgz =================================================================== Binary file duply_2.0.2.tgz (revision 8) deleted
Comments 0