|
2 years ago | |
---|---|---|
config.in | 3 years ago | |
src/backup | 3 years ago | |
systemd | 3 years ago | |
.gitignore | 3 years ago | |
.pylintrc | 3 years ago | |
README.md | 6 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
tox.ini | 2 years ago |
This script is used daily to backup important data from my production servers.
It backups the following :
All the data is tar.gz
'd (so it keeps permissions, symbolic links and stuff) and uploaded to one or several FTP servers and / or one or several Swift containers you can configure.
Copy the config.example.py
to config.py
and fill it with your settings.
This file has to remain located in the same directory than backup.py
.
python2 backup.py
The main repository for this is on my Git server. You can contact me by email if you have any question.
Do not hesitate to contribute !