2025-01-03 16:56:17 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Version 1.3
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Implemented Restic installation using a precompiled binary to reduce memory usage.
|
|
|
|
- Added logic to create the Restic password file if it doesn't exist during installation.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Resolved issue with missing Restic password file causing auto backup configuration to fail.
|
2025-01-03 17:11:34 +00:00
|
|
|
- Corrected permissions and ownership for the Restic password file to ensure it is accessible by the `litespeed` user.
|
|
|
|
- Updated the `installRestic` section in `manifest.jps` to generate a random password for the Restic password file during installation.
|
|
|
|
- Ensured consistent usage of the Restic password across all scripts by reading it from the `/etc/restic-password` file.
|
|
|
|
- Adjusted the `importScripts` section in `manifest.jps` to set the correct ownership for all backup-related directories to `litespeed:litespeed`.
|
2025-01-03 16:56:17 +00:00
|
|
|
|
|
|
|
### Updated
|
|
|
|
- Updated `manifest.jps` to ensure Restic password file creation and log rotation setup.
|
2025-01-03 17:11:34 +00:00
|
|
|
|