Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n2ref/backupremover

Delete extra backups on schedule
https://github.com/n2ref/backupremover

Last synced: 7 days ago
JSON representation

Delete extra backups on schedule

Awesome Lists containing this project

README

        

# Backup remover
Delete extra backups on schedule

```
Backup remover
Usage: php backupremover.php [OPTIONS]
Required arguments:
-d --dir Inspection directory
-c --count Count of valid backups
Optional arguments:
-h --help Help info
Examples of usage:
php backupremover.php -d /var/backups/ -c 5
```