You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# AutoSSH
2
2
#### Simple SSH automation and backup with dotnet core.
3
3
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.
5
5
6
6
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.
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.
49
49
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