Created
November 26, 2016 01:06
-
-
Save RandomArray/f99181417e22479702fdcbe23b7f2be6 to your computer and use it in GitHub Desktop.
Installing UrBackup Client with and setting up common folders to backup
This file contains 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
TF=`mktemp` && wget "https://hndl.urbackup.org/Client/2.0.36/UrBackup%20Client%20Linux%202.0.36.sh" -O $TF && sh $TF; rm $TF | |
urbackupclientctl add-backupdir -x -f -d /home | |
urbackupclientctl add-backupdir -x -f -d /root | |
urbackupclientctl add-backupdir -x -f -d /etc | |
urbackupclientctl add-backupdir -x -f -d /var | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
urbackupclientctl add-backupdir options:
-k keep
-a no share_hashes
-s require_snapshot
-x one_filesystem
-r no symlinks_optional
-f don'd follow_symlinks
-o optional