Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardware/full-backup
Scripts de sauvegarde/restauration système sous Linux
https://github.com/hardware/full-backup
Last synced: 2 months ago
JSON representation
Scripts de sauvegarde/restauration système sous Linux
- Host: GitHub
- URL: https://github.com/hardware/full-backup
- Owner: hardware
- License: mit
- Created: 2014-09-21T10:05:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T16:24:42.000Z (over 6 years ago)
- Last Synced: 2024-10-04T13:10:52.628Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 23
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scripts de sauvegarde/restauration
==================================Pour plus de détail, allez voir ce topic : http://mondedie.fr/viewtopic.php?pid=13088
### Installation
```bash
apt-get update && apt-get dist-upgrade
apt-get install git-core
``````bash
cd /opt
git clone https://github.com/hardware/full-backup.git
cd full-backup
chmod +x *.sh && ./install.sh
```### Mise à jour
**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...) :
```bash
cd /opt/full-backup && git stash && git pull && git stash pop
```### Support
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
### License
MIT. Voir le fichier ``LICENCE`` pour plus de détails