![]()
[<<]Message[>>] [<<]Author[>>] [<<]Subject[>>] [<<]Thread[>>]
Number : 9339 Date : 2004-11-21 Author : des4212001 Subject : Re: Xxcopy Exclusion List????? Size(KB) : 4
--- In xxcopy@yahoogroups.com, "pat1ck" wrote: > > Hi all, > > Question: > > What is the criteria, if there is one, to determine the exclusion > list for use in xxcopy. > > Sounds Stupid, but I do have to ask??????? > > > Kind Regards > Thanks In Advance. > > Pat In case I detect "what to excluded" in the question? And demonstrate another way to approach the exclusion list. Here is 1 of 6 components of my primary backup as a specific example. The exclusions consist of those things xxcopy can not copy and\or things unnecessary for an operable copy of Windows. Registry files are handled with ERUNT and bootability is accomplished by editing the backup's System hive. //System.xcf------------- //Source----------------- C:\ //Destination------------ I:\ //Switches--------------- // /CLONE equals /KS/H/E/R/Q/Y/BI/ZY/ZE/oD0 /KS //Keeps the source attributes including read only bit /H //Copies hidden and/or system files also /E //Include subdirectories including empty ones /R //Allows overwrite/delete of read-only files /Q //Does not display files that are skipped /Y //Overwrites existing files without prompting /BI //Backsup incrementally, different (by time/size) files only /ZY //Deletes extra files or subdirectories in destination with no prompt /ZE //Disables the use of enviornment variables for xxcopy // /oD0 //No screen output of a Deleted-file list //Log File Specifications- /oN:"F:\My Documents\Scripts\Backup\Backup.log" //New Log File /oF2 //File list (files that were successfully operated on) /oD2 //Deleted-file list /oE2 //Error summary //Exclusions-------------- /X:"Documents and Settings\Donald E. Smith\ntuser.dat" /X:"Documents and Settings\Donald E. Smith\ntuser.dat.log" /X:"Documents and Settings\Donald E. Smith\Local Settings// \Application Data\Microsoft\Windows\UsrClass.dat" /X:"Documents and Settings\Donald E. Smith\Local Settings// \Application Data\Microsoft\Windows\UsrClass.dat.log" /X:"Documents and Settings\Donald E. Smith\Local Settings\History\" /X:"Documents and Settings\Donald E. Smith\Local Settings// \Temporary Internet Files\" /X:"Documents and Settings\Donald E. Smith\UserData\" /X:"Documents and Settings\LocalService\ntuser.dat" /X:"Documents and Settings\LocalService\ntuser.dat.log" /X:"Documents and Settings\LocalService\Local Settings// \Application Data\Microsoft\Windows\UsrClass.DAT" /X:"Documents and Settings\LocalService\Local Settings// \Application Data\Microsoft\Windows\UsrClass.DAT.log" /X:"Documents and Settings\NetworkService\ntuser.dat" /X:"Documents and Settings\NetworkService\ntuser.dat.log" /X:"Documents and Settings\NetworkService\Local Settings// \Application Data\Microsoft\Windows\UsrClass.DAT" /X:"Documents and Settings\NetworkService\Local Settings// \Application Data\Microsoft\Windows\UsrClass.DAT.log" /X:Windows\Prefetch\ /X:*\Recent\ /X:Recycler\ /X:"System Volume Information\" /X:*\Temp\ /X:hiberfil.sys /X:pagefile.sys /X:Windows\SoftwareDistribution\EventCache\ /X:Windows\SoftwareDistribution\DataStore\DataStore.edb /X:Windows\SoftwareDistribution\DataStore\Logs\edb.log /X:Windows\SoftwareDistribution\DataStore\Logs\tmp.edb /X:Windows\system32\CatRoot2\edb.log /X:Windows\System32\config\default /X:Windows\System32\config\default.log /X:Windows\System32\config\sam /X:Windows\System32\config\sam.log /X:Windows\System32\config\security /X:Windows\System32\config\security.log /X:Windows\System32\config\software /X:Windows\System32\config\software.log /X:Windows\System32\config\system /X:Windows\System32\config\system.log The above command file is evoked as the first component of the following batch file: @Echo Off xxcopy /EC/CF:"F:\My Documents\Scripts\Backup\System.xcf"/PZ0/WS xxcopy /CE/CF:"F:\My Documents\Scripts\Backup\Office.xcf"/PZ0 xxcopy /CE/CF:"F:\My Documents\Scripts\Backup\3rd Party Software.xcf"/PZ0 xxcopy /CE/CF:"F:\My Documents\Scripts\Backup\My Stuff.xcf"/PZ0 xxcopy /CE/CF:"F:\My Documents\Scripts\Backup\Webshots.xcf"/PZ0 xxcopy /CE/CF:"F:\My Documents\Scripts\Backup\Archive.xcf"/PZ0 Pause DES
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.