2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 08:47:16 +08:00

feat: Rsync 插件

This commit is contained in:
耗子
2023-11-23 02:56:20 +08:00
parent 94ff9e2dbc
commit d55bb5ffe1
15 changed files with 1539 additions and 97 deletions

View File

@@ -0,0 +1,13 @@
package rsync
var (
Name = "Rsync"
Description = "Rsync 是一款提供快速增量文件传输的开源工具。"
Slug = "rsync"
Version = "3.2.7"
Requires = []string{}
Excludes = []string{}
Install = `bash /www/panel/scripts/rsync/install.sh`
Uninstall = `bash /www/panel/scripts/rsync/uninstall.sh`
Update = `bash /www/panel/scripts/rsync/install.sh`
)