Skip to content

louisyang2015/windows_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Backup

Features

  • Backup to the Cloud (AWS, Azure, GCP)
  • Encryption (AES 256 bit)
  • Compression
  • Hierarchical Rules

Understanding the Code

  • When building this project, it will download NuGet packages from the cloud providers (AWS, Azure, GCP).
  • The documentation is at /WindowsBackup.docx
  • The "WindowsBackup_Console" project covers all the core functionality.
    • The Program.cs :: run_tests() shows how the components work. These tests have been commented out though.
    • The Test.cs requires various passwords and bucket names to work. Search for "xxxx" to identify areas that need to be filled out.

Releases

No releases published

Packages

No packages published

Languages