Scheduled backup to FTP?

Soldato
Joined
31 May 2005
Posts
15,640
Location
Nottingham
I need to schedule files to backed up for example on a daily basis, what is the best way of doing this autonomously?
 
Couple of questions...

Over LAN or Internet?
Security matter?
Presumably a Windows machine if posting in this section?
How much data?

Being the paranoid sort, I'd use SCP over FTP if you're on the Internet. As above though, a quick batch file stuck in task scheduler should do you.
 
In past i've used the FTP command within a batch script and used the Task Scheduler to trigger the script.

http://www.howtogeek.com/howto/windows/how-to-automate-ftp-uploads-from-the-windows-command-line/

Many thanks.

Couple of questions...

Over LAN or Internet?
Security matter?
Presumably a Windows machine if posting in this section?
How much data?

Being the paranoid sort, I'd use SCP over FTP if you're on the Internet. As above though, a quick batch file stuck in task scheduler should do you.

Is for backing up a Minecraft server I host for some mates so they have access to the latest build should I be away and something goes wrong :)
 
Back
Top Bottom