Xcopy command switches Flashcards
Windows command prompt
/a
Copies only files that have the Archive attributes set and does not clear the attribute (useful for making a quick backup of files while not disrupting a normal backup routine)
/e
copies directories and sub directories, including empty directories
/f
Displays full source and destination filenames when copying
/g
Allows copying of encrypted files to a destination that does not support encryption
/h
copies hidden and system files as well
/k
copies attributes (by default, copy resets the Read-Only attribute.)
/o
Copies file ownership and ACL information (NTFS permissions)
/r
overwrites read-only files
/s
copies directories and sub directories but not empty directories
/u
copies only files that already exist in the destination
/v
verifies the size of each new file