PC Knowledge Vault
  Home     Forum  
Register   Login  
   Forum:
  Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
General Questions
 PC Knowledge Vault Forum : General Questions
Subject Topic: Exclude Files From XCopy Backup Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
administrator
Admin Group
Admin Group
Avatar

Joined: 25 January 2003
Location: United States
Posts: 69

Online Status: Offline
Posted: 02 May 2008 at 5:51pm | IP Logged Quote administrator

Here is how you can exclude files while using the XCOPY command

xcopy "C:%homepath%\Desktop\*.*" "\\Server\Users\%username%\Local_Backup\Desktop\" /e /h /r /y
xcopy "C:%homepath%\Local Settings\Application Data\Microsoft\Outlook\Microsoft\Outlook\*.*" "\\Server\Users\%username%\Local_Backup\Email\"  /e /h /r /y

rem Adding the folders to exclude from the backup
echo %userprofile%\My Documents\My Music\ >> c:\excludefile.txt
echo %userprofile%\My Documents\My Pictures\ >> c:\excludefile.txt
echo %userprofile%\My Documents\My Videos\ >> c:\excludefile.txt

rem Running the XCopy to backup the diretory
xcopy /EXCLUDE:c:\excludefile.txt "%userprofile%\My Documents\*.*" "\\Server\Users\%username%\Local_Backup\My Documents\"  /e /h /r /y

rem Clean Up - Delete the new excludefile.txt
del c:\excludefile.txt

Back to Top View administrator's Profile Search for other posts by administrator Visit administrator's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum

Powered by Web Wiz Forums version 7.92
Copyright ©2001-2004 Web Wiz Guide
* Webmaster |  ©2005-2010 PC Knowledge Vault |  Site Launched: Oct. 29 2005
Powered By EzASPSite v2.0 RC3a