191 Commits
Author SHA1 Message Date
kguerineau eca1cf05d4 [FIX] Remove old dbstat variable 2026-02-09 10:20:20 +01:00
kguerineau 03b3036e84 [IMP] Change sqlite dir 2026-02-09 10:07:52 +01:00
SeiyaGameandSimon Fonteneau be6c6356b7 (fix) The code for parsing log lines is now identically (backup_rsync & btrfs) 2025-12-29 17:02:46 +01:00
SeiyaGameandSimon Fonteneau 3b8875a365 (feat) Add option --no-h to output numbers without a separator
This should definitively fix the problem ...
2025-12-29 17:02:46 +01:00
Simon FonteneauandGitHub 5518dffbd4 Merge pull request #9 from SeiyaGame/fix/extract-data-from-stats-v2
(fix): extract data from stats v2
2025-04-09 16:42:29 +02:00
FlavienandGitHub 5450007e58 Merge branch 'master' into fix/extract-data-from-stats 2025-04-09 16:04:07 +02:00
SeiyaGameandSimon Fonteneau fd9bead6ee (feat) Set regex to raw to avoid futur SyntaxWarning 2025-04-09 15:18:02 +02:00
SeiyaGameandSimon Fonteneau 338497eb21 (fix) SyntaxWarning with python 3.12
Changelog of python :
- Invalid backslash escape sequences in strings now warn with SyntaxWarning instead of DeprecationWarning, making them more visible. (They will become syntax errors in the future.)
2025-04-09 15:18:02 +02:00
SeiyaGame ac7eaed3f7 (feat) Another Remove --progress by default
Stdout cannot be entire if it contains too much data and the server doesn't have enough RAM
2025-04-02 22:24:44 +02:00
FlavienandGitHub 565042b801 (feat) Remove --progress by default
Stdout cannot be entire if it contains too much data and the server doesn't have enough RAM
2025-03-20 09:57:46 +01:00
SeiyaGame d400ee01e7 (fix) float replace by an integer because it is stored as an integer in the database 2025-03-17 10:43:58 +01:00
SeiyaGame cb00930cba (fix) Number of files separated by a comma 2025-03-17 10:42:21 +01:00
SeiyaGame f2fd49e183 (fix) rsync 3.1.0 added the word "regular" into this heading 2025-03-17 10:41:03 +01:00
Hubert TOUVETandGitHub fcdda7826c Merge pull request #6 from roondar/patch-1
fix: Not use binary string in subprocess command
2024-12-20 10:51:31 +01:00
Hubert TOUVETandGitHub 9948b9fe04 Update backup_rsync_btrfs.py
[FIX] count of files and count of bytes always zero on rsync-btrfs backups
2024-12-20 10:49:34 +01:00
Hubert TOUVETandGitHub df70dde56c Update backup_rsync.py
[FIX] count of files and count of bytes always zero on rsync backups
2024-12-20 10:48:43 +01:00
Simon FonteneauandGitHub 9209a1bfa8 Update requirements.txt 2024-08-22 09:52:55 +02:00
roondarandSimon Fonteneau b9a3ad755a fix: Not use binary string in subprocess command 2023-03-08 17:58:06 +01:00
roondarandGitHub 7e4e5f4462 fix: Not use binary string in subprocess command 2023-03-08 17:55:55 +01:00
fggpandsfonteneau caf3e8ee23 Added uninstall instructions 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 4888be1af4 Update Readme.md 2022-12-26 14:02:49 +01:00
fggpandsfonteneau fc64eeda1d stop and disable services on uninstall 2022-12-26 14:02:49 +01:00
fggpandsfonteneau aff59a7cc7 Update requirements.txt 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 54eb4a6412 Revert to previous commit 2022-12-26 14:02:49 +01:00
fggpandsfonteneau a6e04f727a Minor fix 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 987f796d9b Update createdeb.sh 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 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
fggpandsfonteneau a64177bff4 pyo replaced by pyc in prerm 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 05c1d91b75 Update requirements.txt 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 03958fe7b1 Install huey and redis in python site-packages 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 49ad026e30 Update Readme.md 2022-12-26 14:02:49 +01:00
fggpandsfonteneau 63f7339206 Corrected import of huey attribute 2022-12-26 14:02:49 +01:00
fggpandsfonteneau ca39549431 Start command
The start command path for tisbakcup_huey.service was wrong.
2022-12-26 14:02:49 +01:00
fggpandsfonteneau 6e53f7d351 Old version of huey needed 2022-12-26 14:02:49 +01:00
fggpandsfonteneau e695b14ddd Create Readme.md 2022-12-26 14:02:49 +01:00
Francois PINOTandsfonteneau 00c6166701 Use python3 instead of python2 when launching the service 2022-12-26 14:02:49 +01:00
Francois PINOTandsfonteneau 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 PINOTandsfonteneau 9cce146868 Added modules to be installed with pip 2022-12-26 14:02:49 +01:00
Francois PINOTandsfonteneau 1e676d64b9 Activated execution mode on deb/prerm and on deb/postrm 2022-12-26 14:02:49 +01:00
Francois PINOTandsfonteneau 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