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 57eccd2203 Use pg_dump -Z to compress the output on the fly
Less temp files overhead, less space used in tmp_dir, and less code.
-Z is supported since PostgreSQL 7.1.
2018-07-27 11:53:30 +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 Use pg_dump -Z to compress the output on the fly 2018-07-27 11:53:30 +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 More precise exception handling 2018-05-16 17:35:31 +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/