Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n2ref/backupremover
- Owner: n2ref
- License: mit
- Created: 2019-03-09T13:02:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T15:20:18.000Z (over 5 years ago)
- Last Synced: 2023-09-29T14:18:49.211Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```