Skip to content

Commit 2a47ce3

Browse files
authored
Update version number to 1.6.2 in backup.py
1 parent 75f6672 commit 2a47ce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apotropaios/backup/backup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# - Staging dir pattern avoids partial archive writes
1313
# - Retention enforced after each backup creation
1414
# - Parity target: bash v1.1.10 lib/backup/backup.sh
15-
# Version: 1.2.1
15+
# Version: 1.6.2
1616
# ==============================================================================
1717

1818
from __future__ import annotations
@@ -295,7 +295,7 @@ def _export_single(staging: str, fw_name: str) -> None:
295295
with open(output, "w", encoding="utf-8") as f:
296296
f.write(result.stdout)
297297
# Machine-restorable configuration: copy /etc/ufw into the
298-
# archive as ufw_etc. The status text alone is not restorable
298+
# archive as ufw_etc. The status text alone is not restorable --
299299
# restore looks for ufw_etc (save→load round-trip contract).
300300
ufw_etc_src = "/etc/ufw"
301301
if os.path.isdir(ufw_etc_src):

0 commit comments

Comments
 (0)