- Notifications
You must be signed in to change notification settings - Fork5
Commit342496e

Michael Paquier
Fix incremental and archive backup removal on delete command
The previous algorithm was smart enough to remove full backups olderthan the given number of generations, but not enough to removeincremental and archive backups. This resulted in keeping in the backuplist a set of incremental and archive backups older than the latestfull backup allowed. As it is useless to keep them, the deletionalgorithm is made smarter to take that into account and remove all ofthem cleanly only when necessary.1 parentc812fa3 commit342496e
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
| |||
116 | 115 |
| |
117 | 116 |
| |
118 | 117 |
| |
119 |
| - | |
| 118 | + | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
0 commit comments
Comments
(0)