YTS_Backup_script.cmd is an easily customisable backup script

Through the use of .backup files, its easy to add extra directories or files to backup when run.

To setup, we need to extract the files from the ZIP into a directory.
once extracted, right mouse click on the YTS_Backup_script.cmd file, and choose edit.

The script will open within notepad, and you need to setup with your script location & backup directory location.
	1)
		Look for "set ScriptDir=D:\files\Projects\YTS_Backup_Scripts" and change it to suite your needs.
			NOTE: This Directory name needs to not have any spaces in it, or the script will fail.
	2)
		Look for "set ScriptDrive=D:" and change it to suite your needs.
	3)
		Look for "set BackupDir=C:\Backups\Manual" and change it to suite your needs.
	4)
		Look for "set BackupDrive=C:" and change it to suite your needs.
	5)
		Open "mydocs.backup" with notepad by double clicking on the file, and associating with notepad.
		Edit this File to your needs. the file contains only two lines.
			Line1 is the source file or directory for xcopy to use.
			Line2 is the destination file or directory for xcopy to use.
				NOTE: do not add extra lines to this file, as this will break the script. two lines only.
	6)
		Open "Outlook.backup" with notepad
		Edit this File to your needs.
		to add more files to your backup, simply change add another .backup file to the script directory and enter the details correctly.
