automated backup
2 TopicsF5 Auto Backup iApp Error 550 Filename Invalid on FTP
Trying the codeshare iApp here :https://devcentral.f5.com/codeshare/f5-iapp-automated-backup-1114 All works well but then dies at the end with the ftp stor command. Tried some stuff with adding / etc to the path on filezilla but still nothing. (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> 215 UNIX emulated by FileZilla (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> USER labftp (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> 331 Password required for labftp (000010)4/9/2019 15:36:11 PM - (not logged in) (10.1.62.42)> PASS ********** (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 230 Logged on (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> TYPE I (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 200 Type set to I (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> PASV (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 227 Entering Passive Mode (10,1,62,201,219,75) (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> STOR /ftpsrv/20190409_bigip2.akmlab.local.ucs (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 550 Filename invalid (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> QUIT (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> 221 Goodbye (000010)4/9/2019 15:36:11 PM - labftp (10.1.62.42)> disconnected. (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> Connected on port 21, sending welcome message... (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 220-FileZilla Server 0.9.60 beta (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org) (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 220 Please visit https://filezilla-project.org/ (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> SYST (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 215 UNIX emulated by FileZilla (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> USER labftp (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> 331 Password required for labftp (000011)4/9/2019 15:36:27 PM - (not logged in) (10.1.62.41)> PASS ********** (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 230 Logged on (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> TYPE I (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 200 Type set to I (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> PASV (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 227 Entering Passive Mode (10,1,62,201,244,80) (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> STOR /ftpsrv/20190409_bigip1.akmlab.local.ucs (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 550 Filename invalid (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> QUIT (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> 221 Goodbye (000011)4/9/2019 15:36:27 PM - labftp (10.1.62.41)> disconnected.Solved650Views0likes2CommentsIn search of STABLE DB variable to use for determining if a change has been made
Greetings, I have seen the threads started by others in search of such a variable when writing automated backup scripts and have found that while configsync.localconfigtime and ltm.configtime work with LTMs (with the caveat that you must disable software auto-update check and maybe software phone-home to stabilize them), they DO NOT work when other modules such as ASM or APM are in use because they do not stay stable due to datasync, etc. To be clear, I am looking for a variable (if one exists) that records the time of the last USER-INITIATED change or SYNC action. IOW, a variable that is not affected by the various system-initiated tasks that happen in the background. Does such a variable exist and if so, what is it? Sincere thanks in advance.379Views0likes4Comments