Complete enough for initial deploy on my server
This commit is contained in:
commit
bd9b2849b0
|
@ -0,0 +1,398 @@
|
|||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.tlog
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- [Bb]ackup.rdl
|
||||
*- [Bb]ackup ([0-9]).rdl
|
||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
||||
*.vbp
|
||||
|
||||
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
||||
*.dsw
|
||||
*.dsp
|
||||
|
||||
# Visual Studio 6 technical files
|
||||
*.ncb
|
||||
*.aps
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# Visual Studio History (VSHistory) files
|
||||
.vshistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
# VS Code files for those working on multiple tools
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Windows Installer files from build outputs
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# JetBrains Rider
|
||||
*.sln.iml
|
|
@ -0,0 +1,618 @@
|
|||
### GNU GENERAL PUBLIC LICENSE
|
||||
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
<https://fsf.org/>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies of this
|
||||
license document, but changing it is not allowed.
|
||||
|
||||
### Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom
|
||||
to share and change all versions of a program--to make sure it remains
|
||||
free software for all its users. We, the Free Software Foundation, use
|
||||
the GNU General Public License for most of our software; it applies
|
||||
also to any other work released this way by its authors. You can apply
|
||||
it to your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you
|
||||
have certain responsibilities if you distribute copies of the
|
||||
software, or if you modify it: responsibilities to respect the freedom
|
||||
of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the
|
||||
manufacturer can do so. This is fundamentally incompatible with the
|
||||
aim of protecting users' freedom to change the software. The
|
||||
systematic pattern of such abuse occurs in the area of products for
|
||||
individuals to use, which is precisely where it is most unacceptable.
|
||||
Therefore, we have designed this version of the GPL to prohibit the
|
||||
practice for those products. If such problems arise substantially in
|
||||
other domains, we stand ready to extend this provision to those
|
||||
domains in future versions of the GPL, as needed to protect the
|
||||
freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish
|
||||
to avoid the special danger that patents applied to a free program
|
||||
could make it effectively proprietary. To prevent this, the GPL
|
||||
assures that patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
### TERMS AND CONDITIONS
|
||||
|
||||
#### 0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds
|
||||
of works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of
|
||||
an exact copy. The resulting work is called a "modified version" of
|
||||
the earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user
|
||||
through a computer network, with no transfer of a copy, is not
|
||||
conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices" to
|
||||
the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
#### 1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work for
|
||||
making modifications to it. "Object code" means any non-source form of
|
||||
a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users can
|
||||
regenerate automatically from other parts of the Corresponding Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that same
|
||||
work.
|
||||
|
||||
#### 2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not convey,
|
||||
without conditions so long as your license otherwise remains in force.
|
||||
You may convey covered works to others for the sole purpose of having
|
||||
them make modifications exclusively for you, or provide you with
|
||||
facilities for running those works, provided that you comply with the
|
||||
terms of this License in conveying all material for which you do not
|
||||
control copyright. Those thus making or running the covered works for
|
||||
you must do so exclusively on your behalf, under your direction and
|
||||
control, on terms that prohibit them from making any copies of your
|
||||
copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under the
|
||||
conditions stated below. Sublicensing is not allowed; section 10 makes
|
||||
it unnecessary.
|
||||
|
||||
#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such
|
||||
circumvention is effected by exercising rights under this License with
|
||||
respect to the covered work, and you disclaim any intention to limit
|
||||
operation or modification of the work as a means of enforcing, against
|
||||
the work's users, your or third parties' legal rights to forbid
|
||||
circumvention of technological measures.
|
||||
|
||||
#### 4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
#### 5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these
|
||||
conditions:
|
||||
|
||||
- a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
- b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under
|
||||
section 7. This requirement modifies the requirement in section 4
|
||||
to "keep intact all notices".
|
||||
- c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
- d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
#### 6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms of
|
||||
sections 4 and 5, provided that you also convey the machine-readable
|
||||
Corresponding Source under the terms of this License, in one of these
|
||||
ways:
|
||||
|
||||
- a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
- b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the Corresponding
|
||||
Source from a network server at no charge.
|
||||
- c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
- d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
- e) Convey the object code using peer-to-peer transmission,
|
||||
provided you inform other peers where the object code and
|
||||
Corresponding Source of the work are being offered to the general
|
||||
public at no charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal,
|
||||
family, or household purposes, or (2) anything designed or sold for
|
||||
incorporation into a dwelling. In determining whether a product is a
|
||||
consumer product, doubtful cases shall be resolved in favor of
|
||||
coverage. For a particular product received by a particular user,
|
||||
"normally used" refers to a typical or common use of that class of
|
||||
product, regardless of the status of the particular user or of the way
|
||||
in which the particular user actually uses, or expects or is expected
|
||||
to use, the product. A product is a consumer product regardless of
|
||||
whether the product has substantial commercial, industrial or
|
||||
non-consumer uses, unless such uses represent the only significant
|
||||
mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to
|
||||
install and execute modified versions of a covered work in that User
|
||||
Product from a modified version of its Corresponding Source. The
|
||||
information must suffice to ensure that the continued functioning of
|
||||
the modified object code is in no case prevented or interfered with
|
||||
solely because modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or
|
||||
updates for a work that has been modified or installed by the
|
||||
recipient, or for the User Product in which it has been modified or
|
||||
installed. Access to a network may be denied when the modification
|
||||
itself materially and adversely affects the operation of the network
|
||||
or violates the rules and protocols for communication across the
|
||||
network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
#### 7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders
|
||||
of that material) supplement the terms of this License with terms:
|
||||
|
||||
- a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
- b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
- c) Prohibiting misrepresentation of the origin of that material,
|
||||
or requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
- d) Limiting the use for publicity purposes of names of licensors
|
||||
or authors of the material; or
|
||||
- e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
- f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions
|
||||
of it) with contractual assumptions of liability to the recipient,
|
||||
for any liability that these contractual assumptions directly
|
||||
impose on those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions; the
|
||||
above requirements apply either way.
|
||||
|
||||
#### 8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your license
|
||||
from a particular copyright holder is reinstated (a) provisionally,
|
||||
unless and until the copyright holder explicitly and finally
|
||||
terminates your license, and (b) permanently, if the copyright holder
|
||||
fails to notify you of the violation by some reasonable means prior to
|
||||
60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
#### 9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or run
|
||||
a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
#### 10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
#### 11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims owned
|
||||
or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within the
|
||||
scope of its coverage, prohibits the exercise of, or is conditioned on
|
||||
the non-exercise of one or more of the rights that are specifically
|
||||
granted under this License. You may not convey a covered work if you
|
||||
are a party to an arrangement with a third party that is in the
|
||||
business of distributing software, under which you make payment to the
|
||||
third party based on the extent of your activity of conveying the
|
||||
work, and under which the third party grants, to any of the parties
|
||||
who would receive the covered work from you, a discriminatory patent
|
||||
license (a) in connection with copies of the covered work conveyed by
|
||||
you (or copies made from those copies), or (b) primarily for and in
|
||||
connection with specific products or compilations that contain the
|
||||
covered work, unless you entered into that arrangement, or that patent
|
||||
license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
#### 12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under
|
||||
this License and any other pertinent obligations, then as a
|
||||
consequence you may not convey it at all. For example, if you agree to
|
||||
terms that obligate you to collect a royalty for further conveying
|
||||
from those to whom you convey the Program, the only way you could
|
||||
satisfy both those terms and this License would be to refrain entirely
|
||||
from conveying the Program.
|
||||
|
||||
#### 13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
#### 14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in
|
||||
detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies that a certain numbered version of the GNU General Public
|
||||
License "or any later version" applies to it, you have the option of
|
||||
following the terms and conditions either of that numbered version or
|
||||
of any later version published by the Free Software Foundation. If the
|
||||
Program does not specify a version number of the GNU General Public
|
||||
License, you may choose any version ever published by the Free
|
||||
Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future versions
|
||||
of the GNU General Public License can be used, that proxy's public
|
||||
statement of acceptance of a version permanently authorizes you to
|
||||
choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
#### 15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
|
||||
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
|
||||
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
|
||||
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
|
||||
CORRECTION.
|
||||
|
||||
#### 16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
|
||||
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
|
||||
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
|
||||
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
|
||||
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
|
||||
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
|
||||
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
#### 17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using CommandLine;
|
||||
using Tesses.Backup.Models;
|
||||
using Tesses.Backup;
|
||||
using Tesses.VirtualFilesystem;
|
||||
using Tesses.VirtualFilesystem.Filesystems;
|
||||
using System.Net;
|
||||
|
||||
public class Program
|
||||
{
|
||||
[Verb("backup",true)]
|
||||
public class Backup
|
||||
{
|
||||
[Option('s',"server",Required =true)]
|
||||
public string Server {get;set;}="";
|
||||
[Option('u',"username",Required = true)]
|
||||
public string Username {get;set;}="";
|
||||
[Option('p',"password",Required = true)]
|
||||
public string Password {get;set;}="";
|
||||
|
||||
[Option('d',"device",Required =false,HelpText ="Device Name")]
|
||||
public string Device {get;set;}="";
|
||||
|
||||
[Option('p',"path",Required =false,HelpText = "Folder to backup")]
|
||||
public string Path {get;set;}="";
|
||||
}
|
||||
public static async Task Main(string[] args)
|
||||
{
|
||||
await Parser.Default.ParseArguments<Backup>(args).WithParsedAsync<Backup>(async(e)=>{
|
||||
using(var fs = new LocalFileSystem())
|
||||
{
|
||||
BackupClient client = new BackupClient(e.Server);
|
||||
var session= await client.LoginAsync(e.Username,e.Password);
|
||||
UnixPath p;
|
||||
if(string.IsNullOrWhiteSpace(e.Path))
|
||||
{
|
||||
p = Special.Home;
|
||||
}else{
|
||||
p = UnixPath.FromLocal(e.Path);
|
||||
}
|
||||
|
||||
if(string.IsNullOrWhiteSpace(e.Device))
|
||||
{
|
||||
e.Device = Dns.GetHostName();
|
||||
}
|
||||
await session.SetDeviceAsync(e.Device);
|
||||
var bkp=await session.PrepareBackupAsync(fs,p);
|
||||
|
||||
await bkp.PerformBackupAsync();
|
||||
await session.LogoutAsync();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tesses.Backup.Client\Tesses.Backup.Client.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
||||
<PackageReference Include="Tesses.VirtualFileSystem.Local" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
|
@ -0,0 +1,158 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Tesses.Backup.Models;
|
||||
using Tesses.VirtualFilesystem;
|
||||
|
||||
namespace Tesses.Backup
|
||||
{
|
||||
public class BackupContext
|
||||
{
|
||||
IVirtualFilesystem fs;
|
||||
string key;
|
||||
|
||||
HttpClient clt;
|
||||
long device;
|
||||
internal BackupContext(string key,HttpClient clt,IVirtualFilesystem fs,CreateBackupResponse resp,long device)
|
||||
{
|
||||
this.key=key;
|
||||
this.clt =clt;
|
||||
this.fs = fs;
|
||||
this.BackupResponse = resp;
|
||||
this.device =device;
|
||||
|
||||
CalculateLength(this.BackupResponse.BackupData,Special.Root);
|
||||
}
|
||||
|
||||
public CreateBackupResponse BackupResponse {get;set;}
|
||||
|
||||
public List<(UnixPath Path,string Hash)> FilesToBackup {get;set;}=new List<(UnixPath Path,string Hash)>();
|
||||
|
||||
public long TotalBytes {get;set;}=0;
|
||||
private void CalculateLength(List<BackupFileEntry> files,UnixPath path)
|
||||
{
|
||||
|
||||
foreach(var file in files)
|
||||
{
|
||||
if(file.IsFile)
|
||||
{
|
||||
FilesToBackup.Add((path / file.Name,file.Hash));
|
||||
TotalBytes += file.Length;
|
||||
}else{
|
||||
CalculateLength(file.SubEntries,path / file.Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private class CallbackStrm : Stream
|
||||
{
|
||||
Stream strm;
|
||||
Action<int> read;
|
||||
public CallbackStrm(Stream strm,Action<int> read)
|
||||
{
|
||||
this.strm = strm;
|
||||
this.read=read;
|
||||
}
|
||||
public override bool CanRead => strm.CanRead;
|
||||
|
||||
public override bool CanSeek => strm.CanSeek;
|
||||
|
||||
public override bool CanWrite => false;
|
||||
|
||||
public override long Length => strm.Length;
|
||||
|
||||
public override long Position { get => strm.Position; set => strm.Position=value; }
|
||||
|
||||
public override void Flush()
|
||||
{
|
||||
strm.Flush();
|
||||
}
|
||||
public override async Task FlushAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
await strm.FlushAsync(cancellationToken);
|
||||
}
|
||||
|
||||
public override int Read(byte[] buffer, int offset, int count)
|
||||
{
|
||||
int outCount= strm.Read(buffer,offset,count);
|
||||
this?.read(outCount);
|
||||
return outCount;
|
||||
}
|
||||
public override async Task<int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
|
||||
{
|
||||
int outCount= await strm.ReadAsync(buffer,offset,count);
|
||||
this?.read(outCount);
|
||||
return outCount;
|
||||
}
|
||||
|
||||
public override long Seek(long offset, SeekOrigin origin)
|
||||
{
|
||||
return strm.Seek(offset,origin);
|
||||
}
|
||||
|
||||
public override void SetLength(long value)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override void Write(byte[] buffer, int offset, int count)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
public async Task PerformBackupAsync(IProgress<BackupProgress> progress=null)
|
||||
{
|
||||
BackupProgress p=new BackupProgress();
|
||||
var files = FilesToBackup;
|
||||
p.FileCount = files.Count;
|
||||
p.BackupBytesWriten = 0;
|
||||
p.BackupTotalBytes = TotalBytes;
|
||||
for(int i = 0;i<files.Count;i++)
|
||||
{
|
||||
var file = files[i];
|
||||
p.FileName = file.Path;
|
||||
p.Hash = file.Hash;
|
||||
p.FileIndex = i;
|
||||
p.FileBytesWriten = 0;
|
||||
progress?.Report(p);
|
||||
try{
|
||||
using(var srcStrm = await fs.OpenAsync(file.Path,System.IO.FileMode.Open,System.IO.FileAccess.Read,System.IO.FileShare.Read))
|
||||
{
|
||||
p.FileTotalBytes = srcStrm.Length;
|
||||
using(CallbackStrm strm = new CallbackStrm(srcStrm,(ctx)=>{
|
||||
p.FileBytesWriten += ctx;
|
||||
p.BackupBytesWriten += ctx;
|
||||
progress?.Report(p);
|
||||
}))
|
||||
await clt.PutAsync($"/api/v1/File?key={key}&hash={p.Hash}&device={device}",new StreamContent(strm));
|
||||
}}catch(Exception ex)
|
||||
{
|
||||
_=ex;
|
||||
}
|
||||
progress?.Report(p);
|
||||
}
|
||||
progress?.Report(p);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using Tesses.VirtualFilesystem;
|
||||
|
||||
namespace Tesses.Backup
|
||||
{
|
||||
public class BackupProgress
|
||||
{
|
||||
public UnixPath FileName {get;set;}
|
||||
|
||||
public string Hash {get;set;}
|
||||
|
||||
public long BackupBytesWriten {get;set;}
|
||||
|
||||
public long BackupTotalBytes {get;set;}
|
||||
|
||||
public long FileBytesWriten {get;set;}
|
||||
public long FileTotalBytes {get;set;}
|
||||
|
||||
public long FileIndex {get;set;}
|
||||
|
||||
public long FileCount {get;set;}
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,148 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Security.Cryptography;
|
||||
using System.Threading.Tasks;
|
||||
using Tesses.Backup.Models;
|
||||
using Tesses.VirtualFilesystem;
|
||||
|
||||
namespace Tesses.Backup
|
||||
{
|
||||
public class BackupSession
|
||||
{
|
||||
public BackupSession(LoginResponse response,BackupClient client)
|
||||
{
|
||||
this.clt = client;
|
||||
this.LoginResponse = response;
|
||||
}
|
||||
BackupClient clt;
|
||||
public LoginResponse LoginResponse {get;set;}
|
||||
|
||||
public long DeviceId {get;set;}=-1;
|
||||
|
||||
|
||||
public async Task<LogoutResponse> LogoutAsync()
|
||||
{
|
||||
LogoutRequest request = new LogoutRequest();
|
||||
request.Key = LoginResponse.Key;
|
||||
return await clt.MakeJsonPostRequestAsync<LogoutResponse>("/api/v1/Logout",request);
|
||||
}
|
||||
public async Task<EnumerateBackupsResponse> EnumerateBackupsAsync()
|
||||
{
|
||||
EnumerateBackupsRequest request=new EnumerateBackupsRequest();
|
||||
request.DeviceId = DeviceId;
|
||||
request.Key = LoginResponse.Key;
|
||||
return await clt.MakeJsonPostRequestAsync<EnumerateBackupsResponse>("/api/v1/Backups",request);
|
||||
|
||||
}
|
||||
|
||||
public async Task<EnumerateBackupResponse> EnumerateBackupDataAsync(long backupId)
|
||||
{
|
||||
EnumerateBackupRequest request=new EnumerateBackupRequest();
|
||||
request.BackupId= backupId;
|
||||
request.Key = LoginResponse.Key;
|
||||
return await clt.MakeJsonPostRequestAsync<EnumerateBackupResponse>("/api/v1/Backup",request);
|
||||
}
|
||||
public async Task<EnumerateDeviceResponse> GetDevicesAsync()
|
||||
{
|
||||
EnumerateDeviceRequest request = new EnumerateDeviceRequest();
|
||||
request.Key = LoginResponse.Key;
|
||||
|
||||
return await clt.MakeJsonPostRequestAsync<EnumerateDeviceResponse>("/api/v1/Devices",request);
|
||||
}
|
||||
|
||||
public async Task<GetDeviceResponse> SetDeviceAsync(string deviceName)
|
||||
{
|
||||
GetDeviceRequest request=new GetDeviceRequest();
|
||||
request.Key = LoginResponse.Key;
|
||||
request.Name = deviceName;
|
||||
var resp= await clt.MakeJsonPostRequestAsync<GetDeviceResponse>("/api/v1/Device",request);
|
||||
DeviceId=resp.DeviceId;
|
||||
return resp;
|
||||
}
|
||||
public async Task RestoreFileAsync(string hash,long myDeviceId,Stream strm)
|
||||
{
|
||||
var fstrm=await clt.Client.GetStreamAsync($"/api/v1/File?key={LoginResponse.Key}&device={myDeviceId}&hash={hash}");
|
||||
await fstrm.CopyToAsync(strm);
|
||||
}
|
||||
public async Task RestoreFileAsync(string hash,Stream strm)
|
||||
{
|
||||
await RestoreFileAsync(hash,DeviceId,strm);
|
||||
}
|
||||
public async Task<BackupContext> PrepareBackupAsync(IVirtualFilesystem fs)
|
||||
{
|
||||
|
||||
Func<List<BackupFileEntry>,UnixPath,Task> enumerateFiles=null;
|
||||
enumerateFiles=async(ent,p)=>{
|
||||
foreach(var dir in fs.EnumerateDirectories(p))
|
||||
{
|
||||
BackupFileEntry entry=new BackupFileEntry();
|
||||
entry.IsFile=false;
|
||||
entry.Created = await fs.GetCreationTimeAsync(dir);
|
||||
entry.Modified = await fs.GetLastWriteTimeAsync(dir);
|
||||
entry.Length = 0;
|
||||
entry.Hash ="";
|
||||
entry.Name = dir.Name;
|
||||
|
||||
await enumerateFiles(entry.SubEntries,dir);
|
||||
ent.Add(entry);
|
||||
}
|
||||
foreach(var file in fs.EnumerateFiles(p))
|
||||
{
|
||||
BackupFileEntry entry=new BackupFileEntry();
|
||||
|
||||
entry.IsFile=true;
|
||||
entry.Created = await fs.GetCreationTimeAsync(file);
|
||||
entry.Modified = await fs.GetLastWriteTimeAsync(file);
|
||||
using(var f = await fs.OpenAsync(file,System.IO.FileMode.Open,System.IO.FileAccess.Read,System.IO.FileShare.Read))
|
||||
{
|
||||
entry.Length = f.Length;
|
||||
|
||||
using (var bufferedStream = new BufferedStream(f, 1024 * 32))
|
||||
{
|
||||
using(var sha = new SHA256Managed())
|
||||
{
|
||||
byte[] hashBytes=sha.ComputeHash(bufferedStream);
|
||||
entry.Hash = BitConverter.ToString(hashBytes).Replace("-","");
|
||||
}
|
||||
}
|
||||
}
|
||||
entry.Name = file.Name;
|
||||
|
||||
ent.Add(entry);
|
||||
}
|
||||
};
|
||||
CreateBackupRequest request = new CreateBackupRequest();
|
||||
await enumerateFiles(request.BackupData,Special.Root);
|
||||
request.DeviceId = DeviceId;
|
||||
request.Key = LoginResponse.Key;
|
||||
|
||||
var response=await clt.MakeJsonPostRequestAsync<CreateBackupResponse>("/api/v1/CreateBackup",request);
|
||||
return await Task.Run<BackupContext>(()=>{
|
||||
return new BackupContext(LoginResponse.Key,clt.Client,fs,response,request.DeviceId);
|
||||
});
|
||||
}
|
||||
public async Task<BackupContext> PrepareBackupAsync(IVirtualFilesystem fs,UnixPath path)
|
||||
{
|
||||
return await PrepareBackupAsync(fs.GetSubdirFilesystem(path));
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using System.Net.Http;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Newtonsoft.Json;
|
||||
using Tesses.Backup.Models;
|
||||
|
||||
namespace Tesses.Backup
|
||||
{
|
||||
public sealed class BackupClient
|
||||
{
|
||||
HttpClient clt;
|
||||
|
||||
public BackupClient(HttpClient client)
|
||||
{
|
||||
clt = client;
|
||||
}
|
||||
public BackupClient(Uri url) : this(new HttpClient(){BaseAddress=url})
|
||||
{
|
||||
|
||||
}
|
||||
public BackupClient(string url) : this(new Uri(url))
|
||||
{
|
||||
|
||||
}
|
||||
public HttpClient Client {get{return clt;}}
|
||||
internal async Task<TResponse> MakeJsonPostRequestAsync<TResponse>(string url,object req)
|
||||
{
|
||||
StringContent json =new StringContent(JsonConvert.SerializeObject(req),Encoding.UTF8);
|
||||
var resp=await clt.PostAsync(url,json);
|
||||
return JsonConvert.DeserializeObject<TResponse>(await resp.Content.ReadAsStringAsync());
|
||||
}
|
||||
public async Task<ChangePasswordResponse> ChangePasswordAsync(string username,string oldPassword,string newPassword,string confirmPassword)
|
||||
{
|
||||
ChangePasswordRequest request = new ChangePasswordRequest();
|
||||
request.UserName = username;
|
||||
request.OldPassword = oldPassword;
|
||||
request.NewPassword = newPassword;
|
||||
request.ConfirmNewPassword = confirmPassword;
|
||||
return await ChangePasswordAsync(request);
|
||||
}
|
||||
|
||||
public async Task<ChangePasswordResponse> ChangePasswordAsync(ChangePasswordRequest request)
|
||||
{
|
||||
return await MakeJsonPostRequestAsync<ChangePasswordResponse>("/api/v1/ChangePassword",request);
|
||||
}
|
||||
public async Task<BackupSession> LoginAsync(string username,string password)
|
||||
{
|
||||
return await LoginAsync(new LoginRequest(){UserName=username,Password=password});
|
||||
}
|
||||
public async Task<BackupSession> LoginAsync(LoginRequest request)
|
||||
{
|
||||
var loginResp=await MakeJsonPostRequestAsync<LoginResponse>("/api/v1/Login",request);
|
||||
return new BackupSession(loginResp,this);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tesses.Backup.Common\Tesses.Backup.Common.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
||||
<PackageReference Include="Tesses.VirtualFileSystem" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class BackupEntry
|
||||
{
|
||||
public long BackupId {get;set;}=0;
|
||||
public DateTime Creation {get;set;}=new DateTime(1970,1,1);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class BackupFileEntry
|
||||
{
|
||||
|
||||
public bool IsFile {get;set;}
|
||||
public List<BackupFileEntry> SubEntries {get;set;}=new List<BackupFileEntry>();
|
||||
|
||||
public string Hash {get;set;}="";
|
||||
|
||||
public DateTime Created {get;set;}=new DateTime(1970,1,1);
|
||||
|
||||
public DateTime Modified {get;set;}=new DateTime(1970,1,1);
|
||||
|
||||
public long Length {get;set;}=0;
|
||||
|
||||
public string Name {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class ChangePasswordRequest
|
||||
{
|
||||
public string UserName {get;set;}="";
|
||||
public string OldPassword {get;set;}="";
|
||||
|
||||
public string NewPassword {get;set;}="";
|
||||
public string ConfirmNewPassword {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class ChangePasswordResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class CreateBackupRequest
|
||||
{
|
||||
public string Key {get;set;}="";
|
||||
public long DeviceId {get;set;}=0;
|
||||
public List<BackupFileEntry> BackupData {get;set;}=new List<BackupFileEntry>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class CreateBackupResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
public long BackupId {get;set;}
|
||||
|
||||
public List<BackupFileEntry> BackupData {get;set;}=new List<BackupFileEntry>();
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,33 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class CreateUserRequest
|
||||
{
|
||||
public string Key {get;set;}="";
|
||||
|
||||
public string Username {get;set;}="";
|
||||
public string Password {get;set;}="";
|
||||
|
||||
public string ConfirmPassword {get;set;}="";
|
||||
|
||||
public bool IsAdmin {get;set;}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class CreateUserResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class DeviceEntry
|
||||
{
|
||||
public string DeviceName {get;set;}="";
|
||||
public long DeviceId {get;set;}=0;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class EnumerateBackupRequest
|
||||
{
|
||||
|
||||
public string Key {get;set;}="";
|
||||
public long BackupId {get;set;}=0;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class EnumerateBackupResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
public DateTime Creation {get;set;}=new DateTime(1970,1,1);
|
||||
|
||||
public List<BackupFileEntry> BackupData {get;set;}=new List<BackupFileEntry>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class EnumerateBackupsRequest
|
||||
{
|
||||
public long DeviceId {get;set;}=0;
|
||||
public string Key {get;set;}="";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class EnumerateBackupsResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
|
||||
public List<BackupEntry> Backups {get;set;}=new List<BackupEntry>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class EnumerateDeviceRequest
|
||||
{
|
||||
public string Key {get;set;}="";
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class EnumerateDeviceResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
public List<DeviceEntry> Devices {get;set;}=new List<DeviceEntry>();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class GetDeviceRequest
|
||||
{
|
||||
public string Key {get;set;}="";
|
||||
public string Name {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class GetDeviceResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
public long DeviceId {get;set;}
|
||||
public bool Existing {get;set;}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class LoginRequest
|
||||
{
|
||||
public string UserName {get;set;}="";
|
||||
public string Password {get;set;}="";
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class LoginResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
public string Key {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class LogoutRequest
|
||||
{
|
||||
public string Key {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class LogoutResponse
|
||||
{
|
||||
public bool Success {get;set;}
|
||||
public string ErrorData {get;set;}="";
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
|
@ -0,0 +1,484 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Tesses.VirtualFilesystem;
|
||||
using Tesses.WebServer;
|
||||
using Tesses.WebServer.Swagme;
|
||||
using LiteDB;
|
||||
using System.IO;
|
||||
using LiteDB.Engine;
|
||||
using Tesses.Backup.Models;
|
||||
using System.Security.Cryptography;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup
|
||||
{
|
||||
public sealed class BackupServer : IDisposable
|
||||
{
|
||||
LiteDatabase db;
|
||||
Stream strm;
|
||||
|
||||
MountableServer mountableServer;
|
||||
ChangeableServer changeableServer=new ChangeableServer();
|
||||
public IServer Server => mountableServer;
|
||||
public ChangeableServer WebUi => changeableServer;
|
||||
|
||||
public IVirtualFilesystem Filesystem => fs;
|
||||
private IVirtualFilesystem fs;
|
||||
private ILiteCollection<Account> Accounts;
|
||||
|
||||
private ILiteCollection<Login> Logins;
|
||||
|
||||
private ILiteCollection<Tesses.Backup.Models.Backup> Backups;
|
||||
|
||||
private ILiteCollection<Device> Devices;
|
||||
public BackupServer(IVirtualFilesystem fs)
|
||||
{
|
||||
|
||||
this.fs = fs;
|
||||
Directory.CreateDirectory("data");
|
||||
bool exists=File.Exists("data/app.db");
|
||||
|
||||
|
||||
|
||||
|
||||
db=new LiteDatabase("data/app.db");
|
||||
Accounts=db.GetCollection<Account>("Accounts");
|
||||
Logins = db.GetCollection<Login>("Logins");
|
||||
Backups = db.GetCollection<Tesses.Backup.Models.Backup>("Backups");
|
||||
Devices = db.GetCollection<Device>("Devices");
|
||||
if(!exists)
|
||||
{
|
||||
Account account=new Account();
|
||||
account.IsAdmin =true;
|
||||
account.Username = "admin";
|
||||
account.Password = "changeme";
|
||||
|
||||
Accounts.Insert(account);
|
||||
}
|
||||
|
||||
|
||||
mountableServer = new MountableServer(WebUi);
|
||||
mountableServer.Mount("/api/v1/",CreateSwagme());
|
||||
}
|
||||
|
||||
private IServer CreateSwagme()
|
||||
{
|
||||
|
||||
SwagmeServer swag=new SwagmeServer();
|
||||
swag.AbsoluteUrl=true;
|
||||
swag.Add("/Backups",EnumerateBackupsAsync,new SwagmeDocumentation("Enumerate Backups for Device",""),"POST");
|
||||
swag.Add("/Devices",EnumerateDevicesAsync,new SwagmeDocumentation("Enumerate Devices for Account",""),"POST");
|
||||
swag.Add("/Backup",GetBackupAsync,new SwagmeDocumentation("Get Backup for Device",""),"POST");
|
||||
swag.Add("/File",GetFileAsync,new SwagmeDocumentation("Get file",""));
|
||||
swag.Add("/File",BackupFileAsync,new SwagmeDocumentation("Backup File",""),"PUT");
|
||||
swag.Add("/Login",LoginAsync,new SwagmeDocumentation("Login",""),"POST");
|
||||
swag.Add("/Logout",LogoutAsync,new SwagmeDocumentation("Logout",""),"POST");
|
||||
swag.Add("/Device",DeviceAsync,new SwagmeDocumentation("Device",""),"POST");
|
||||
swag.Add("/CreateBackup",CreateBackupAsync,new SwagmeDocumentation("Create Backup",""),"POST");
|
||||
swag.Add("/ChangePassword",ChangePasswordAsync,new SwagmeDocumentation("Change Password",""),"POST");
|
||||
swag.Add("/CreateUser",CreateUserAsync,new SwagmeDocumentation("Create User",""),"POST");
|
||||
return swag;
|
||||
}
|
||||
|
||||
|
||||
|
||||
private (Account account,bool success,string failTxt) GetAccountFromKey(string key)
|
||||
{
|
||||
var login=Logins.FindOne(e=>e.Key == key);
|
||||
if(login != null)
|
||||
{
|
||||
var account = Accounts.FindOne(e=>e.Id == login.UserId);
|
||||
if(account == null)
|
||||
{
|
||||
|
||||
Logins.Delete(login.Id);
|
||||
return (null,false,"No user account");
|
||||
}
|
||||
return (account,true,"");
|
||||
}
|
||||
return (null,false,"Invalid Session");
|
||||
}
|
||||
|
||||
|
||||
private async Task EnumerateBackupsAsync(ServerContext ctx)
|
||||
{
|
||||
var backupRequest= await ctx.ReadJsonAsync<EnumerateBackupsRequest>();
|
||||
var (account,success,failTxt) = GetAccountFromKey(backupRequest.Key);
|
||||
var backupResponse = new EnumerateBackupsResponse();
|
||||
backupResponse.Success = success;
|
||||
backupResponse.ErrorData = failTxt;
|
||||
if(success)
|
||||
{
|
||||
var backups = Backups.Find(e=>e.UserId == account.Id);
|
||||
foreach(var bkp in backups)
|
||||
{
|
||||
if(bkp.DeviceId == backupRequest.DeviceId)
|
||||
{
|
||||
BackupEntry entry=new BackupEntry();
|
||||
entry.BackupId = bkp.Id;
|
||||
entry.Creation = bkp.Creation;
|
||||
backupResponse.Backups.Add(entry);
|
||||
}
|
||||
}
|
||||
}
|
||||
await ctx.SendJsonAsync(backupResponse);
|
||||
}
|
||||
|
||||
private async Task EnumerateDevicesAsync(ServerContext ctx)
|
||||
{
|
||||
var deviceRequest= await ctx.ReadJsonAsync<EnumerateDeviceRequest>();
|
||||
var (account,success,failTxt) = GetAccountFromKey(deviceRequest.Key);
|
||||
|
||||
var deviceResponse = new EnumerateDeviceResponse();
|
||||
deviceResponse.Success = success;
|
||||
deviceResponse.ErrorData = failTxt;
|
||||
if(success)
|
||||
{
|
||||
var devices = Devices.Find(e=>e.UserId == account.Id);
|
||||
foreach(var device in devices)
|
||||
{
|
||||
DeviceEntry entry=new DeviceEntry();
|
||||
entry.DeviceId = device.Id;
|
||||
entry.DeviceName = device.DeviceName;
|
||||
deviceResponse.Devices.Add(entry);
|
||||
}
|
||||
}
|
||||
await ctx.SendJsonAsync(deviceResponse);
|
||||
}
|
||||
private async Task DeviceAsync(ServerContext ctx)
|
||||
{
|
||||
var deviceRequest= await ctx.ReadJsonAsync<GetDeviceRequest>();
|
||||
var (account,success,failTxt) = GetAccountFromKey(deviceRequest.Key);
|
||||
|
||||
var deviceResponse = new GetDeviceResponse();
|
||||
deviceResponse.Success = success;
|
||||
deviceResponse.ErrorData = failTxt;
|
||||
|
||||
if(success)
|
||||
{
|
||||
long? deviceId=null;
|
||||
var devices = Devices.Find(e=>e.UserId == account.Id);
|
||||
foreach(var item in devices)
|
||||
{
|
||||
if(item.DeviceName == deviceRequest.Name)
|
||||
{
|
||||
deviceId = item.Id;
|
||||
break;
|
||||
}
|
||||
}
|
||||
deviceResponse.Existing = deviceId.HasValue;
|
||||
if(deviceId.HasValue)
|
||||
{
|
||||
deviceResponse.DeviceId = deviceId.Value;
|
||||
}else{
|
||||
Device dev = new Device();
|
||||
dev.DeviceName = deviceRequest.Name;
|
||||
dev.UserId = account.Id;
|
||||
deviceResponse.DeviceId = Devices.Insert(dev).AsInt64;
|
||||
}
|
||||
|
||||
}
|
||||
await ctx.SendJsonAsync(deviceResponse);
|
||||
}
|
||||
|
||||
private async Task LogoutAsync(ServerContext ctx)
|
||||
{
|
||||
var logoutRequest= await ctx.ReadJsonAsync<LogoutRequest>();
|
||||
var login=Logins.FindOne(e=>e.Key == logoutRequest.Key);
|
||||
|
||||
var logoutResponse = new LogoutResponse();
|
||||
logoutResponse.Success =false;
|
||||
logoutResponse.ErrorData="Not logged in";
|
||||
if(login != null)
|
||||
{
|
||||
logoutResponse.Success =true;
|
||||
logoutResponse.ErrorData="";
|
||||
Logins.Delete(login.Id);
|
||||
}
|
||||
await ctx.SendJsonAsync(logoutResponse);
|
||||
}
|
||||
|
||||
private async Task LoginAsync(ServerContext ctx)
|
||||
{
|
||||
var loginRequest= await ctx.ReadJsonAsync<LoginRequest>();
|
||||
var account = Accounts.FindOne(e=>e.Username == loginRequest.UserName);
|
||||
var loginResponse=new LoginResponse();
|
||||
if(account != null)
|
||||
{
|
||||
if(account.IsCorrectPassword(loginRequest.Password))
|
||||
{
|
||||
var login = Login.Create(account.Id);
|
||||
loginResponse.Key = login.Key;
|
||||
loginResponse.ErrorData="";
|
||||
loginResponse.Success=true;
|
||||
Logins.Insert(login);
|
||||
}
|
||||
else{
|
||||
loginResponse.ErrorData = $"Username or password incorrect";
|
||||
loginResponse.Success=false;
|
||||
}
|
||||
}else{
|
||||
loginResponse.ErrorData = $"Username or password incorrect";
|
||||
loginResponse.Success=false;
|
||||
}
|
||||
await ctx.SendJsonAsync(loginResponse);
|
||||
}
|
||||
|
||||
private async Task BackupFileAsync(ServerContext ctx)
|
||||
{
|
||||
//key=KEY&device=Id&hash=HASH&mime=
|
||||
string key;
|
||||
string device;
|
||||
string hash;
|
||||
long deviceId;
|
||||
|
||||
if(ctx.QueryParams.TryGetFirst("key",out key) && ctx.QueryParams.TryGetFirst("device",out device) && ctx.QueryParams.TryGetFirst("hash",out hash) && long.TryParse(device,out deviceId))
|
||||
{
|
||||
|
||||
|
||||
var (account,success,failTxt) = GetAccountFromKey(key);
|
||||
|
||||
if(success)
|
||||
{
|
||||
UnixPath p = Special.Root / "backups" / account.Id.ToString() / deviceId.ToString() / "files" / hash + ".bin";
|
||||
await Filesystem.CreateDirectoryAsync(p.Parent);
|
||||
if(!Filesystem.FileExists(p))
|
||||
{
|
||||
using(var strm = Filesystem.Open(p,FileMode.Create,FileAccess.Write,FileShare.None))
|
||||
{
|
||||
await ctx.ReadToStreamAsync(strm);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private async Task GetFileAsync(ServerContext ctx)
|
||||
{
|
||||
//key=KEY&device=Id&hash=HASH&mime=
|
||||
string key;
|
||||
string device;
|
||||
string hash;
|
||||
long deviceId;
|
||||
string mime;
|
||||
if(ctx.QueryParams.TryGetFirst("key",out key) && ctx.QueryParams.TryGetFirst("device",out device) && ctx.QueryParams.TryGetFirst("hash",out hash) && long.TryParse(device,out deviceId))
|
||||
{
|
||||
if(!ctx.QueryParams.TryGetFirst("mime",out mime))
|
||||
{
|
||||
mime="application/octet-stream";
|
||||
}
|
||||
|
||||
var (account,success,failTxt) = GetAccountFromKey(key);
|
||||
|
||||
if(success)
|
||||
{
|
||||
UnixPath p = Special.Root / "backups" / account.Id.ToString() / deviceId.ToString() / "files" / hash + ".bin";
|
||||
if(!Filesystem.FileExists(p))
|
||||
{
|
||||
ctx.StatusCode = 404;
|
||||
await ctx.SendTextAsync("The file you requested could not be found","text/plain");
|
||||
return;
|
||||
}
|
||||
using(var strm = Filesystem.Open(p,FileMode.Open,FileAccess.Read,FileShare.Read))
|
||||
{
|
||||
await ctx.SendStreamAsync(strm,mime);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private async Task GetBackupAsync(ServerContext ctx)
|
||||
{
|
||||
var getBackupRequest= await ctx.ReadJsonAsync<EnumerateBackupRequest>();
|
||||
var (account,success,failTxt) = GetAccountFromKey(getBackupRequest.Key);
|
||||
|
||||
var getBackupResponse = new EnumerateBackupResponse();
|
||||
getBackupResponse.Success = success;
|
||||
getBackupResponse.ErrorData = failTxt;
|
||||
|
||||
if(success)
|
||||
{
|
||||
var backup = Backups.FindOne(e=>e.Id == getBackupRequest.BackupId);
|
||||
if(backup != null)
|
||||
{
|
||||
if(backup.UserId != account.Id)
|
||||
{
|
||||
getBackupResponse.ErrorData = "This backup is not yours";
|
||||
getBackupResponse.Success =false;
|
||||
await ctx.SendJsonAsync(getBackupResponse);
|
||||
return;
|
||||
}
|
||||
getBackupResponse.Creation = backup.Creation;
|
||||
getBackupResponse.BackupData = backup.Files;
|
||||
}
|
||||
else
|
||||
{
|
||||
getBackupResponse.ErrorData = "The backup does not exist";
|
||||
getBackupResponse.Success =false;
|
||||
}
|
||||
|
||||
}
|
||||
await ctx.SendJsonAsync(getBackupResponse);
|
||||
}
|
||||
private async Task CreateBackupAsync(ServerContext ctx)
|
||||
{
|
||||
var createBackupRequest= await ctx.ReadJsonAsync<CreateBackupRequest>();
|
||||
var (account,success,failTxt) = GetAccountFromKey(createBackupRequest.Key);
|
||||
|
||||
var createBackupResponse = new CreateBackupResponse();
|
||||
createBackupResponse.Success = success;
|
||||
createBackupResponse.ErrorData = failTxt;
|
||||
|
||||
if(success)
|
||||
{
|
||||
var device = Devices.FindOne(e=>e.Id ==createBackupRequest.DeviceId);
|
||||
if(device != null)
|
||||
{
|
||||
if(device.UserId != account.Id)
|
||||
{
|
||||
createBackupResponse.ErrorData = "This device is not yours";
|
||||
createBackupResponse.Success =false;
|
||||
await ctx.SendJsonAsync(createBackupResponse);
|
||||
return;
|
||||
}
|
||||
Models.Backup backup=new Models.Backup();
|
||||
backup.Creation = DateTime.Now;
|
||||
backup.Files.AddRange(createBackupRequest.BackupData);
|
||||
backup.UserId = account.Id;
|
||||
backup.DeviceId = device.Id;
|
||||
CreateBackupList(account.Id,device.Id,createBackupRequest.BackupData,createBackupResponse.BackupData);
|
||||
long id= Backups.Insert(backup).AsInt64;
|
||||
createBackupResponse.BackupId = id;
|
||||
}else{
|
||||
createBackupResponse.ErrorData = "No Such Device";
|
||||
createBackupResponse.Success =false;
|
||||
}
|
||||
|
||||
}
|
||||
await ctx.SendJsonAsync(createBackupResponse);
|
||||
}
|
||||
|
||||
private void CreateBackupList(long account, long device, List<BackupFileEntry> toBackup, List<BackupFileEntry> filesToBackup)
|
||||
{
|
||||
foreach(var entry in toBackup)
|
||||
{
|
||||
if(!entry.IsFile)
|
||||
{
|
||||
BackupFileEntry dir = new BackupFileEntry();
|
||||
dir.Created = entry.Created;
|
||||
dir.Length = 0;
|
||||
dir.Modified = entry.Modified;
|
||||
dir.IsFile =false;
|
||||
dir.Name = entry.Name;
|
||||
CreateBackupList(account,device,entry.SubEntries,dir.SubEntries);
|
||||
filesToBackup.Add(dir);
|
||||
}else{
|
||||
UnixPath p = Special.Root / "backups" / account.ToString() / device.ToString() / "files" / entry.Hash + ".bin";
|
||||
if(!Filesystem.FileExists(p))
|
||||
{
|
||||
filesToBackup.Add(entry);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
private async Task CreateUserAsync(ServerContext ctx)
|
||||
{
|
||||
var createUserRequest= await ctx.ReadJsonAsync<CreateUserRequest>();
|
||||
var (account,success,failTxt) = GetAccountFromKey(createUserRequest.Key);
|
||||
|
||||
var createUserResponse = new CreateUserResponse();
|
||||
createUserResponse.Success = success;
|
||||
createUserResponse.ErrorData = failTxt;
|
||||
if(success)
|
||||
{
|
||||
if(account.IsAdmin)
|
||||
{
|
||||
var _account_check = Accounts.FindOne(e=>e.Username == createUserRequest.Username);
|
||||
if(_account_check != null)
|
||||
{
|
||||
createUserResponse.Success = false;
|
||||
createUserResponse.ErrorData = "User already exists";
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!string.IsNullOrWhiteSpace(createUserRequest.Password) && createUserRequest.Password.Length >= 8 && createUserRequest.Password == createUserRequest.ConfirmPassword)
|
||||
{
|
||||
var newAccount=new Account();
|
||||
newAccount.Password=createUserRequest.Password;
|
||||
newAccount.Username = createUserRequest.Username;
|
||||
newAccount.IsAdmin = createUserRequest.IsAdmin;
|
||||
Accounts.Insert(newAccount);
|
||||
}
|
||||
else
|
||||
{
|
||||
createUserResponse.ErrorData = $"Passwords do not match or are too short";
|
||||
createUserResponse.Success=false;
|
||||
}
|
||||
}
|
||||
}else{
|
||||
createUserResponse.Success = false;
|
||||
createUserResponse.ErrorData = "Only admins can create users";
|
||||
}
|
||||
}
|
||||
await ctx.SendJsonAsync(createUserResponse);
|
||||
}
|
||||
|
||||
private async Task ChangePasswordAsync(ServerContext ctx)
|
||||
{
|
||||
|
||||
var loginRequest= await ctx.ReadJsonAsync<ChangePasswordRequest>();
|
||||
var account = Accounts.FindOne(e=>e.Username == loginRequest.UserName);
|
||||
var loginResponse=new ChangePasswordResponse();
|
||||
if(account != null)
|
||||
{
|
||||
if(account.IsCorrectPassword(loginRequest.OldPassword))
|
||||
{
|
||||
if(!string.IsNullOrWhiteSpace(loginRequest.NewPassword) && loginRequest.NewPassword.Length >= 8 && loginRequest.NewPassword == loginRequest.ConfirmNewPassword)
|
||||
{
|
||||
loginResponse.Success=true;
|
||||
account.Password=loginRequest.NewPassword;
|
||||
Accounts.Update(account);
|
||||
}
|
||||
else
|
||||
{
|
||||
loginResponse.ErrorData = $"Passwords do not match or are too short";
|
||||
loginResponse.Success=false;
|
||||
}
|
||||
}
|
||||
else{
|
||||
loginResponse.ErrorData = $"Username or password incorrect";
|
||||
loginResponse.Success=false;
|
||||
}
|
||||
}else{
|
||||
loginResponse.ErrorData = $"Username or password incorrect";
|
||||
loginResponse.Success=false;
|
||||
}
|
||||
await ctx.SendJsonAsync(loginResponse);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
db.Dispose();
|
||||
strm.Dispose();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,47 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class Account
|
||||
{
|
||||
public bool IsAdmin {get;set;}
|
||||
public long Id {get;set;}
|
||||
|
||||
public string Username {get;set;}
|
||||
|
||||
public string HashedPassword {get;set;}
|
||||
|
||||
public string Salt {get;set;}
|
||||
|
||||
|
||||
const int iterations = 350000;
|
||||
|
||||
public string Password {
|
||||
set{
|
||||
if(!string.IsNullOrWhiteSpace(value))
|
||||
{
|
||||
byte[] salt = new byte[64];
|
||||
var rand=RandomNumberGenerator.Create();
|
||||
rand.GetBytes(salt);
|
||||
Salt = Convert.ToBase64String(salt);
|
||||
|
||||
HashedPassword = PasswordHash(value);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
private string PasswordHash(string password)
|
||||
{
|
||||
using(var alg=SHA512Managed.Create())
|
||||
return Convert.ToBase64String(alg.ComputeHash(Encoding.UTF8.GetBytes($"{password}{Salt}")));
|
||||
}
|
||||
public bool IsCorrectPassword(string password)
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(password)) return false;
|
||||
return string.Equals(PasswordHash(password),HashedPassword);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class Backup
|
||||
{
|
||||
|
||||
public long Id {get;set;}
|
||||
public long UserId {get;set;}
|
||||
public long DeviceId {get;set;}
|
||||
|
||||
public DateTime Creation {get;set;}
|
||||
|
||||
public List<BackupFileEntry> Files {get;set;}=new List<BackupFileEntry>();
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class Device
|
||||
{
|
||||
public long Id {get;set;}
|
||||
public long UserId {get;set;}
|
||||
public string DeviceName {get;set;}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace Tesses.Backup.Models
|
||||
{
|
||||
public class Login
|
||||
{
|
||||
public long Id {get;set;}
|
||||
|
||||
public string Key {get;set;}
|
||||
|
||||
public long UserId {get;set;}
|
||||
|
||||
public static Login Create(long userId)
|
||||
{
|
||||
byte[] key = new byte[16];
|
||||
var rand=RandomNumberGenerator.Create();
|
||||
rand.GetBytes(key);
|
||||
|
||||
return new Login(){UserId = userId,Key = BitConverter.ToString(key).Replace("-","")};
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="LiteDb" Version="5.0.15" />
|
||||
<PackageReference Include="Tesses.WebServer" Version="1.0.3.9" />
|
||||
<PackageReference Include="Tesses.WebServer.Swagme" Version="1.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tesses.Backup.Common\Tesses.Backup.Common.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Launch (console)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/Tesses.Backup.ServerConsole.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"${workspaceFolder}/Tesses.Backup.ServerConsole.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "publish",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"publish",
|
||||
"${workspaceFolder}/Tesses.Backup.ServerConsole.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "watch",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"watch",
|
||||
"run",
|
||||
"--project",
|
||||
"${workspaceFolder}/Tesses.Backup.ServerConsole.csproj"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
/*
|
||||
A simple Backup Client / Server
|
||||
Copyright (C) 2023 Mike Nolan
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
using Tesses.Backup;
|
||||
using Tesses.WebServer;
|
||||
using Tesses.VirtualFilesystem;
|
||||
using Tesses.VirtualFilesystem.Filesystems;
|
||||
|
||||
UnixPath backupFS = Special.CurDir / "data";
|
||||
|
||||
|
||||
IVirtualFilesystem fs= new LocalFileSystem();
|
||||
|
||||
using(BackupServer server=new BackupServer(fs.GetSubdirFilesystem(backupFS)))
|
||||
{
|
||||
server.WebUi.Server = new StaticServer("wwwroot",new string[]{"index.html","index.htm"},new NotFoundServer(),false);
|
||||
server.Server.StartServer(42990);
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tesses.Backup.Server\Tesses.Backup.Server.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Tesses.VirtualFileSystem.Local" Version="1.0.0" />
|
||||
<PackageReference Include="Tesses.WebServer.EasyServer" Version="1.0.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2018 Materialize
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -0,0 +1,91 @@
|
|||
<p align="center">
|
||||
<a href="http://materializecss.com/">
|
||||
<img src="http://materializecss.com/res/materialize.svg" width="150">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h3 align="center">MaterializeCSS</h3>
|
||||
|
||||
<p align="center">
|
||||
Materialize, a CSS Framework based on material design.
|
||||
<br>
|
||||
<a href="http://materializecss.com/"><strong>-- Browse the docs --</strong></a>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://travis-ci.org/Dogfalo/materialize">
|
||||
<img src="https://travis-ci.org/Dogfalo/materialize.svg?branch=master" alt="Travis CI badge">
|
||||
</a>
|
||||
<a href="https://badge.fury.io/js/materialize-css">
|
||||
<img src="https://badge.fury.io/js/materialize-css.svg" alt="npm version badge">
|
||||
</a>
|
||||
<a href="https://cdnjs.com/libraries/materialize">
|
||||
<img src="https://img.shields.io/cdnjs/v/materialize.svg" alt="CDNJS version badge">
|
||||
</a>
|
||||
<a href="https://david-dm.org/Dogfalo/materialize">
|
||||
<img src="https://david-dm.org/Dogfalo/materialize/status.svg" alt="dependencies Status badge">
|
||||
</a>
|
||||
<a href="https://david-dm.org/Dogfalo/materialize#info=devDependencies">
|
||||
<img src="https://david-dm.org/Dogfalo/materialize/dev-status.svg" alt="devDependency Status badge">
|
||||
</a>
|
||||
<a href="https://gitter.im/Dogfalo/materialize">
|
||||
<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Table of Contents
|
||||
- [Quickstart](#quickstart)
|
||||
- [Documentation](#documentation)
|
||||
- [Supported Browsers](#supported-browsers)
|
||||
- [Changelog](#changelog)
|
||||
- [Testing](#testing)
|
||||
- [Contributing](#contributing)
|
||||
- [Copyright and license](#copyright-and-license)
|
||||
|
||||
## Quickstart:
|
||||
Read the [getting started guide](http://materializecss.com/getting-started.html) for more information on how to use materialize.
|
||||
|
||||
- [Download the latest release](https://github.com/Dogfalo/materialize/releases/latest) of materialize directly from GitHub. ([Beta](https://github.com/Dogfalo/materialize/releases/))
|
||||
- Clone the repo: `git clone https://github.com/Dogfalo/materialize.git` (Beta: `git clone -b v1-dev https://github.com/Dogfalo/materialize.git`)
|
||||
- Include the files via [cdnjs](https://cdnjs.com/libraries/materialize). More [here](http://materializecss.com/getting-started.html). ([Beta](https://cdnjs.com/libraries/materialize/1.0.0-beta))
|
||||
- Install with [npm](https://www.npmjs.com): `npm install materialize-css` (Beta: `npm install materialize-css@next`)
|
||||
- Install with [Bower](https://bower.io): `bower install materialize` ([DEPRECATED](https://bower.io/blog/2017/how-to-migrate-away-from-bower/))
|
||||
- Install with [Atmosphere](https://atmospherejs.com): `meteor add materialize:materialize` (Beta: `meteor add materialize:materialize@=1.0.0-beta`)
|
||||
|
||||
## Documentation
|
||||
The documentation can be found at <http://materializecss.com>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer.
|
||||
|
||||
### Running documentation locally
|
||||
Run these commands to set up the documentation:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Dogfalo/materialize
|
||||
cd materialize
|
||||
npm install
|
||||
```
|
||||
|
||||
Then run `grunt monitor` to compile the documentation. When it finishes, open a new browser window and navigate to `localhost:8000`. We use [BrowserSync](https://www.browsersync.io/) to display the documentation.
|
||||
|
||||
### Documentation for previous releases
|
||||
Previous releases and their documentation are available for [download](https://github.com/Dogfalo/materialize/releases).
|
||||
|
||||
## Supported Browsers:
|
||||
Materialize is compatible with:
|
||||
|
||||
- Chrome 35+
|
||||
- Firefox 31+
|
||||
- Safari 9+
|
||||
- Opera
|
||||
- Edge
|
||||
- IE 11+
|
||||
|
||||
## Changelog
|
||||
For changelogs, check out [the Releases section of materialize](https://github.com/Dogfalo/materialize/releases) or the [CHANGELOG.md](CHANGELOG.md).
|
||||
|
||||
## Testing
|
||||
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](CONTRIBUTING.md#jasmine-testing-guide).
|
||||
|
||||
## Contributing
|
||||
Check out the [CONTRIBUTING document](CONTRIBUTING.md) in the root of the repository to learn how you can contribute. You can also browse the [help-wanted](https://github.com/Dogfalo/materialize/labels/help-wanted) tag in our issue tracker to find things to do.
|
||||
|
||||
## Copyright and license
|
||||
Code Copyright 2018 Materialize. Code released under the MIT license.
|
|
@ -0,0 +1,23 @@
|
|||
/* fallback */
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/fonts/material_icons.woff2) format('woff2');
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
font-family: 'Material Icons';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 24px;
|
||||
line-height: 1;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
-webkit-font-feature-settings: 'liga';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -0,0 +1,412 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tesses Backup</title>
|
||||
<!--Import Google Icon Font-->
|
||||
<link href="./css/font.css" rel="stylesheet">
|
||||
<!--Import materialize.css-->
|
||||
<link type="text/css" rel="stylesheet" href="./css/materialize.min.css" media="screen,projection"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav>
|
||||
<div class="nav-wrapper teal lighten-2">
|
||||
<a href="#" class="brand-logo">Tesses Backup</a>
|
||||
<ul id="nav-mobile" class="right hide-on-med-and-down">
|
||||
<li><a href="#view">View</a></li>
|
||||
<li><a href="#login" id="loginnav">Login</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container spapage" id="index">
|
||||
<h3>Backup your computer or other device over http(s)</h3>
|
||||
<h5>Start by doing something</h5>
|
||||
<ul>
|
||||
<li><a href="#login" id="loginlink">Login</a></li>
|
||||
<li><a href="#changepassword">Change Password</a></li>
|
||||
<li><a href="#view">View/Download Backup Files</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="container spapage" id="changepassword">
|
||||
<h1>Change Password</h1>
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<input id="username2" type="text" class="validate">
|
||||
<label for="username2">Username</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<input id="password2" type="password" class="validate">
|
||||
<label for="password2">Password</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<input id="password3" type="password" class="validate">
|
||||
<label for="password3">New Password</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<input id="password4" type="password" class="validate">
|
||||
<label for="password4">Confirm New Password</label>
|
||||
</div>
|
||||
</div>
|
||||
<button onclick="changepassword()" class="waves-effect waves-light btn">Login</button>
|
||||
</div>
|
||||
<div class="container spapage" id="logout">
|
||||
<h1>Logout</h1>
|
||||
<button onclick="logout()" class="waves-effect waves-light btn">Logout</button>
|
||||
</div>
|
||||
<div class="container spapage" id="login">
|
||||
<h1>Login</h1>
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<input id="username" type="text" class="validate">
|
||||
<label for="username">Username</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<input id="password" type="password" class="validate">
|
||||
<label for="password">Password</label>
|
||||
</div>
|
||||
</div>
|
||||
<button onclick="login()" class="waves-effect waves-light btn">Login</button>
|
||||
</div>
|
||||
<div class="container spapage" id="view">
|
||||
<h3>View/Download Backup Files</h3>
|
||||
<div class="row">
|
||||
|
||||
<div class="input-field col s12">
|
||||
<input id="path" type="text" class="validate" value="/">
|
||||
<label for="path">Path</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<button onclick="up()" class="btn waves-effect waves-light">Up
|
||||
</button>
|
||||
<button onclick="gopath()" class="btn waves-effect waves-light">Go
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<div class="collection" id="storage_page">
|
||||
<!-- <a href="#!" class="collection-item"><i class="secondary-content material-icons">folder</i> Alvin</a>
|
||||
<a href="#!" class="collection-item"><span class="secondary-content new badge" data-badge-caption="kB">4</span>Alvin</a>-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script src="./js/materialize.min.js"></script>
|
||||
<script src="./js/spa.min.js"></script>
|
||||
<script>
|
||||
|
||||
var files = [];
|
||||
const loginNav = document.getElementById('loginnav');
|
||||
const loginLink = document.getElementById('loginlink');
|
||||
|
||||
const username = document.getElementById('username');
|
||||
const password = document.getElementById('password');
|
||||
const username2 = document.getElementById('username2');
|
||||
const password2 = document.getElementById('password2');
|
||||
const password3 = document.getElementById('password3');
|
||||
const password4 = document.getElementById('password4');
|
||||
const storage_page = document.getElementById('storage_page');
|
||||
const _path = document.getElementById('path');
|
||||
function gopath()
|
||||
{
|
||||
storage_page.innerHTML="";
|
||||
getfiles().forEach(e=>{
|
||||
/*<a href="#!" class="collection-item"><i class="secondary-content material-icons">folder</i> Alvin</a>
|
||||
<a href="#!" class="collection-item"><span class="secondary-content new badge" data-badge-caption="kB">4</span>Alvin</a>*/
|
||||
if(e.IsFile)
|
||||
{
|
||||
var elmt=document.createElement('a');
|
||||
elmt.href = e.Path;
|
||||
elmt.download = e.Name;
|
||||
elmt.classList.add('collection-item');
|
||||
elmt.innerText = e.Name;
|
||||
var span = document.createElement('span');
|
||||
span.setAttribute('data-badge-caption',e.Unit);
|
||||
span.innerText = e.Size;
|
||||
span.classList.add('secondary-content');
|
||||
span.classList.add('new');
|
||||
span.classList.add('badge');
|
||||
elmt.appendChild(span);
|
||||
storage_page.appendChild(elmt);
|
||||
}else{
|
||||
var elmt=document.createElement('a');
|
||||
elmt.href = '#view';
|
||||
elmt.onclick = function () {
|
||||
_path.value = e.Path;
|
||||
gopath();
|
||||
};
|
||||
elmt.classList.add('collection-item');
|
||||
elmt.innerText = e.Name;
|
||||
var span = document.createElement('i');
|
||||
span.innerText='folder';
|
||||
span.classList.add('secondary-content');
|
||||
span.classList.add('material-icons');
|
||||
elmt.appendChild(span);
|
||||
storage_page.appendChild(elmt);
|
||||
}
|
||||
});
|
||||
}
|
||||
function getfiles()
|
||||
{
|
||||
var items=_path.value.split('/');
|
||||
|
||||
var files2=files;
|
||||
items.forEach(e=>{
|
||||
files2.forEach(f=>{
|
||||
if(f.Name === e)
|
||||
{
|
||||
files2=f.Entries;
|
||||
}
|
||||
});
|
||||
});
|
||||
return files2;
|
||||
|
||||
}
|
||||
function up()
|
||||
{
|
||||
var items=_path.value.split('/');
|
||||
|
||||
items.pop();
|
||||
var v= items.join('/');
|
||||
if(!v.startsWith('/')) v= `/${v}`;
|
||||
_path.value = v;
|
||||
gopath();
|
||||
|
||||
|
||||
}
|
||||
function changepassword()
|
||||
{
|
||||
fetch('./api/v1/ChangePassword',{
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
'UserName': username2.value,
|
||||
'OldPassword': password2.value,
|
||||
'NewPassword': password3.value,
|
||||
'ConfirmNewPassword': password4.value
|
||||
})
|
||||
}).then(e=>e.json()).then(e=>{
|
||||
if(e.Success)
|
||||
{
|
||||
|
||||
M.toast({html: 'Changed password successfully'});
|
||||
|
||||
|
||||
//Yay success
|
||||
}else{
|
||||
//fail
|
||||
M.toast({html: `Failed Reason: ${e.ErrorData}`})
|
||||
}
|
||||
window.location.hash="#index";
|
||||
});
|
||||
}
|
||||
function logout()
|
||||
{
|
||||
fetch('./api/v1/Logout',{
|
||||
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
'Key': localStorage.getItem('key')
|
||||
})
|
||||
|
||||
}).then(e=>e.json()).then(e=>{
|
||||
try{
|
||||
localStorage.removeItem('key');
|
||||
}catch(e)
|
||||
{
|
||||
|
||||
}
|
||||
if(e.Success)
|
||||
{
|
||||
|
||||
M.toast({html: 'Logged out successfully'});
|
||||
|
||||
handleLoggedIn();
|
||||
|
||||
//Yay success
|
||||
}else{
|
||||
//fail
|
||||
M.toast({html: `Failed Reason: ${e.ErrorData}`})
|
||||
}
|
||||
window.location.hash="#index";
|
||||
});
|
||||
|
||||
}
|
||||
function login()
|
||||
{
|
||||
fetch('./api/v1/Login',{
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
'Username': username.value,
|
||||
'Password': password.value
|
||||
})
|
||||
}).then(e=>e.json()).then(e=>{
|
||||
if(e.Success)
|
||||
{
|
||||
localStorage.setItem('key',e.Key);
|
||||
M.toast({html: 'Logged in'});
|
||||
|
||||
handleLoggedIn();
|
||||
|
||||
//Yay success
|
||||
}else{
|
||||
//fail
|
||||
M.toast({html: `Failed Reason: ${e.ErrorData}`})
|
||||
}
|
||||
window.location.hash="#index";
|
||||
});
|
||||
|
||||
}
|
||||
function handleLoggedIn()
|
||||
{
|
||||
if(localStorage.getItem('key')===null)
|
||||
{
|
||||
|
||||
|
||||
//logged out
|
||||
loginNav.innerText = "Login";
|
||||
loginLink.innerText = "Login";
|
||||
loginNav.href = "#login";
|
||||
loginLink.href = "#login";
|
||||
}else{
|
||||
|
||||
fetch("./api/v1/Devices",{
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
'Key': localStorage.getItem('key')
|
||||
})
|
||||
}).then(e=>e.json()).then(e=>{
|
||||
|
||||
if(e.Success)
|
||||
{
|
||||
|
||||
e.Devices.forEach(f=>{
|
||||
|
||||
var deviceId= f.DeviceId;
|
||||
var deviceName=f.DeviceName;
|
||||
|
||||
var dir = {
|
||||
Name: deviceName,
|
||||
IsFile: false,
|
||||
Entries: [],
|
||||
Path: `/${deviceName}`,
|
||||
Size: 0,
|
||||
Unit: "bytes"
|
||||
};
|
||||
files.push(dir);
|
||||
fetch("./api/v1/Backups",{
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
'Key': localStorage.getItem('key'),
|
||||
'DeviceId': deviceId
|
||||
})
|
||||
}).then(g=>g.json()).then(g=>{
|
||||
if(g.Success)
|
||||
{
|
||||
|
||||
g.Backups.forEach(h=>{
|
||||
var backupId=h.BackupId;
|
||||
var backupName = h.Creation;
|
||||
var item2 = {
|
||||
Name: backupName,
|
||||
IsFile: false,
|
||||
Entries: [],
|
||||
Path: `/${deviceName}/${backupName}`,
|
||||
Size: 0,
|
||||
Unit: "bytes"
|
||||
};
|
||||
dir.Entries.push(item2);
|
||||
fetch("./api/v1/Backup",{
|
||||
method: 'post',
|
||||
body: JSON.stringify({
|
||||
"Key": localStorage.getItem('key'),
|
||||
"BackupId": backupId
|
||||
})
|
||||
}).then(l=>l.json()).then(l=>{
|
||||
|
||||
var cb;
|
||||
cb=(entry,ls,path)=>{
|
||||
ls.forEach(m=>{
|
||||
if(m.IsFile)
|
||||
{
|
||||
var sz=0;
|
||||
var unit="bytes";
|
||||
|
||||
if(m.Length < 1024)
|
||||
{
|
||||
sz = m.Length;
|
||||
unit = "bytes";
|
||||
}else if(m.Length < (1024 * 1024))
|
||||
{
|
||||
sz = Math.round(m.Length / 1024);
|
||||
unit = "kiB";
|
||||
}else if(m.Length < (1024*1024*1024))
|
||||
{
|
||||
sz = Math.round(m.Length / (1024*1024));
|
||||
unit = "MiB";
|
||||
}else if(m.Length < (1024*1024*1024*1024))
|
||||
{
|
||||
sz = Math.round(m.Length / (1024*1024*1024));
|
||||
unit = "GiB";
|
||||
}else{
|
||||
sz = Math.round(m.Length / (1024*1024*1024*1024));
|
||||
unit = "TiB";
|
||||
}
|
||||
|
||||
var item3 = {
|
||||
Name: m.Name,
|
||||
IsFile: true,
|
||||
Entries: [],
|
||||
Path: `./api/v1/File?key=${localStorage.getItem('key')}&hash=${m.Hash}&device=${deviceId}`,
|
||||
Size: sz,
|
||||
Unit: unit
|
||||
};
|
||||
entry.push(item3);
|
||||
}
|
||||
else
|
||||
{
|
||||
var item4 = {
|
||||
Name: m.Name,
|
||||
IsFile: false,
|
||||
Entries: [],
|
||||
Path: `${path}/${m.Name}`,
|
||||
Size: 0,
|
||||
Unit: "bytes"
|
||||
};
|
||||
|
||||
entry.push(item4);
|
||||
cb(item4.Entries,m.SubEntries,`${path}/${m.Name}`);
|
||||
|
||||
}
|
||||
});
|
||||
};
|
||||
cb(item2.Entries,l.BackupData,`/${deviceName}/${backupName}`);
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
gopath();
|
||||
}
|
||||
});
|
||||
loginNav.innerText = "Logout";
|
||||
loginLink.innerText = "Logout";
|
||||
loginNav.href="#logout";
|
||||
loginLink.href = "#logout";
|
||||
}
|
||||
}
|
||||
|
||||
handleLoggedIn();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
function setPage(){document.querySelectorAll(".spapage").forEach(e=>{e.hidden=!0});var e=window.location.hash.replace("#","");0===e.length&&(e="index"),document.getElementById(e).hidden=!1}addEventListener("hashchange",e=>{setPage()}),setPage();
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Core Launch (console)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/Tesses.BackupTest.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
"request": "attach"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"build",
|
||||
"${workspaceFolder}/Tesses.BackupTest.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "publish",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"publish",
|
||||
"${workspaceFolder}/Tesses.BackupTest.csproj",
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/consoleloggerparameters:NoSummary"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "watch",
|
||||
"command": "dotnet",
|
||||
"type": "process",
|
||||
"args": [
|
||||
"watch",
|
||||
"run",
|
||||
"--project",
|
||||
"${workspaceFolder}/Tesses.BackupTest.csproj"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
using Tesses.Backup;
|
||||
using Tesses.Backup.Models;
|
||||
using Tesses.VirtualFilesystem.Filesystems;
|
||||
using Tesses.VirtualFilesystem;
|
||||
LocalFileSystem fs=new LocalFileSystem();
|
||||
BackupClient client = new BackupClient("http://127.0.0.1:42990/");
|
||||
LoginRequest request=new LoginRequest();
|
||||
request.UserName = "admin";
|
||||
request.Password="changeme";
|
||||
var res=await client.LoginAsync(request);
|
||||
await res.SetDeviceAsync("Thinkpad Test");
|
||||
Console.WriteLine(res.LoginResponse.Key);
|
||||
|
||||
var backupCtx=await res.PrepareBackupAsync(fs,Special.CurDir / "BackupFolder");
|
||||
await backupCtx.PerformBackupAsync();
|
|
@ -0,0 +1,18 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Tesses.Backup.Client\Tesses.Backup.Client.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Tesses.VirtualFileSystem.Local" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in New Issue