Difference between revisions of "PyExpireBackups"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | {{pip|PyExpireBackups}} | ||
+ | = usage = | ||
+ | |||
=tickets= | =tickets= | ||
# {{Ticket | # {{Ticket |
Revision as of 12:56, 2 April 2022
OsProject
OsProject | |
---|---|
edit | |
id | PyExpireBackups |
state | active |
owner | Wolfgang Fahl |
title | Backup expiration based on rules (yearly,monthly,weekly,daily ...) |
url | https://github.com/WolfgangFahl/PyExpireBackups |
version | 0.0.2 |
description | Expires backup files so save diskspace for unneeded backups - with a pattern of days,weeks,months and years a limit on the total number of backup files is set |
date | 2022-04-02 |
since | 2022-03-31 |
until |
Installation
pip install PyExpireBackups
# alternatively if your pip is not a python3 pip
pip3 install PyExpireBackups
# local install from source directory of PyExpireBackups
pip install .
upgrade
pip install PyExpireBackups -U
# alternatively if your pip is not a python3 pip
pip3 install PyExpireBackups -U
usage
tickets
- Issue 8 - alway keep the most recent file✓
- Issue 7 - show summary about kept files✓
- Issue 6 - show debug information✓
- Issue 5 - allow dry run✓
- Issue 4 - allow to specify minimum size of files✓
- Issue 3 - show # age and size of file and total (sum) of file sizes✓
- Issue 2 - allow to create TestFiles via commandLine✓
- Issue 1 - refactor com.bitplan.backup Java solution✓