Compare commits

..

No commits in common. "75e22f58d8443bcc73735237ea58404353ac8d3c" and "8859251f3ba9ac0a068fc79cd684b414f06830f6" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -13,10 +13,9 @@ 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"
@ -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
$STD apt update -y
apt install -y -qq urbackup-server
msg_ok "Installed UrBackup Server"
msg_ok "UrBackup Server Installed"
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":"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":[
{
"type":"default",