Skip to content

Instantly share code, notes, and snippets.

@leotaku
Created December 22, 2019 18:01
Show Gist options
  • Save leotaku/f3c4b02661e838387a123400bb2b7b1e to your computer and use it in GitHub Desktop.
Save leotaku/f3c4b02661e838387a123400bb2b7b1e to your computer and use it in GitHub Desktop.
#!/nix/store/xb062l4b76zyhq6grqf4iyfdikkpg8fl-bash-4.4-p23/bin/bash
export PATH="..."
export RESTIC_PASSWORD_FILE="..."
export RESTIC_REPOSITORY="..."
/nix/store/xkpvnml2nw0c634rp59yxfda2l943ck7-restic-0.9.6-bin/bin/restic backup --exclude /home/leo/large --exclude /home/leo/.rustup --exclude /home/leo/.maildir/.notmuch --exclude /home/leo/.local/share --exclude /home/leo/.var/app --exclude /home/leo/.multimc --exclude /home/leo/.technic --exclude /home/leo/.cache --exclude /home/leo/.cargo --exclude /home/leo/**/target --exclude /home/leo/**/*.rlib --exclude /home/leo/**/*.rmeta --exclude /home/leo/**/*.o --exclude /home/leo/**/*.a --exclude /home/leo/**/*.so --limit-upload 5000 /home/leo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment