Insire / Dawn

A utility to quickly update a directories contents while automatically backing up all the new files and making them available as past updates/backups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dawn

GitHub release (latest SemVer) Build status License

A utility to quickly update a directories contents while automatically backing up all the new files and making them available as past updates/backups.

Impressions

First start

Default screen

Main screen after some time

Main screen

Staging some files for backup

Main screen during staging

Creating a new backup

Backup creation in progress

Backup restore in progress

Backup restoration in progess

Features

  • 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

Build Requirements

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:

(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.

About

A utility to quickly update a directories contents while automatically backing up all the new files and making them available as past updates/backups

License:MIT License


Languages

Language:C# 99.9%Language:PowerShell 0.0%Language:Shell 0.0%