; Sample c:\util\%username%\immbackup.exe file ; Copy this file to c:\util\%username% and edit it ; as needed. ; ; List of folders to be included in backup. ; Acceptable environment variables are ; %username% %userprofile% %computername% ; ; Generally, it is not important what is in front of the "=" ; (i.e. "dir1", "dir2", "file1", etc.) [robocopyfolders2include] dir1=%userprofile%\Application Data\Thunderbird dir2=%userprofile%\Application Data\Mozilla dir3=c:\%username% dir4=c:\util\%username% dir5=%userprofile%\Favorites dir6=%userprofile%\Foretrukne dir7=%userprofile%\Desktop dir8=%userprofile%\Skrivebord dir9=d:\work ; List of folders to exclude. Only if they are a sub-folder ; of a directory to be include will they be considered [robocopyfolders2exclude] dir1=c:\%username%\temp ; List of files to be excluded. Only if they are files within ; a folder to be included will they be considered. [robocopyfiles2exclude] file1=c:\%username%\program output\huge temp file.log