Commit Graph
59 Commits
Author SHA1 Message Date
ttionya 47c4ed8595 feat: support more MySQL SSL connection options 2025-02-20 15:06:18 +08:00
ttionya 6724a65ecf feat: optimize rclone connection detection logic (close #183) 2025-02-18 20:55:00 +08:00
ttionya 729f828b81 feat: support MySQL SSL connection (close #185) 2025-02-18 19:39:25 +08:00
ttionya 810fa92038 feat: add warning prompt information 2025-01-16 11:32:44 +08:00
ttionya e74c3ab271 feat: allow partial storage system connection failures during backup verification (close #175) 2025-01-16 00:21:12 +08:00
ttionya 8a87ffe7cb feat: improve display content 2024-09-07 10:06:12 +08:00
ttionya b7008e8144 fix: fix PING test 2024-09-06 23:08:07 +08:00
ttionya 3de4f98d24 feat: improve notification method 2024-09-06 07:37:24 +00:00
ttionya d237985df1 feat: rewrite the send_ping function 2024-09-06 00:17:09 +08:00
ttionya 753d19dc5d feat: add curl options environment variable 2024-09-05 23:40:44 +08:00
ttionya 5d635bf079 fix: correct grammatical errors 2024-07-21 00:07:31 +08:00
ttionya beee466c80 feat: replace PING_URL_WHEN_STARTS with PING_URL_WHEN_START 2024-07-20 23:28:15 +08:00
ttionya 1497b0f020 feat: replace PING_URL_WHEN_ERROR with PING_URL_WHEN_FAILURE 2024-07-19 14:39:09 +08:00
Yi Chen 33021b5910 feat: fine-grained ping message
Different PING URLs for various scenarios, enabling success/failure tracking and latency monitoring.
2024-07-16 16:33:48 -04:00
ttionya 6bc4a5ddbe perf: shorten code 2024-03-03 14:54:57 +08:00
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 a6bf6cfa20 feat: support mysql database 2022-12-17 15:51:57 +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
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 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 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 c04c4759fd feat: support backup rsakey files 2021-04-10 17:51:24 +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 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 d4a3d63be9 feat: support .env file and docker secret 2021-02-28 17:52:09 +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
ttionya 0304ca7929 Revert "escaped every parameter in all scripts"
This reverts commit c0897eebb7.
2021-02-24 01:03:26 +08:00
Mustapha Zorgati c0897eebb7 escaped every parameter in all scripts 2021-02-23 13:49:38 +01:00
ttionya 6428624104 feat: add backup file date formatting configuration environment variables 2021-02-23 16:35:30 +08:00
Mustapha Zorgati 6e5e7e7adb added compatibility for special characters in rclone remote 2021-02-22 01:00:23 +01:00