vorta icon indicating copy to clipboard operation
vorta copied to clipboard

WIP: Compaction Scheduling

Open shivansh02 opened this issue 10 months ago • 0 comments

Description

Allows users to run borg compact after specified intervals. Added 2 columns to the profile model: compaction_on to check/uncheck scheduling, and compaction_weeks to set interval in weeks. Default interval set to 3 weeks.

Related Issue

Resolves #1718

Motivation and Context

Backup space usage is exploding for some people until they realize they have to run compact manually. This allows users to schedule running compact just like validation.

How Has This Been Tested?

Tested manually by setting compaction_cutoff to minutes instead of days in scheduler.py.

Screenshots (if appropriate):

Screenshot from 2024-04-05 14-04-56 Screenshot from 2024-04-05 14-09-33

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] I have read the CONTRIBUTING guide.
  • [x] My code follows the code style of this project.
  • [x] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

I provide my contribution under the terms of the license of this repository and I affirm the Developer Certificate of Origin.

shivansh02 avatar Apr 05 '24 08:04 shivansh02