janissl / backup-win

A simple file backup utility for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backup-win

A simple Unicode-aware Windows commandline utility to copy latest versions of files to a user-defined location.

  • A structure of source directories is preserved at the destination.
  • The path length must not exceed the MAX_PATH value.
  • If the destination root does not exist, its parent directory must be existing.
  • A log file (named last.log) is saved next to the executable file on each run and contains all source and destination paths as well as error messages if some errors have occurred.

Usage:

.\backup-win.exe <source_root_directory> <destination_root_directory>

About

A simple file backup utility for Windows


Languages

Language:C++ 97.6%Language:CMake 2.4%