Description of my issue: I have a backups scheme which sends all my backups to Amazon S3. So far, so good. It works like a charm. Thank you very much!!
The problem I face in some sites is that the output directory stores all log files and sometime, missing files that were not correctly uploaded to the Amazon S3 site (connection issues or eventual server issues). This is problematic in some of my sites with tight storage quotas as I keep filling up the storage with irrelevant files (I only store 15 days backups + 1 monthly backup which I keep for 6 months) I do not need a log file from a successful backup or even better, I do not need a log file from a backup that I no longer keep. Has you consider adding a "clean up function" that detects these log files and even the remote files which were not uploaded and remove them or take the proper action (like trying to upload them again to the remote storage)
I think even uploading the log file to the remote storage will be great for this...
Please let me know your thoughts, maybe I'm doing something terribly wrong here...