Search found 3 matches

by SteveNetadmn
11 Jun 2012 07:06
Forum: DOS Batch Forum
Topic: Using batch file to create / move backup across network.
Replies: 1
Views: 2658

Using batch file to create / move backup across network.

Made some great headway over the weekend. Here's a script I wrote that does the job could stand for some improvement. I had to do this over two batch files since the Shoretel backup script apparently short circuits everything below the command in the batch file. Some folder names, etc censored. Firs...
by SteveNetadmn
31 May 2012 19:37
Forum: DOS Batch Forum
Topic: Backup script that also moves stuff over network.
Replies: 4
Views: 4384

Re: Backup script that also moves stuff over network.

Something I'm having trouble with so far is that when the backup folder is time stamped, I need to be able to move the folder, keeping that time stamped name, and it's entire contents, to the network drive. The closest I've come so far with xcopy is taking the contents of the time stamped folder and...
by SteveNetadmn
31 May 2012 13:46
Forum: DOS Batch Forum
Topic: Backup script that also moves stuff over network.
Replies: 4
Views: 4384

Backup script that also moves stuff over network.

I'm trying to make a script that will become an automated backup routing that will in the end transfer folders and contents to a mapped network drive. I'll sort of go over what I have in mind as I post what I have so far, let me know if it seems good or what your ideas are. File paths and such are c...