Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Need advice for downloading files

Hi,

i need to automatically download backup files from a server to a local directory. What will be the best approach to get this achieved (synchronize, scripting, etc.). Following you can see the server structure and how i want it to be placed on the client.

Server

backup
-- db1
---- db1_2011-08-01.bak
---- db1_2011-08-02.bak
-- db2
---- db2_2011-08-01.bak
---- db2_2011-08-02.bak
-- db3
---- ...
-- ...

I want this to be downloaded to the client in a structure like this

backup
-- 2011-08-01
---- db1_2011-08-01.bak
---- db2_2011-08-01.bak
-- 2011-08-02
---- db1_2011-08-02.bak
---- db2_2011-08-02.bak