X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=zfs-replicate;h=9dfd9f8cbef7997e28bb6bd9ce72d164ce812250;hb=65f2beeb586c52a7c7571f43de328b584fa687fd;hp=b3f7cffd16d31dc3bbfa44df3ce5b7cdd2840b5f;hpb=f1a0eaf6cb15faf514577513f17fa9a06c34d129;p=zfs-ubuntu%2F.git diff --git a/zfs-replicate b/zfs-replicate index b3f7cff..9dfd9f8 100755 --- a/zfs-replicate +++ b/zfs-replicate @@ -18,6 +18,13 @@ remote=$1 remote_fs=$2 remote_pool=${2%%/*} +# get the backup pool from the command line or the config file if not specified +if [[ -n $3 ]]; then + backup_pool=$3 +else + backup_pool=${backup_pool%% *} # use the first backup pool if none specified +fi + # Setup our cleanup and exit trap cleanup() { if [[ -e "$local_list" ]]; then