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
Denis Cardon
aacd580f33
moved symlink creation to postinst
2017-03-29 19:56:06 +02:00
Denis Cardon
7081c7c563
enable services after install
2017-03-29 19:52:29 +02:00
Denis Cardon
3248f94688
first deb packaging really usable
2017-03-29 19:51:37 +02:00
Denis Cardon
926797a62f
minor cleanup
2017-03-29 19:51:17 +02:00
root
2b774951fb
fix rpm files inclusion list
2017-03-29 19:04:14 +02:00
root
4af965930b
fix symlink creation
...
added builddir cleanup
2017-03-29 19:02:06 +02:00
root
7b0799dc17
renamed conf file
2017-03-29 18:58:45 +02:00
root
e26c39faaf
added symlink for fast access to tisbackup script
2017-03-29 18:31:12 +02:00
root
783e7e6d0d
added support for rpm packaging and basic support for deb
2017-03-29 18:01:35 +02:00
ssamson-tis
ce758e8129
fix DGS1210
2016-10-04 15:56:20 +02:00
ssamson-tis
32cef28497
add DGS1510
2016-10-04 14:21:59 +02:00
ssamson-tis
221f666ebd
ssh ne doit pas demander interactivement de mot de passe, meme si la cle n'est pas bonne.
2016-05-12 12:14:13 +02:00