backup server side executed python scripts for managing linux and windows system and application data backups, developed by adminsys for adminsys
Go to file
Jeremie Courreges-Anglas 1bbea09f55 Allow 'cleanup' to run when no space is left
Be conservative and only unlock the 'cleanup' functionality, else we'd
have to check that all other actions handle ENOSPC gracefully.

Noticed at Concept Hygiene: https://assistance.tranquil.it/scp/tickets.php?id=2010
2018-05-16 16:29:58 +02:00
deb check if link exists before creating it 2017-03-30 11:58:23 +02:00
iniparse Fist commit 2013-05-23 10:19:43 +02:00
lib/huey added support for rpm packaging and basic support for deb 2017-03-29 18:01:35 +02:00
libtisbackup Respect tmp_dir, fixes temp files removal 2018-05-09 17:57:13 +02:00
rpm minor cleanup 2017-03-29 19:51:17 +02:00
samples renamed conf file 2017-03-29 18:58:45 +02:00
scripts added support for rpm packaging and basic support for deb 2017-03-29 18:01:35 +02:00
static Use new based theme on bootstrap 2015-07-03 16:18:48 +02:00
templates Disable automatic boot for copies vm 2015-10-16 17:12:04 +02:00
.gitignore - add backup Samba4 support 2015-12-23 15:27:36 +01:00
config.py Fix bugs with huey 2015-07-08 16:02:14 +02:00
README.md Modification du README 2013-05-23 10:24:24 +02:00
tasks.py Fix bugs with huey 2015-07-08 16:02:14 +02:00
tisbackup_gui.py Fix '*' or name database in tisbackup gui 2015-10-27 15:23:45 +01:00
tisbackup.py Allow 'cleanup' to run when no space is left 2018-05-16 16:29:58 +02:00

tisbackup

Le script tisbackup se base sur un fichier de configuration .ini. Cf le fichier d'exemple pour le format

Pour lancer le backup, lancer la commande ./tisbackup.py -c fichierconf.ini

Pour lancer une section particulière du fichier .ini ./tisbackup.py -c fichierconf.ini -s section_choisi

Pour mettre le mode debug ./tisbackup.py -c fichierconf.ini -l debug

Pour plus d'informations aller voir le site : http://dev.tranquil.it/