Skip to content

Commit 255b798

Browse files
authored
Update Readme.md
1 parent 2a74d17 commit 255b798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AutoSSH
22
#### Simple SSH automation and backup with dotnet core.
33

4-
AutoSSH is a simple dotnet core application to run automated commands and/or backup Linux over SSH. This is useful for a central control application where all the logic for automated scripts and backup can be controlled from one place.
4+
AutoSSH is a simple dotnet core application to run automated commands and/or backup Windows and Linux over SSH. This is useful for a central control application where all the logic for automated scripts and backup can be controlled from one place.
55

66
Imagine having 100 VPS servers and being able to run a daily task to backup everything on every server to a central server, which then uses backblaze or another service to backup.
77

@@ -47,4 +47,4 @@ $backup /C:/Backup/File.txt|/C:/Backup2/File2.txt
4747

4848
For $backup commands, the first run will be slow and backup everything. Subsequent runs will check the last write time UTC timestamp of files and compare to the local files before downloading.
4949

50-
Each backed up file writes to a temp file, and only upon successful completion of the download, renames to the final file name.
50+
Each backed up file writes to a temp file, and only upon successful completion of the download, renames to the final file name.

0 commit comments

Comments
 (0)