Skip to content

Conversation

@eckonator
Copy link

Changes in this fork include:

  • Direct compression of backup images (.img.gz) to save disk space.
  • Optional live progress display during backup using pv.
  • Updated deletion logic for old backups to handle compressed files.
  • Added a changelog section in the README to document the new features.

Note:

  • The GitHub URLs in the README point to my fork, which does not need to be changed in the original repository.
  • For merging into the original repo, it is sufficient to take the updated backup.sh and optionally include the new changelog section from the README.
  • This PR focuses on adding compressed backups and progress reporting while keeping compatibility with existing backup behavior.

- Backup images are now compressed directly using gzip or pigz if available
- Integrated pv to display real-time progress and estimated completion
- Updated old backup deletion logic to account for .img.gz files
- Maintains original mounting, folder creation, and backup checks
- Improved script versioning: 0.0.10-gzip-pv
Added Changelog and URLs to my fork
Changed URL to forked repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant