You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Backup Script was running twice since it was still in services.d folder. Removed all unnecessary files.
6
+
- Removed unnecassary Executable bits from .md files
7
+
- Thanks to [HarryEMartland](https://github.com/HarryEMartland) and [atrepca](https://github.com/atrepca) for contributing.
8
+
3
9
## 1.2.1
10
+
4
11
- Added missing CMD to the Dockerfile. This was reported by several users (Thanks for reporting and being patient with me). I added the CMD so i hope it works now for everyone. If not please create another issue
5
12
6
13
## 1.2.0
14
+
7
15
- You can now configure if you want to automatically delete older backups and how many backups you want to keep locally.
8
-
*`delete_local_backups` defaults to `true`, which means it will automatically delete older backups and keep `local_backups_to_keep` which defaults to `3`
16
+
-`delete_local_backups` defaults to `true`, which means it will automatically delete older backups and keep `local_backups_to_keep` which defaults to `3`
9
17
10
18
## 1.0.0
19
+
11
20
- Initial release:
12
-
* Uses the `aws s3 sync` cli command to sync the local backup folder
13
-
* Possibility to configure region, storage class, bucket
21
+
- Uses the `aws s3 sync` cli command to sync the local backup folder
22
+
- Possibility to configure region, storage class, bucket
0 commit comments