1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-17 00:46:10 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
12ca3f2ac7 feat: initial refactor and feature implementation
This is the first major commit after forking the original project. The
script has been almost completely rewritten to add new features.

- Implement AES-256 encryption with configurable PBKDF2 iterations (default 600k).
- Add Telegram integration for status updates and optional file uploads.
- Rework backup logic to use safe `sqlite3 .backup` method.
- Add GitHub Action to build/publish multi-arch Docker images and create
  GitHub Releases on git tags.

BREAKING CHANGE: The project is not backward-compatible, configuration
and behavior are entirely different from the original version.
2025-06-14 12:11:44 +03:00
23d0115222 Minor updates (#24)
- Remove `crontab`.
- Rename dockerize action.
2021-08-30 11:34:54 -05:00
ea6ce91e8c Update dockerize.yml 2021-08-09 21:24:25 -05:00
9ac8c1ea06 Update dockerize.yml 2021-08-09 13:28:14 -05:00
4e231f5557 Update dockerize.yml 2021-08-09 13:21:33 -05:00
7c945771a5 Update dockerize.yml 2021-08-09 13:15:59 -05:00
e8e8b65e66 Update dockerize.yml 2021-08-09 13:12:03 -05:00
8b8aba2819 Update dockerize.yml 2021-08-09 13:08:28 -05:00
5c7d39b775 Update dockerize.yml 2021-08-09 13:06:03 -05:00
ed04e40550 Create dockerize.yml 2021-08-09 12:43:04 -05:00