Uploaded March 2022 | Updated September 2026, 1 week ago
In this lesson, we will learn how to create a silent auto backup system and multiple folder backups with a single batch file. We will also learn how to make the backup system run every after a specific minute or hour.
xcopy parameters:
/E → Copy all subdirectories, including empty ones
/H → Copy hidden and system files
/C → Continue even if errors occur
/Y → Suppress overwrite confirmation
/D → Copy only newer files
/F → Display full source and destination file names
/I → Assume destination is a folder if multiple files are copied
/Z → Restartable mode for network interruptions
/J → Copy files without buffering (good for large files)
/S → Copy subdirectories, excluding empty ones (useful with /E)
/K → Preserve file attributes
/R → Overwrite read-only files
/G → Allow copying encrypted files to non-encrypted destinations
Join this channel to get access to perks:
youtube.com/channel/UCMlolkzOaMlIcf_CdljmIOg/join
❀ Visit my blog at sey8.blogspot.com
▶️ Subscribe to this channel for more videos.
In this lesson, we will learn how to create a silent auto backup system and multiple folder backups with a single batch file. We will also learn how to make the backup system run every after a specific minute or hour.
xcopy parameters:
/E → Copy all subdirectories, including empty ones
/H → Copy hidden and system files
/C → Continue even if errors occur
/Y → Suppress overwrite confirmation
/D → Copy only newer files
/F → Display full source and destination file names
/I → Assume destination is a folder if multiple files are copied
/Z → Restartable mode for network interruptions
/J → Copy files without buffering (good for large files)
/S → Copy subdirectories, excluding empty ones (useful with /E)
/K → Preserve file attributes
/R → Overwrite read-only files
/G → Allow copying encrypted files to non-encrypted destinations
Join this channel to get access to perks:
youtube.com/channel/UCMlolkzOaMlIcf_CdljmIOg/join
❀ Visit my blog at sey8.blogspot.com
▶️ Subscribe to this channel for more videos.










