How can I have my ftp backup files start showing up in my backup folders?
I created a schedule task for my ftp backups to happen automatically and the folders are setup in the correct location but for some strange reason the backup files and not showing up in the folders.
Answers (3)
Can you share the steps that you used?
Comments:
-
This is the link I used but I had it working for a little while but when I wanted to change the location fot the backups to take place it stopped working so I decided to put it back. but here's the link thought: http://www.itninja.com/blog/view/kace-how-to-setup-a-process-to-automatically-move-the-backup-files-off-of-the-k1000-to-an-external-source-1 - jrowe 12 years ago
Here's the KACE article I used and my notes on setting up the scheduled task on a Windows server:
http://www.kace.com/support/kb/index.php?action=artikel&cat=1&id=590&artlang=en&highlight=
Note - set to run daily @ 1AM
____________________________________________
1) The backup.scr should be as follows:
open kbox
kbftp
getbxf
prompt
type binary
mget kbox_*
close
quit
2) The Scheduled Task should have the following settings:
Run:
D:\KACE\Backups\K1100\bkupkbox.bat D:\KACE\Backups\K1100\
Start in:
D:\KACE\Backups\K1100
Run as:
administrator
Hope that helps!
John
Comments:
-
So changing the path in my task scheduler should all the files to be saved in the folder correct? - jrowe 12 years ago