Skip to content

The main purpose of this application is creating backups according to the schedule

License

Notifications You must be signed in to change notification settings

rutkowskit/VRT.Backups

Repository files navigation

VRT Backups App

The main purpose of this application, is creating backups according to the schedule.

Installation on Windows machine

  1. Open command prompt
  2. Change directory to VRT.Backups.Worker
  3. Execute command dotnet publish -c Release
  4. Copy content of the .\bin\Release\net6.0\publish folder to the destination folder (e.g. d:\services\VRT.Backups)
  5. Execute command sc.exe create VRT.Backups start=delayed-auto binpath="d:\services\VRT.Backups\VRT.Backups.Worker.exe" displayname=VRT.Backups

Current Features

  1. Backups Mssql database
  2. Supports advanced scheduling using Quartz library

Roadmap

  1. Add the function to backup files and directories
  2. Add the function to encrypt backup files
  3. Add the function of deleting old backup files

About

The main purpose of this application is creating backups according to the schedule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages