• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Sync between linux server + ftp server

Drakkon

Diamond Member
I have a server running ubuntu 7 and an external FTP server that updates every so often that i need to mirror a subset of the files. Right now I am using my windows machine to run a sync program to update the directory but was wondering if theres a cron style solution that can be run via cmd line to do the same thing? I don't want to get the whole FTP directory, just a subset of the files (those with extention .ext), and always keep them mirrored on the hard drive on my server without having to re download the whole thing each week.

any ideas?
 
No, AFAIK you need some form of shell (rsh, ssh, etc) or the rsync daemon listening on the remote site.
 
Back
Top