A utility to quickly update a directories contents while automatically backing up all the new files and making them available as past updates/backups.
- backup any file, folder or zip-archive (everything is just being copied to different directories)
- drag and drop anything on to the window
- stage files until you got everything that belongs into your backup
- auto filter files based on file extension
- configurable auto filter
- configurable backup directory and deployment directory
- go to folder
- live logging
- auto updates from github releases
- deleting, naming, renaming of backups
- comment support, if naming a backup is not enough
- injecting configuration from a web url, json file or cli args
- single file exe
- ready for production (i'm using this myself for my day to day work)
- 3rd party dependencies are attributed in the about section
This app uses a SDK-style project file, which means you are required to use Visual Studio 2022 or newer. Visual Studio will prompt you to install any missing components once you open the sln file.
For anyone not wishing to install that, they atleast need:
- Windows 10 (older versions work probably too, but the repository is not configured for those)
- Net 6.0
- Visual Studio Code with the C# Extension provided by Microsoft
- git
(This should be everything, but it's possible i missed something. So please tell me if that's the case.)
Once you got the requirements setup, you can compile this yourself, by running the build.ps1
file on Windows.