Sen descrición

David Witham 77e06480aa Added aragorn script and expanded library %!s(int64=4) %!d(string=hai) anos
README.md 6b540a176d Updated README instructions for the new server %!s(int64=6) %!d(string=hai) anos
backup_aragorn.psm1 77e06480aa Added aragorn script and expanded library %!s(int64=4) %!d(string=hai) anos
backup_library.psd1 77e06480aa Added aragorn script and expanded library %!s(int64=4) %!d(string=hai) anos
backup_library.psm1 77e06480aa Added aragorn script and expanded library %!s(int64=4) %!d(string=hai) anos
backup_to_server.psm1 974a6f0eee Switched to Gandalf %!s(int64=4) %!d(string=hai) anos
exclude_from_appdata.list 000e5a1214 Another exclude list update %!s(int64=4) %!d(string=hai) anos
exclude_from_sync.list 9c35635128 Added function for the SPU Dir %!s(int64=4) %!d(string=hai) anos
handle_exclude_lists.ps1 77e06480aa Added aragorn script and expanded library %!s(int64=4) %!d(string=hai) anos

README.md

Backup to Server

Purpose

Pre-configured script that will upload backup data from Bethany's laptop to the server.

Use

  1. Make sure you have RSA keys configured in $HOME/.ssh
  2. Download the project
  3. Execute

Downloading the project

$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

Execute

import-module backup_to_server
backup_to_server [-skipappdir] [-noupload] [-skipoutlook]