This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright: 2017 Barry Fisher | |
# LICENSE: MIT - https://opensource.org/licenses/MIT | |
# BACKGROUND: | |
# Digital Ocean Spaces doesn't currently support automatic | |
# deletion of objects/directories after a specified time period which | |
# makes it difficult to use Spaces for backup purposes. | |
# This script can be run as a cron task (or similar) to inspect a |