Powershell Autobackuping Script for Windows.
- It uses robocopy as standard, or powershell, to copy all the files and folders in the script folder to one or more targets. The files can be compressed with 7zip (no robocopy there and no exclusions). There are some Settings you can change in the Script.
- If you have BackupSettings.json in the same folder as the Script, it will use the settings from there. If you don’t have a BackupSettings.json, it will use the default settings from script.
Function:
Make backup of all Files in contained folder, except exclusions…
WindowsCronRegister-backup.ps1 can register the Script as a Windows Task, so it will run every day at the time you set in the Script.
Link Github: https://github.com/vitalyruhl/Win-PS-Autobackuping
