David Witham 77e06480aa Added aragorn script and expanded library | 4 سال پیش | |
---|---|---|
README.md | 6 سال پیش | |
backup_aragorn.psm1 | 4 سال پیش | |
backup_library.psd1 | 4 سال پیش | |
backup_library.psm1 | 4 سال پیش | |
backup_to_server.psm1 | 4 سال پیش | |
exclude_from_appdata.list | 4 سال پیش | |
exclude_from_sync.list | 4 سال پیش | |
handle_exclude_lists.ps1 | 4 سال پیش |
Pre-configured script that will upload backup data from Bethany's laptop to the server.
$default_modules_dir = "$HOME\Documents\WindowsPowershell\Modules"
# If that folder doesn't exist, create it
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
import-module backup_to_server
backup_to_server [-skipappdir] [-noupload] [-skipoutlook]