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.
- Host: GitHub
- URL: https://github.com/cryptojones/backupcopy
- Owner: CryptoJones
- Created: 2015-03-30T03:24:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T05:12:08.000Z (about 11 years ago)
- Last Synced: 2023-05-07T08:10:22.641Z (about 3 years ago)
- Language: C#
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.