système de sauvegarde avec urbackup https://www.urbackup.org/index.html
Go to file
lseys b404d26a54 doc 2022-03-09 17:09:05 +01:00
README.md doc 2022-03-09 17:09:05 +01:00
ServerAdminGuide-v2.4.x.pdf debut doc 2022-03-09 16:43:21 +01:00

README.md

urbackup

install

sudo add-apt-repository ppa:uroni/urbackup
sudo apt-get update sudo apt-get install urbackup-server

une fois l'installation finie : accès à l'interface => http://IP-DU-SERVEUR:55414

installation du client

pour linux :

ajouter le client depuis l'interface web

puis sur le client : TF=`mktemp` && wget "http://your_server_ip:55414/x?a=download_client&lang=en&clientid=1&authkey=nGEDmaj5Qb&os=linux" -O $TF && sudo sh $TF; rm -f $TF

ensuite lancer le service : systemctl status urbackupclientbackend

ajouter un fichier dossier à sauvegarder (depuis le client) : /usr/local/bin/urbackupclientctl add-backupdir -x -f -d /backup

accès

avec ufw :

ufw allow from IP.DE.VOTRE.SERVEUR-URBACKUP to any port 35621 ufw allow from IP.DE.VOTRE.SERVEUR-URBACKUP to any port 35622 ufw allow from IP.DE.VOTRE.SERVEUR-URBACKUP to any port 35623

désinstaller le client

sudo /usr/local/sbin/uninstall_urbackupclient