feat: backup archive file

This commit is contained in:
zhangsz
2025-03-06 20:21:51 +08:00
parent e9c7f4fa2c
commit bf65bd4fc5
10 changed files with 135 additions and 0 deletions

10
backup/pkg/canal.service Executable file
View File

@@ -0,0 +1,10 @@
[Service]
Type=idle
ExecStart=/usr/local/bin/canal > /dev/null 2>&1 &
Restart=always
RestartSec=3
StandardOutput=null
[Install]
WantedBy=multi-user.target