Commit Graph

202 Commits

Author SHA1 Message Date
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 de9c941810 release: release v1.6.0 2021-03-03 02:14:33 +08:00
ttionya 7e3d8d4618 docs: add DATA_DIR environment variables description 2021-03-03 02:11:34 +08:00
ttionya c12e90f3cb release: release v1.6.0-beta.4 2021-03-03 01:08:20 +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 132f37bcf8 release: release v1.6.0-beta.3 2021-03-03 00:04:17 +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 574228eb8a release: release v1.6.0-beta.2 2021-03-01 23:32:46 +08:00
ttionya 3de6a6b5c3 Merge pull request #16 from ttionya/feature/support-env-file
support env file
2021-03-01 23:30:27 +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 a0113cdd8a docs: add README 2021-02-28 18:24:31 +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 76077b6b5b release: release v1.6.0-beta.1 2021-02-28 00:28:47 +08:00
ttionya bcccca5b17 fix: fixed syntax error 2021-02-28 00:28:14 +08:00
ttionya 64d7625cbf release: release v1.6.0-beta.0 2021-02-28 00:10:40 +08:00
ttionya 45ca7936ad Merge pull request #15 from ttionya/feature/support-7z-archive
support 7z archive
2021-02-28 00:08:15 +08:00
ttionya d8cdf665d7 docs: add ZIP_TYPE environment variables 2021-02-27 15:43:59 +08:00
ttionya 836f8d462f feat: support 7z archive 2021-02-27 15:33:25 +08:00
ttionya 442fe217f8 release: release v1.5.2 2021-02-24 20:57:37 +08:00
ttionya 418dda5b77 fix: fix mailx argument 2021-02-24 20:41:42 +08:00
ttionya 25d6bafd14 release: release v1.5.2-beta.2 2021-02-24 19:10:58 +08:00
ttionya be5be61cc8 Merge pull request #11 from mustaphazorgati/master
Escaping every variable in all scripts
2021-02-24 18:52:19 +08:00
Mustapha Zorgati 7dfd235d1e docs: fixed typo 2021-02-24 10:39:34 +01:00
Mustapha Zorgati 3016777872 feat: escaped every variable properly 2021-02-24 10:39:25 +01:00
ttionya b902187e73 release: release v1.5.2-beta.1 2021-02-24 01:14:50 +08:00
ttionya d00f49d9dd docs: update README 2021-02-24 01:13:57 +08: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
ttionya 8528a048f7 Revert "fix: fix array problem"
This reverts commit 6f54b14046.
2021-02-24 01:02:52 +08:00
ttionya efd91f5c50 release: release v1.5.2-beta.0 2021-02-24 00:12:10 +08:00
ttionya 6f54b14046 fix: fix array problem 2021-02-24 00:10:22 +08:00
ttionya 334d7b2d6a Merge pull request #10 from mustaphazorgati/master
escaped every parameter in all scripts
2021-02-23 23:02:55 +08:00
Mustapha Zorgati c0897eebb7 escaped every parameter in all scripts 2021-02-23 13:49:38 +01:00
ttionya 1b437bcbb3 release: release v1.5.1 2021-02-23 19:34:22 +08:00
ttionya fc67738196 fix: fix unable to get the correct time information 2021-02-23 19:33:18 +08:00
ttionya c7e7882b3c release: release v1.5.0 2021-02-23 19:08:22 +08:00
ttionya bbd886f1ee docs: update README 2021-02-23 19:07:04 +08:00
ttionya 030559993d Merge pull request #9 from mustaphazorgati/master
updated README to describe new environment variable
2021-02-23 18:57:07 +08:00
Mustapha Zorgati 7b3d77ed34 updated README to describe new environment variable 2021-02-23 10:58:41 +01:00
ttionya 6428624104 feat: add backup file date formatting configuration environment variables 2021-02-23 16:35:30 +08:00
ttionya 1c2304085f Merge pull request #8 from mustaphazorgati/master
feat: added current time and timezone to backup files
2021-02-23 16:05:45 +08:00
Mustapha Zorgati b17e1e54e8 now using rclone --min-age flag to determine age of backups 2021-02-22 19:23:39 +01:00
Mustapha Zorgati 1a2887d58a added current time and timezone to backup files 2021-02-22 13:06:58 +01:00
ttionya 7c9f7dd360 release: release v1.4.1 2021-02-22 12:05:04 +08:00
ttionya 17e9855407 Merge pull request #6 from mustaphazorgati/master
fix: added compatibility for special characters in rclone remote
2021-02-22 11:59:49 +08:00
Mustapha Zorgati 6e5e7e7adb added compatibility for special characters in rclone remote 2021-02-22 01:00:23 +01:00