Backup automation with robocopy and schtasks from Cerewro
Set up a complete automatic backup system from Cerewro chat: choose source and destination folders, define the schedule, generate the robocopy script with full logging and receive email confirmation.
Set up complete backup from chat
Create a backup system for C:\data that runs every day at 2:00 AM, saves to D:\backups with dated folder, keeps the last 7 backups and sends me an email confirmation
Configurable backup types
| Type | robocopy flag | When to use |
|---|---|---|
| Full mirror | /MIR | Exact copy of source, deletes removed files |
| Incremental | /XO (exclude older) | Only copies new or modified files |
| With timestamps | /DCOPY:DAT | Preserves creation/modification dates |
| Network (UNC) | //server/share | Backup to NAS or shared server |