Pour plus de détail, allez voir ce topic : http://mondedie.fr/viewtopic.php?pid=13088
apt-get update && apt-get dist-upgrade
apt-get install git-core
cd /opt
git clone https://github.com/hardware/full-backup.git
cd full-backup
chmod +x *.sh && ./install.sh
ATTENTION : Pensez à mettre à jour les scripts régulièrement avec la commande suivante (Ne faites pas un simple git pull sinon vous allez devoir refaire l'installation...) :
cd /opt/full-backup && git stash && git pull && git stash pop
Si vous avez une question, une remarque ou une suggestion, n'hésitez pas à poster un commentaire sur ce topic : http://mondedie.fr/viewtopic.php?pid=13088
MIT. Voir le fichier LICENCE
pour plus de détails