BIG-IP Backup Script In Bash
Problem this snippet solves: A script that can backup F5 configurations, runs daily, and FTP's the backup to a defined remote server. You will need to change the ftphost, user and password variables...
Published Mar 12, 2015
Version 1.0dwertz_104302
Nimbostratus
Joined July 01, 2009
dwertz_104302
Nimbostratus
Joined July 01, 2009
CMHC_179558
Jun 17, 2015Nimbostratus
Hello Gurus
I'm trying to run this script and getting several errors, here is the output:
[root@DEVADC1:Active] cron.daily chmod 775 f5backup.sh
[root@DEVADC1:Active] cron.daily . ./f5backup.sh
: command not found
: No such file or directory
Error, invalid characters in UCS file name. The dash, period, forward-slash, plus sign, and underscore are the only special characters allowed.
Error during config save.
Unexpected Error: UCS saving process failed.
bash: ./f5backup.sh: line 32: syntax error: unexpected end of file
Any ideas?