borgbase / vorta

Desktop Backup Client for Borg Backup
https://vorta.borgbase.com
GNU General Public License v3.0
1.99k stars 132 forks source link

Compaction Scheduling #1981

Closed shivansh02 closed 3 months ago

shivansh02 commented 5 months ago

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

Checklist:

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

shivansh02 commented 3 months ago

@m3nu All checks passed, can we merge this now?