Compare commits

..

3 Commits

Author SHA1 Message Date
Kristian Skov
75e22f58d8
Update json/urbackupserver.json
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-01-19 12:39:09 +01:00
Kristian Skov
c7f56ccf5f
Update install/urbackupserver-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-01-19 12:39:02 +01:00
Kristian Skov
00556fc3e2
Update install/urbackupserver-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-01-19 12:38:55 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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",