Skip to content

Instantly share code, notes, and snippets.

@RandomArray
Created November 26, 2016 01:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RandomArray/f99181417e22479702fdcbe23b7f2be6 to your computer and use it in GitHub Desktop.
Save RandomArray/f99181417e22479702fdcbe23b7f2be6 to your computer and use it in GitHub Desktop.
Installing UrBackup Client with and setting up common folders to backup
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
@AndiBlueml
Copy link

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

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