This shows you the differences between two versions of the page.
| — |
xcopy_backups_in_windows [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Xcopy Backups in Windows ====== | ||
| + | |||
| + | The following is the xcopy command I use frequently to backup files in windows. | ||
| + | |||
| + | xcopy <source> <destination> /E /V /H /Y /C /F | ||