Skip to content

Instantly share code, notes, and snippets.

@knez
Created September 22, 2019 20:28
Show Gist options
  • Select an option

  • Save knez/faa6f0ea5b9a8552f03c1f5677fc7b14 to your computer and use it in GitHub Desktop.

Select an option

Save knez/faa6f0ea5b9a8552f03c1f5677fc7b14 to your computer and use it in GitHub Desktop.
Backup
#!/bin/bash
# Backup /home to gdrive
rclone -v -L sync ~ remote: --exclude "Downloads/**" \
--exclude ".*{/**,}" \
--exclude "Music/**"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment