Commit Graph

176 Commits

Author SHA1 Message Date
af9ef1da23 test ci
All checks were successful
lint / docker (push) Successful in 13m19s
2024-11-27 22:51:28 +01:00
4786966097 test ci 2024-11-27 22:42:58 +01:00
Simon Fonteneau
9209a1bfa8
Update requirements.txt 2024-08-22 09:52:55 +02:00
roondar
b9a3ad755a fix: Not use binary string in subprocess command 2023-03-08 17:58:06 +01:00
fggp
caf3e8ee23 Added uninstall instructions 2022-12-26 14:02:49 +01:00
fggp
4888be1af4 Update Readme.md 2022-12-26 14:02:49 +01:00
fggp
fc64eeda1d stop and disable services on uninstall 2022-12-26 14:02:49 +01:00
fggp
aff59a7cc7 Update requirements.txt 2022-12-26 14:02:49 +01:00
fggp
54eb4a6412 Revert to previous commit 2022-12-26 14:02:49 +01:00
fggp
a6e04f727a Minor fix 2022-12-26 14:02:49 +01:00
fggp
987f796d9b Update createdeb.sh 2022-12-26 14:02:49 +01:00
fggp
fb641fb21c huey 0.4.9 and redis are installed from postinst
This is to be sure that the binaries are put in /usr/local/bin
2022-12-26 14:02:49 +01:00
fggp
a64177bff4 pyo replaced by pyc in prerm 2022-12-26 14:02:49 +01:00
fggp
05c1d91b75 Update requirements.txt 2022-12-26 14:02:49 +01:00
fggp
03958fe7b1 Install huey and redis in python site-packages 2022-12-26 14:02:49 +01:00
fggp
49ad026e30 Update Readme.md 2022-12-26 14:02:49 +01:00
fggp
63f7339206 Corrected import of huey attribute 2022-12-26 14:02:49 +01:00
fggp
ca39549431 Start command
The start command path for tisbakcup_huey.service was wrong.
2022-12-26 14:02:49 +01:00
fggp
6e53f7d351 Old version of huey needed 2022-12-26 14:02:49 +01:00
fggp
e695b14ddd Create Readme.md 2022-12-26 14:02:49 +01:00
Francois PINOT
00c6166701 Use python3 instead of python2 when launching the service 2022-12-26 14:02:49 +01:00
Francois PINOT
c74cc3802b Set errors=ignore in the decode method, to avoid utf-8 codec errors on filenames with non-ascii characters 2022-12-26 14:02:49 +01:00
Francois PINOT
9cce146868 Added modules to be installed with pip 2022-12-26 14:02:49 +01:00
Francois PINOT
1e676d64b9 Activated execution mode on deb/prerm and on deb/postrm 2022-12-26 14:02:49 +01:00
Francois PINOT
4393998b61 Added libtispackup to the Python path 2022-12-26 14:02:49 +01:00
htouvet
bc4b9811ed migrate to Python3 (from alejeune) 2022-04-25 10:02:43 +02:00
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