Bug 50104 - Description of UCR Variable backup/clean/max_age unclear
Description of UCR Variable backup/clean/max_age unclear
Status: NEW
Product: UCS
Classification: Unclassified
Component: UCR
UCS 4.4
Other Linux
: P5 minor (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-09-03 17:05 CEST by Lukas Zumvorde
Modified: 2019-09-03 17:05 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 5: Will affect all installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.114
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Zumvorde univentionstaff 2019-09-03 17:05:56 CEST
The description given for the UCS variable backup/clean/max_age by "ucr search backup/clean/max_age" does not specify the time format. A proposed patch would be.


diff --git a/base/univention-lib/debian/python-univention-lib.univention-config-registry-variables b/base/univention-lib/debian/python-univention-lib.univention-config-registry-variables
index 14ac072035..6889c3dbc3 100644
--- a/base/univention-lib/debian/python-univention-lib.univention-config-registry-variables
+++ b/base/univention-lib/debian/python-univention-lib.univention-config-registry-variables
@@ -12,8 +12,8 @@ Type=str
 Categories=service-misc

 [backup/clean/max_age]
-Description[en]=Automatic deletion of backup-files in /var/univention-backup/, of files older than backup/clean/max_age. If unset, no files are deleted. If less than backup/clean/min_backups backup-files exist, no files are deleted.
-Description[de]=Automatisches Löschen von Backup-Dateien in /var/univention-backup, die älter als backup/clean/max_age sind. Wenn diese Variable nicht gesetzt ist, werden keine Dateien gelöscht. Wenn weniger als backup/clean/min_backups Backup-Dateien existieren, werden keine Dateien gelöscht.
+Description[en]=Automatic deletion of backup-files in /var/univention-backup/, of files older than backup/clean/max_age in days. If unset, no files are deleted. If less than backup/clean/min_backups backup-files exist, no files are deleted.
+Description[de]=Automatisches Löschen von Backup-Dateien in /var/univention-backup, die älter als backup/clean/max_age Tage sind. Wenn diese Variable nicht gesetzt ist, werden keine Dateien gelöscht. Wenn weniger als backup/clean/min_backups Backup-Dateien existieren, werden keine Dateien gelöscht.
 Type=int
 Categories=service-misc