I've done an update of a mirror of my attachments by accessing the backup server via SSH and running wget with the -N option (and -r and -l for recursive retrieval). wget can connect through FTP so you can point it to your attachment directory.
With that many attachments though, having wget retrieve every directory filelisting and check timestamps would certainly be a time consuming process.
|