Searched refs:remote_dir (Results 1 – 2 of 2) sorted by relevance
51 local export_cmd="exportfs -i -o no_root_squash,rw *:$remote_dir"54 if [ ! -d $remote_dir ]; then55 mkdir -p $remote_dir61 if ! tst_rhost_run -c "test -d $remote_dir"; then62 tst_rhost_run -s -c "mkdir -p $remote_dir; $export_cmd"74 mount_dir="[$(tst_ipaddr $host_type)]:$remote_dir"76 mount_dir="$(tst_ipaddr $host_type):$remote_dir"102 local remote_dir110 remote_dir="$TST_TMPDIR/$i/$type"134 local remote_dir[all …]
207 remote_dir = os.path.join(snapshot, local_path)212 'rsync', '-lr', remote_dir, local_dir)