vista backup

G

GG

so vista backup no longer supports selective backup without the system
drive?

I don't want to backup the system drive with windwos backup. I have my own
licensed image software to do that.
I just to to backup some files/folders quickly
 
D

DaveD

I wrote my own backup .com file, using the XCOPY command, with its /d switch
to back up only changed files.
It's not pretty, but it works exactly as I want.

Be careful to use the /exclude switch too, if you're backing up your
Documents folder, or you'll end up in a loop, as there are hidden recursive
links there.
Do a HELP XCOPY for the complete details.

Here's an example (U is my backup USB drive):

***
XCOPY C:\Users\Dave U:\Dave /d/s/c/i/h/r/k/o/y
/exclude:C:\Users\Dave\Documents\BackupExclude.txt
***

and here's the conents of my BackupExclude.txt file:

***
C:\Users\Dave\ntuser
C:\Users\Dave\AppData\

C:\Users\Dave\Application Data
C:\Users\Dave\Cookies
C:\Users\Dave\Local Settings
C:\Users\Dave\My Documents
C:\Users\Dave\NetHood
C:\Users\Dave\PrintHood
C:\Users\Dave\Recent
C:\Users\Dave\SendTo
C:\Users\Dave\Start Menu
C:\Users\Dave\Templates

C:\Users\Dave\Documents\My Music
C:\Users\Dave\Documents\My Pictures
C:\Users\Dave\Documents\My Videos
***
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

BAckup 6
restore one .sys file 3
Vista backup using two hard drives 3
Looking for strategies/equipment for BACKUP 3
Backup programs. 13
Damaged SAM file 7
backup and restore 9
Only the files I want to back up 5

Top