Scheduled automatic FTP website backup solution?

2

1

I was wondering if there was a way to schedule automatic FTP site backup with any free or open-source software?

Clients like FileZilla do not have an automatic backup (ftp download) option. Is there a way to schedule this with any program, by using the windows task scheduler?

Or maybe we need to use a macro program like imacro in combination with FireFTP to do the job? Do you think using macro is a feasible and secure(reliable) solution?

Mitch

Posted 2009-12-17T11:24:18.700

Reputation:

Answers

1

If you are on Windows, you could try using NetDrive to map an ftp site as a network drive and then use your favorite backup program to schedule a sync. Or, try the free Cobian Backup, which will sync directly with FTP servers.

Ben

Posted 2009-12-17T11:24:18.700

Reputation: 454

1

I cannot think of a complete opensource solution that will allow you to do what you're asking. You could combine multiple services to get the task done. Another option is to setup another machine and use rsync to synchronize the data.

I know you were opposed to non free/open source, but have you considered a web based solution like SitePlanB or a windows application like SiteVault (sorry can't link 2 URLs as a newcommer site-vault.com). Both are very reasonably priced and eliminate a lot of the headache.

user37109

Posted 2009-12-17T11:24:18.700

Reputation:

1

With Website 2 Backup you can do automated website files and databases backups and send them to FTP (emails, or locally). It manage the split of archives to do not reach server maximum allowed upload size.

Axel

Posted 2009-12-17T11:24:18.700

Reputation: 11

1

DotSpirit has released a software based on Cobian Backup to backup files from your PC to their 250GB online storage

Andrew

Posted 2009-12-17T11:24:18.700

Reputation: 11

1

If you feel like going the batch file way you could try this article assuming you are on windows of course. Try that out with schedule tasks. But I imagine there is a software solution out there.

Unfundednut

Posted 2009-12-17T11:24:18.700

Reputation: 6 650

0

For something free I think http://limagito.com/ could help, but If you need something online you can check this http://www.autofilemove.com/

Amr Elgarhy

Posted 2009-12-17T11:24:18.700

Reputation: 747