├── .travis.yml ├── LICENSE ├── README.markdown └── rotate-backups.py /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamfeuer/rotate-backups/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamfeuer/rotate-backups/HEAD/LICENSE -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamfeuer/rotate-backups/HEAD/README.markdown -------------------------------------------------------------------------------- /rotate-backups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamfeuer/rotate-backups/HEAD/rotate-backups.py --------------------------------------------------------------------------------