Skip to content

Finnomator/BackupGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackupGUI

A wrapper for Microsoft Robocopy.

Installation

  • Visit the release page
  • Download BackupGUI-Release-X.X.zip
  • Extract the file
  • Run setup.exe

Usage

  • Choose a path where the backup should be created
  • Add paths to be backed up
  • Click 'Start Backup'

Important

Used Robocopy parameters:

Parameter Description
/s Copies subdirectories. This option automatically excludes empty directories.
/mir Mirrors a directory tree -> All modified files will be overwriten.

Learn more