An open API service indexing awesome lists of open source software.

https://github.com/cryptojones/backupcopy

C# Program to copy files from one directory to another. Source and Destination directories are set in the config.xml file.
https://github.com/cryptojones/backupcopy

Last synced: 7 days ago
JSON representation

C# Program to copy files from one directory to another. Source and Destination directories are set in the config.xml file.

Awesome Lists containing this project

README

          

# BackupCopy
C# Program to copy files from one directory to another.

Source and Destination directories are set in the config.xml file.

Program copies ALL files in source directory and replaces them in the destination directory if they exists.

This was originally used to copy SQL Server .bak file to my NAS.