mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 13:00:16 +00:00
Compare commits
3 Commits
8859251f3b
...
75e22f58d8
Author | SHA1 | Date | |
---|---|---|---|
|
75e22f58d8 | ||
|
c7f56ccf5f | ||
|
00556fc3e2 |
@ -13,9 +13,10 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt update -y
|
||||
$STD apt-get install -y \
|
||||
curl \
|
||||
sudo \
|
||||
mc \
|
||||
gnupg \
|
||||
coreutils
|
||||
msg_ok "Installed Dependencies"
|
||||
@ -25,7 +26,7 @@ echo 'deb http://download.opensuse.org/repositories/home:/uroni/xUbuntu_24.04/ /
|
||||
curl -fsSL https://download.opensuse.org/repositories/home:uroni/xUbuntu_24.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_uroni.gpg > /dev/null
|
||||
$STD apt update -y
|
||||
apt install -y -qq urbackup-server
|
||||
msg_ok "UrBackup Server Installed"
|
||||
msg_ok "Installed UrBackup Server"
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
@ -12,7 +12,7 @@
|
||||
"documentation":"https://www.urbackup.org/documentation.html",
|
||||
"website":"https://www.urbackup.org/",
|
||||
"logo":"https://forums.urbackup.org/uploads/default/original/2X/1/1051fd74d1dcbc3ad4220b43007fcab5287272b0.png",
|
||||
"description":"Sets up a UrBackup server so you can automatically back up clients.",
|
||||
"description":"URBackup is an open-source backup software designed for creating reliable and efficient backups of both files and system images. It supports client-server architecture, allowing you to back up multiple computers to a central server. It offers features such as incremental backups, real-time file backup, and scheduling, ensuring minimal data loss and quick recovery",
|
||||
"install_methods":[
|
||||
{
|
||||
"type":"default",
|
||||
|
Loading…
Reference in New Issue
Block a user