Changeset f9878a2 in rattail
- Timestamp:
- 11/28/2022 04:36:17 PM (2 months ago)
- Branches:
- master
- Children:
- 3a8a48c
- Parents:
- f830956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/commands/backup.py
rf830956 rf9878a2 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-20 19Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 424 424 # borg prune 425 425 cmd = [borg, 'prune', 426 '-- prefix', '{}-'.format(hostname)] + keep426 '--glob-archives', '{}-*'.format(hostname)] + keep 427 427 if self.verbose: 428 428 cmd.extend([
Note: See TracChangeset
for help on using the changeset viewer.