mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 13:00:16 +00:00
Compare commits
No commits in common. "75e22f58d8443bcc73735237ea58404353ac8d3c" and "8859251f3ba9ac0a068fc79cd684b414f06830f6" have entirely different histories.
75e22f58d8
...
8859251f3b
@ -13,10 +13,9 @@ 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"
|
||||||
@ -26,7 +25,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 "Installed UrBackup Server"
|
msg_ok "UrBackup Server Installed"
|
||||||
|
|
||||||
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":"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",
|
"description":"Sets up a UrBackup server so you can automatically back up clients.",
|
||||||
"install_methods":[
|
"install_methods":[
|
||||||
{
|
{
|
||||||
"type":"default",
|
"type":"default",
|
||||||
|
Loading…
Reference in New Issue
Block a user