Created
September 2, 2020 13:17
-
-
Save vctrtvfrrr/651cc36e4f98b0305bbf8b9a19b6b5c5 to your computer and use it in GitHub Desktop.
Backup home folder with rsync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -avh --progress --exclude-from "exclude-list.txt" /home/my_user /mnt/mounts/backups/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment