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

Some backup solutions prefer using UNIX timestamps for tagging backup files or directories. In order to enable the rotation of such files/directories some extra handling is added to enable scanning...

The paranoid among your happy users would appreciate a `--move` option, at least initially, to move files to a given directory rather than deleting them right away. I managed to...

First of all, many thanks for this great script. I would like to have a --version option, so that I can quickly check whether the script is out of date,...

Cheers, this is a bug report: **Expected Behavior** When one runs rotate-backups with flag `hourly=0`, all hourly backups will be removed. **Observed Behavior** When one runs rotate-backups with flag `hourly=0`,...

A lot of people uses S3-like services for backups storage, they should be supported. Exists this project https://github.com/saltonmassally/python-rotate-backups-s3, but it appears to be very outdated.

It seems the weekly parameter is not working correctly at the start of the year. I have these files: ``` 2020-12-26 2021-01-02 2021-01-09 2021-01-16 2021-01-23 2021-01-30 ``` Invoking rotate-backups with...

I tried to use a construct like this: ``` [/mnt/backup/*/] weekly = 4 monthly = 12 yearly = always ionice = idle [/mnt/backup/archive*/] monthly = always [/mnt/backup/archive2/] weekly = 52...

Hi, Could you consider adding in support for backups which use string representation for months instead of numeric pls? Would be a good option eg Jan, Feb, Mar etc. Some...