Skip to content

adventuretc/Windows-backup-script-with-file-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows backup script with file verification

	The script uses "robocopy.exe" and "fc.exe".

	The program reads from the following files:
		destination.txt
		options.txt
		robocopy-arguments.txt
		sources.txt
	These files are located at /cfg/ in the repository.

	destination.txt:
		Path to the target folder/drive of the backup. One line.
		
	sources.txt:
		Path to folders and/or files to backup. One item per line.
		
	options.txt:
		Configuration options. See the file itself for details.
		
	robocopy-arguments.txt
		Arguments to pass to robocopy.exe other than the file paths.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages