Package: duply / 2.1-1

01_move-todo-into-file.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package:     duply
Subject:     move TODO into extra file
Author:      Joachim Wiedorn <joodebian at joonet.de>
Forwarded:   no
Last-Update: 2018-11-09

All infos are inside the executable script. I have moved the
TODO text from the bash script into an extra file for better
usability.
---

diff -urN s00/duply s01/duply
--- s00/duply	2018-07-23 12:04:50.000000000 +0200
+++ s01/duply	2018-11-09 08:44:36.785929401 +0100
@@ -15,22 +15,6 @@
 #  This program is licensed under GPLv2.                                       #
 #  Please read the accompanying license information in gpl.txt.                #
 ################################################################################
-#  TODO/IDEAS/KNOWN PROBLEMS:
-#  - possibility to restore time frames (incl. deleted files)
-#    realizable by listing each backup and restore from 
-#    oldest to the newest, problem: not performant
-#  - search file in all backups function and show available
-#    versions with backups date (list old avail since 0.6.06)
-#  - edit profile opens conf file in vi 
-#  - implement log-fd interpretation
-#  - add a duplicity option check against the options pending 
-#    deprecation since 0.5.10 namely --time-separator
-#                               --short-filenames
-#                              --old-filenames
-#  - add 'exclude_<command>' list usage eg. exclude_verify
-#  - featreq 25: a download/install duplicity option
-#  - hint on install software if a piece is missing
-#  - import/export profile from/to .tgz function !!!
 #
 #  CHANGELOG:
 #  2.1 (23.07.2018)
diff -urN s00/TODO s01/TODO
--- s00/TODO	1970-01-01 01:00:00.000000000 +0100
+++ s01/TODO	2018-11-09 08:44:36.785929401 +0100
@@ -0,0 +1,18 @@
+TODO/IDEAS/KNOWN PROBLEMS
+-------------------------
+
+  - possibility to restore time frames (incl. deleted files)
+    realizable by listing each backup and restore from 
+    oldest to the newest, problem: not performant
+  - search file in all backups function and show available
+    versions with backups date (list old avail since 0.6.06)
+  - edit profile opens conf file in vi 
+  - implement log-fd interpretation
+  - add a duplicity option check against the options pending 
+    deprecation since 0.5.10 namely --time-separator
+                                    --short-filenames
+                                    --old-filenames
+  - add 'exclude_<command>' list usage eg. exclude_verify
+  - featreq 25: a download/install duplicity option
+  - hint on install software if a piece is missing
+  - import/export profile from/to .tgz function !!!