From: Ian Kelling Date: Sun, 15 Jan 2017 18:34:48 +0000 (-0800) Subject: update path X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=9e52740ac533ee18f5907a648023dfcfa97c11c1 update path --- diff --git a/myunison b/myunison index d8f23bc..2e0f149 100755 --- a/myunison +++ b/myunison @@ -3,6 +3,11 @@ set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR +# note, we could have done machine specific subvols, +# but there were so few files, it just didn't seem +# necessary to have an rw copy on those machines +# which did not have the whole p subvol. + gen_args=() do_snapshot=true batch=false @@ -81,9 +86,9 @@ fi if s $f "$host"; then if [[ $host == frodo ]]; then # only send data to the machine i do full backups to - p=/q/p/c/machine_specific/$HOSTNAME/.unison/ + p=/p/c/machine_specific/$HOSTNAME/.unison/ s rsync -rlptgohi $p root@$host:$p fi - p=/q/p/c/machine_specific/$host/.unison/ + p=/p/c/machine_specific/$host/.unison/ s rsync -rlptgohvi root@$host:$p $p fi