Quantcast
Channel: Microsoft Community - Using ROBOCOPY In A Batch Script To Backup Files & Folders On Windows Vista/7
Viewing all articles
Browse latest Browse all 78

Using ROBOCOPY In A Batch Script To Backup Files & Folders On Windows Vista/7

$
0
0

Like your script and put it to good use in a BE2010 environment where I'm trying to backup and EMC device without using an agent in a cifs drive.  Not familiar with the script for setting the filenames.  Noticed that this catalogs files by month and day but would like to do this by week - as I keep full weekly and monthly backups and daily incrementals.  Would you just add the %week% script to most of the lines directing location?  Also what would the filename line be - FOR /F "TOKENS=1,2* delims=/ " %%A IN ('DATE/T') DO SET MON=%%B??? what should this look like to indicate the week??

 

Thanks - Bob


Viewing all articles
Browse latest Browse all 78

Trending Articles