mirror of
https://github.com/acepanel/panel.git
synced 2026-02-06 08:47:16 +08:00
feat: Rsync 插件
This commit is contained in:
13
app/plugins/rsync/rsync.go
Normal file
13
app/plugins/rsync/rsync.go
Normal 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`
|
||||
)
|
||||
Reference in New Issue
Block a user