python-rotate-backups icon indicating copy to clipboard operation
python-rotate-backups copied to clipboard

Simple command line interface for backup rotation

Results 18 python-rotate-backups issues
Sort by recently updated
recently updated
newest added

Simple Docker build file to run this package. Motivation is to run this as log rotator on my kubernetes cluster. Image size is ~110MB

Since we're using this script on a Synology Rackstation we'd like to redirect everything to a logfile. But trying to redirect the stdout/stderr streams does not work. It'd be nice...

``` root@odoo-backup-1549444260-2jshc:/# pip show rotate-backups Name: rotate-backups Version: 4.3 Summary: Simple command line interface for backup rotation Home-page: https://github.com/xolox/python-rotate-backups Author: Peter Odding Author-email: [email protected] License: UNKNOWN Location: /usr/local/lib/python3.6/dist-packages Requires: humanfriendly,...

Hi, I've just discovered this great tool and tested it on a local directory. As said in the documentation, `rotate-backups` handles remote directory over SSH. I've tried it creating a...

Simple Dockerfile for this package.

Hi, I have a directory with a lot of diverse backups, something like ``` a.20220202.121213.gz a.20220203.121213.gz a.20220204.121213.gz b.20220202.121213.gz b.20220203.121213.gz b.20220204.121213.gz ``` This works fine if I specify the `-I 'a*'`...

Hi all, I noticed this tool is no longer maintained and decided create a fresh alternative, drawing inspiration from the exceptional work of @xolox. You can explore and contribute to...

This introduces a modular way to extract dates from files. This is useful to use the `mtime` stat instead of parsing the filename, as mentioned in #19. The modularity is...