Commit Graph
74 Commits
Author SHA1 Message Date
ttionya 245085716e fix: use mail command 2023-07-02 22:27:30 +08:00
ttionya b076f6cfc5 fix: remove BACKUP_FILE_SUFFIX / char 2023-04-08 15:11:24 +08:00
ttionya bd4f3192d4 feat: support environment variable BACKUP_FILE_SUFFIX 2023-04-08 11:11:10 +08:00
ttionya 434bfed0c0 feat: support trigger a backup manually 2023-03-18 21:34:46 +08:00
ttionya 82466198f1 docs: update README 2023-01-23 14:55:55 +08:00
ttionya fc93e269e5 feat: add mariadb-client dependence 2022-12-17 17:10:26 +08:00
ttionya 15a77da272 feat: support restore data to mysql database 2022-12-17 16:38:10 +08:00
ttionya a6bf6cfa20 feat: support mysql database 2022-12-17 15:51:57 +08:00
ttionya 61bd4653da docs: update README 2022-12-11 23:23:33 +08:00
ttionya d5613d5cfe feat: support restore data to postgresql database 2022-12-11 23:02:10 +08:00
ttionya 3740262e8c feat: support postgresql database 2022-12-11 20:30:47 +08:00
Vitali Khlebko a5f83699cc Execute supercronic as PID 1 process
So, SIGINT can be passed to supercronic instead of entrypoint script shell. Providing quick container restart
2022-10-18 00:17:33 -04:00
Benjamín Hurtado Torrealba 1099a7c232 Added BACKUP_FILE_DATE env variable
- default as `%Y%m%d`
2022-08-23 21:01:33 -04:00
ttionya ae021c9013 feat: support multiple remotes 2022-07-30 17:57:54 +08:00
ttionya c207d49b99 feat: add force restore short option 2022-07-28 10:56:19 +08:00
gtrancillo a4416f417b feat: add force restore option (#72)
* Update restore.sh

Agregado de force restore

* Update Dockerfile

cambiando version de alpine

* Update Dockerfile

Editado para mi arquitectura

* Update Dockerfile

comentando el install de rclone, ya incluido en la imagen base

* Update Dockerfile

Comentado el FROM extra

* Update restore.sh

arreglo de sintaxys

* Update README.md

Agregando el nuevo parametro del restore

* Update Dockerfile

revert changes

* Update restore.sh

Ajuste de indentacion

* Update Dockerfile

Agregando la linea que se eliminó
2022-07-28 10:45:39 +08:00
ttionya 9407bf6708 feat: extracting environment variables 2022-07-02 22:00:50 +08:00
ttionya c24263dd25 feat: support start the container as non-root user (close #45, close #47) 2022-06-30 23:30:51 +08:00
ttionya 4022c5cdf6 feat: support Rclone global flasgs (close #49) 2022-03-21 01:38:50 +08:00
ttionya 5ba069aaa1 fix: fix the problem that MAIL_SMTP_VARIABLES does not work with .env files (fixed #36, fixed #38) 2021-12-31 01:11:25 +08:00
ttionya d20228ef38 fix: fix Mail Test error 2021-12-31 01:08:00 +08:00
ttionya 13ac83dcc6 feat: enter password when listing 7z files 2021-12-05 21:38:54 +08:00
Andreas Brett c0e9ff9f5f encrypt file/dirnames for 7z format 2021-11-08 15:21:33 +01:00
ttionya 23e469ced0 feat: display the time of running the backup program 2021-11-06 14:22:55 +08:00
ttionya 63224c0f4f fix: fix the wrong rsa_key compressed file name for searching when restoring (fixed #32) 2021-09-25 00:07:43 +08:00
ttionya e23bea50e4 fix: increase the count of ping retries 2021-06-09 22:03:09 +08:00
ttionya 6745079970 feat: add ping sends logger 2021-06-08 01:21:16 +08:00
ttionya 3ff8a56ff0 feat: support pinging (close #30) 2021-06-08 01:08:24 +08:00
ttionya d298768b5d feat: add rclone configure check (fixed #29) 2021-05-12 21:41:21 +08:00
ttionya 4a43025658 feat: rename to vaultwarden 2021-05-06 20:27:17 +08:00
ttionya 3b10c6d0b0 fix: fixed busybox find not support -printf options 2021-04-10 18:57:56 +08:00
ttionya c4165ab305 feat: support restore rsakey file 2021-04-10 18:03:22 +08:00
ttionya c04c4759fd feat: support backup rsakey files 2021-04-10 17:51:24 +08:00
ttionya a8b9b68cb3 feat: support restore sends directory 2021-04-09 01:22:57 +08:00
ttionya 740fa9bfd4 feat: support backup sends directory 2021-04-09 01:19:58 +08:00
ttionya f591e37307 fix: remove all RCLONE_REMOTE suffix slash (fixed #22) 2021-04-08 00:07:33 +08:00
ttionya 726eb8708a fix: fix the error in determining the existence of a file or folder (fixed #19) 2021-03-03 20:33:28 +08:00
ttionya 3205724bc9 fix: fix the restore failure problem 2021-03-03 01:06:28 +08:00
ttionya 61a53d0d0c fix: fix functions that were removed by mistake 2021-03-03 00:51:23 +08:00
ttionya b406a37ddf feat: support custom DATA_DIR (fixed #17) 2021-03-03 00:02:54 +08:00
ttionya 5f9035422a fix: fix the inability to write the unpacked file when restoring the folder read-only (fixed #18) 2021-03-02 02:23:45 +08:00
ttionya d0b4bd2dc1 feat: use -n for readability 2021-03-01 22:02:09 +08:00
ttionya b20bbb3eb2 Revert "feat: remove unnecessary test -n"
This reverts commit 8f4d8620b6.
2021-03-01 21:59:12 +08:00
ttionya d4a3d63be9 feat: support .env file and docker secret 2021-02-28 17:52:09 +08:00
ttionya 8f4d8620b6 feat: remove unnecessary test -n 2021-02-28 17:38:59 +08:00
ttionya bcccca5b17 fix: fixed syntax error 2021-02-28 00:28:14 +08:00
ttionya 836f8d462f feat: support 7z archive 2021-02-27 15:33:25 +08:00
ttionya 418dda5b77 fix: fix mailx argument 2021-02-24 20:41:42 +08:00
Mustapha Zorgati 3016777872 feat: escaped every variable properly 2021-02-24 10:39:25 +01:00
ttionya 79ac521d6a feat: BACKUP_FILE_DATE_SUFFIX only supports a limited number of characters 2021-02-24 01:13:35 +08:00