File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1818from __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 ):
You can’t perform that action at this time.
0 commit comments