DOS, FTP & Incremental Backups
September 29, 2006 6:08 AM
Subscribe
DOSFilter: I want to create regular backups of a certain file, but details may change as well as folders - how do I do this?
I want to create a DOS batch script which will execute 3 times a day using Windows Scheduling.
I basically have a directory with several folders which I wish to mirror on another server as a backup using FTP. However, in each folder, I only want to mirror one particular file (an Access DB).
For example I have:
M:\data\a\
M:\data\b\
M:\data\c\
All these folders are full of rubbish I don't want to back up, but each one has a file called data.mdb in it, which I
do want to back up! Therefore, my questions are as follows...
- Is this possible?
- Can I change filenames on the go? I want to time and date each one so I have incremental backups on the server.
Bear in mind I'm happy to use JavaScript via wscript, but I haven't a clue about JavaScript! Thanks in advance.
posted by samstarling to computers & internet (11 comments total)
posted by majick at 7:32 AM on September 29, 2006