David Witham 4 лет назад
Родитель
Сommit
4109bf08e7
1 измененных файлов с 7 добавлено и 4 удалено
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -2,7 +2,7 @@
 
 ## Purpose
 
-Pre-configured script that will upload backup data from Bethany's laptop to the server.
+Pre-configured script that will backup the key data from a personal Windows 10 computer to my server.
 
 ## Use
 
@@ -19,12 +19,15 @@ $default_modules_dir = "$HOME\Documents\WindowsPowershell\Modules"
 if (!(Test-Path $default_modules_dir)) { mkdir $default_modules_dir -Force }
 
 # Clone the server files
-git clone ssh://git@owl.acosi.com:9124/family/backup_to_server.git
+cd "$HOME\Documents\WindowsPowershell\Modules"
+git clone ssh://git@owl.acosi.com:9124/family/backup_library.git
 ```
 
 ### Execute
 
 ```Powershell
-import-module backup_to_server
-backup_to_server [-skipappdir] [-noupload] [-skipoutlook]
+import-module backup_library
+backup_to_server [-skipappdir] [-skipspudir] [-noupload] [-skipoutlook]
 ```
+
+Note that -skipspudir is enabled by default until it works.