Skip to content

Instantly share code, notes, and snippets.

# Windows PowerShell Script to use restic to backup files using the Volume Shadow Copy Service, allowing files
# that are in use to be backed up. The script must be run with elevated privileges.
# The Volume Shadow Copy Service must be enabled for the disk volume that contains the folders/files to be backed up.
#
# Adapted from https://gist.github.com/adejones/1c185b057b51ddfa2b837183409a7821
# Parameters
$hostName = "HAL"
$resticExe = "C:\ProgramData\chocolatey\bin\restic.exe"
# Reminder of the format for Backblaze repos:
@pablomalo
pablomalo / epub.css
Last active May 14, 2019 21:46 — forked from bmaupin/epub.css
You Don't Know JS Ebooks
body {
text-align: justify;
}
code, pre {
font-family: "DejaVuSansMono", monospace;
}
h1, h2, h3, h4, h5, h6 {
text-align: left;