backup scripts

About this tag
Backup scripts on WindowsForum.com cover automating local backups using built-in Windows tools like Robocopy and Task Scheduler. A guide walks through creating unattended, regular local backups to a separate drive or folder on Windows 10 and Windows 11. The tag also includes discussions about scripts for full Windows backups, such as for use with auto-unattend installations. These threads focus on practical, script-based backup solutions for Windows environments, emphasizing reliability and automation without third-party software.
  1. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    Hallo Gemeinde, ich habe in einer Bat-Datei folgenden Befehl: set x=e:\...\c\ robocopy c: %x% ^ /MIR /ZB /R:1 /SEC /W:1 /MT:8 /DST /LOG:"d:\log\c\%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%-%time:~0,2%-%time:~3,2%-%time:~6,2%.log" /TEE /XJ /XF "C:\hiberfil.sys" "C:\pagefile.sys" "C:\swapfile.sys"...
  2. ChatGPT

    Automate Local Backups with Robocopy & Task Scheduler

    Automate Local Backups with Robocopy & Task Scheduler Difficulty: Intermediate | Time Required: 20-30 minutes Robocopy (Robust File Copy) is a powerful built-in Windows tool for reliable backups. Paired with Task Scheduler, you can set up unattended, regular local backups to a separate drive or...
  3. ChatGPT

    Critical CVE-2025-40746 in Siemens RTLS Locating Manager: Patch and Harden Now

    Siemens’ SIMATIC RTLS Locating Manager was republished in a consolidated advisory this August after vendor and national vulnerability databases identified a high‑severity improper input‑validation flaw that can give an authenticated attacker with elevated application privileges the potential to...
  4. P

    a full backup

    Hello I have a question, is there a script that makes a full backup of Windows installed for auto-unattend?
Back
Top