Commit Graph

200 Commits

Author SHA1 Message Date
Denis Cardon 1655977e64 renamed directory for github.io 2021-04-15 15:43:16 +02:00
Denis Cardon 2eda3c2bbd changed destination of doc file for github.io 2021-04-15 15:39:49 +02:00
Denis Cardon bcddf37a8f add build doc for github.io 2021-04-15 15:24:50 +02:00
Denis Cardon 0fc9f050e5 cleanup sphinx doc for github.io 2021-04-15 15:24:00 +02:00
Denis Cardon 5dbdb4475c move cron file creation in postinst to avoid overwrite in case of customisation 2020-12-09 17:03:59 +01:00
Denis Cardon a64121561b update version scheme, add __version__ in tisbackup.py and add epoch to deb file 2020-12-08 12:08:34 +01:00
Denis Cardon 23ec9e70ba remove deb rpm doc .git dir from released packages 2020-12-08 11:48:26 +01:00
Vincent CARDON f976e417e9 minor stuff 2020-11-23 20:48:53 +01:00
Denis Cardon 624ffeee78 cleanup 2020-11-23 20:37:09 +01:00
Denis Cardon e5da6857a4 cleanup 2020-11-23 20:26:43 +01:00
Vincent CARDON 4e4165958b README.md and tranquil-it-contacts.rst 2020-11-23 15:34:28 +01:00
Vincent CARDON 80283ca133 renamed resources folder 2020-11-20 14:56:21 +01:00
Vincent CARDON ee7dd47a3b Mise à jour de 'README.md' 2020-11-20 14:52:00 +01:00
Denis Cardon fbe69bd0ef Merge branch 'master' of https://gitea.ad.tranquil.it/tis-projets/tisbackup 2020-11-20 14:26:37 +01:00
Vincent CARDON 5e8a64bd71 TISBackup documentation , EN version 2020-11-20 14:13:28 +01:00
Vincent CARDON 5f672dd630 initial commit, tisbackup documentation, WIP 2020-11-20 14:13:27 +01:00
Kévin Guérineau d079b542be comment DSSKey and add ed25519 2020-11-20 14:13:27 +01:00
Vincent MAUGER 82ca9dfa35 changement du path btrfs 2020-11-20 14:13:25 +01:00
Jeremie Courreges-Anglas 26c45f3fe6 Stoopid unicode 2020-11-20 14:11:17 +01:00
agauvrit 0f9a8ed1da forgot that print 2020-11-20 14:11:17 +01:00
agauvrit f9df4effd3 add all_json API entrypoint and read_all_configs method 2020-11-20 14:11:16 +01:00
Jeremie Courreges-Anglas 5a1e984a0b 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.
2020-11-20 14:11:16 +01:00
Jeremie Courreges-Anglas 8ab66245ff More precise exception handling
In python2 OSError and IOError are different for no good reason, in
python3 IOError is an alias for OSError.
2020-11-20 14:11:16 +01:00
Jeremie Courreges-Anglas 10001a6b74 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
2020-11-20 14:11:16 +01:00
Jeremie Courreges-Anglas e2c0e7e516 Respect tmp_dir, fixes temp files removal 2020-11-20 14:11:15 +01:00
Vincent CARDON 90631ba547 README.md 2020-11-20 10:58:47 +01:00
Vincent CARDON d3f32da3bd TISBackup documentation , EN version 2020-11-19 19:20:19 +01:00
Vincent CARDON 384523cd87 initial commit, tisbackup documentation, WIP 2020-11-18 17:30:38 +01:00
Kévin Guérineau 68bc8caab6 comment DSSKey and add ed25519 2020-08-10 10:02:46 +02:00
Vincent MAUGER ac3a3975e7 changement du path btrfs 2020-06-11 11:43:39 +02:00
Vincent MAUGER 4216e53d6a changement du path btrfs 2020-06-11 11:43:09 +02:00
Vincent MAUGER b665526c73 changement du path btrfs 2020-06-11 11:42:30 +02:00
Yohannès ALEMU 8aa63dbdd4 bug with written_files_count in backup rsync+ssh module 2019-01-03 15:47:22 +01:00
Jeremie Courreges-Anglas 091c1a9e58 Stoopid unicode 2018-08-17 16:58:59 +02:00
agauvrit 00dc8d7212 forgot that print 2018-08-14 10:04:11 +02:00
agauvrit 5179973c52 add all_json API entrypoint and read_all_configs method 2018-08-14 10:02:43 +02:00
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
Jeremie Courreges-Anglas e506ad195e More precise exception handling
In python2 OSError and IOError are different for no good reason, in
python3 IOError is an alias for OSError.
2018-05-16 17:35:31 +02:00
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
Jeremie Courreges-Anglas 39859ffee1 Respect tmp_dir, fixes temp files removal 2018-05-09 17:57:13 +02:00
htouvet e701575525 typo in gzipped pgsql dump filename 2018-02-21 09:38:52 +01:00
htouvet 769e61b78a Fix regression on checknagios
('EXCEPTION', "Critical : local variable 'maxage_hours' referenced before assignment") (tisbackup V8-108)
2018-02-16 10:05:19 +01:00
htouvet b082796a87 fix register_existingbackups
fix tmp gzip for pgsqldump
2018-02-09 09:55:33 +01:00
htouvet c29ad67075 ajout paramètres tmp_dir = '/tmp' et encoding = 'UTF8' pour le driver backup pgsql 2018-02-06 15:21:55 +01:00
htouvet 1190eb4d9d Take per section maximum_backup_age in account 2018-01-30 12:29:16 +01:00
ssamson-tis 076c07ff24 Overwrite gzip file 2017-09-21 14:34:07 +02:00
ssamson-tis 5e20cfffcc fix wrong network label 2017-08-17 17:35:23 +02:00
ssamson-tis 2853903232 Fix export xva with Xenserver > 7.1 2017-07-24 18:23:15 +02:00
Denis Cardon b8c343bdf7 check if link exists before creating it 2017-03-30 11:58:23 +02:00
Denis Cardon b78108a119 handle symlink better 2017-03-29 20:00:10 +02:00