Skip to content

Simple file archive/copy service written in .Net Core

License

Notifications You must be signed in to change notification settings

ScotlandBard/FileArchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileArchiver

Simple file archive/copy service written in .NET Core 3.1. Currently, the main use case for this app is for me to easily transfer photos from my camera cards to my image repo on disk storage. Because I have a very specific use case and directory structure that I use for storing images, I have not spent a lot of time customizing this app.

Features

  • Copies all files in source directory/subdirectories to destination directory.
  • Destination files will be copied using the pattern ROOT\yyyy-DD-mm\yyyyMMdd-HHmmss_OriginalFilenameAndExtension
  • Uses Task Parallel Library (TPL) with -p argument to make better use of multi-core systems.

Future Enhancements

  • Provide customizable destination subdirectory structure.

Third-Party Nuget Dependencies

About

Simple file archive/copy service written in .Net Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages