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 git@owl.acosi.com:family/backup-to-server.git
import-module backup_to_server
backup_to_server [-skipappdir] [-noupload] [-skipoutlook]