Skip to content

Instantly share code, notes, and snippets.

@boredomdenied
Last active May 10, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boredomdenied/e883a663de3375a7ec0ca370c9206988 to your computer and use it in GitHub Desktop.
Save boredomdenied/e883a663de3375a7ec0ca370c9206988 to your computer and use it in GitHub Desktop.
43 4 * * 3 root cd / && tar --exclude=/tmp --exclude=/proc --exclude=/mnt --exclude=/media --exclude=/dev --exclude=/sys --exclude=/run --exclude=var/log --exclude=/var/cache/apt/archives --exclude='/usr/src/linux-headers*' --exclude='home/*/.gvfs' --exclude='/home/*/.cache' --exclude='/home/*/.local/share/Trash' -cvpf /media/bore/Backup/weds.tar.gz / -I pigz
43 4 * * 7 root cd / && tar --exclude=/tmp --exclude=/proc --exclude=/mnt --exclude=/media --exclude=/dev --exclude=/sys --exclude=/run --exclude=var/log --exclude=/var/cache/apt/archives --exclude='/usr/src/linux-headers*' --exclude='home/*/.gvfs' --exclude='/home/*/.cache' --exclude='/home/*/.local/share/Trash' -cvpf /media/bore/Backup/sun.tar.gz / -I pigz
@boredomdenied
Copy link
Author

twice weekly multi-threaded backups to external ssd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment