F5 iApp Automated Backup
Problem this snippet solves:
This is now available on GitHub!
Please look on GitHub for the latest version, and submit any bugs or questions as an "Issue" on GitHub:
(Note: DevCentral admin upd...
Updated Feb 15, 2022
Version 2.0Daniel_Tavernie
Cirrostratus
Joined December 19, 2012
Darren_Walker_2
Feb 09, 2018Cirrus
I've tried this with SCP and SMB and it is working great! I am wondering if it could also cleanup the files in the mount destination: Would I just write that bash logic somewhere in the iAPP?
I noticed a
Clean up local files
section and wondered if it's as easy as adding bash there that would rm items older than X days.
Something like:
find /var/tmp/cifs/$mountp -mtime +30 -exec rm {} \