Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9aa66d8e50 | |||
cfccf4aa70 | |||
e704930c71 | |||
86aed2d1f1 |
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.10.5
|
@ -14,6 +14,7 @@ Released under the GNU GENERAL PUBLIC LICENSE v3 (See LICENSE file for more)
|
|||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import os
|
import os
|
||||||
|
# import pprint
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
import syslog
|
import syslog
|
||||||
@ -185,7 +186,7 @@ class BackupRotator:
|
|||||||
self.log("Removing items")
|
self.log("Removing items")
|
||||||
for child_to_purge in children_to_purge:
|
for child_to_purge in children_to_purge:
|
||||||
child_basename = os.path.basename(child_to_purge)
|
child_basename = os.path.basename(child_to_purge)
|
||||||
self._remove_item(config, item_to_purge)
|
self._remove_item(config, child_to_purge)
|
||||||
|
|
||||||
def _rotate_path_for_maximum_age(self, config, path: str, max_age_days: int):
|
def _rotate_path_for_maximum_age(self, config, path: str, max_age_days: int):
|
||||||
|
|
||||||
|
3
Pipfile
3
Pipfile
@ -9,5 +9,6 @@ pyyaml = ">=5.4"
|
|||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3"
|
python_version = "3.10.5"
|
||||||
|
|
||||||
|
|
||||||
|
4
Pipfile.lock
generated
4
Pipfile.lock
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "ac6a3bf65ec43902d7a8907c3b0ae70e365127a1f93ecf12080f847eadb7dc35"
|
"sha256": "cceb18d3baeb19edef3ba31b743720003102c4c3d9cddd6b595c664692a37384"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
"python_version": "3"
|
"python_version": "3.10.5"
|
||||||
},
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user