mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 04:50:14 +00:00
Compare commits
3 Commits
8859251f3b
...
75e22f58d8
Author | SHA1 | Date | |
---|---|---|---|
|
75e22f58d8 | ||
|
c7f56ccf5f | ||
|
00556fc3e2 |
@ -13,9 +13,10 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt update -y
|
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
|
sudo \
|
||||||
|
mc \
|
||||||
gnupg \
|
gnupg \
|
||||||
coreutils
|
coreutils
|
||||||
msg_ok "Installed Dependencies"
|
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
|
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
|
$STD apt update -y
|
||||||
apt install -y -qq urbackup-server
|
apt install -y -qq urbackup-server
|
||||||
msg_ok "UrBackup Server Installed"
|
msg_ok "Installed UrBackup Server"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
customize
|
customize
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"documentation":"https://www.urbackup.org/documentation.html",
|
"documentation":"https://www.urbackup.org/documentation.html",
|
||||||
"website":"https://www.urbackup.org/",
|
"website":"https://www.urbackup.org/",
|
||||||
"logo":"https://forums.urbackup.org/uploads/default/original/2X/1/1051fd74d1dcbc3ad4220b43007fcab5287272b0.png",
|
"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":[
|
"install_methods":[
|
||||||
{
|
{
|
||||||
"type":"default",
|
"type":"default",
|
||||||
|
Loading…
Reference in New Issue
Block a user