node backup added

This commit is contained in:
2026-07-04 22:54:38 +03:00
parent d8300035cf
commit f2740e87a0
4 changed files with 103 additions and 2 deletions
+2 -1
View File
@@ -98,11 +98,12 @@
# Folders
tmpfiles.rules = [
"d /mnt 0755 root root -"
"d /mnt/containers 0755 root root -"
"d /mnt/services 0755 root root -"
"d /mnt/services/containers 0755 root root -"
"d /mnt/services/containers/3x-ui 0755 root root -"
"d /mnt/services/containers/3x-ui/cert 0755 root root -"
"d /mnt/services/containers/3x-ui/db 0755 root root -"
"Z /mnt/services/containers/3x-ui 0755 root root -"
];
};