Search found 1 match

by ghostcorps
18 Nov 2008 19:33
Forum: DOS Batch Forum
Topic: Moving backed-up files to a folder named by date.
Replies: 3
Views: 7310

Moving backed-up files to a folder named by date.

Hi Guys, I have been trying to make a simple batch script to create database backups and move then into a folder named by date, and a sub folder by time. This is what I have so far: @echo off @echo Backing Up Server1 mysqldump -A -Q -R -c -e --lock-tables=FALSE -uXXXX -pXXXX -hX.X.X.1 > c:\backup\01...