- f"\nexport RSYNC_RSH='oc rsh -c container1'\n\nmkdir -p job-v100-123 && \n rsync -q --archive --no-owner --no-group --omit-dir-times --numeric-ids testhost:{tempdir}/jobs/job-v100-123/getlist job-v100-123/getlist >&/dev/null &&\n rsync -q -r --archive --no-owner --no-group --omit-dir-times --numeric-ids --files-from=job-v100-123/getlist testhost:{tempdir}/ job-v100-123/ &&\n find job-v100-123 -mindepth 1 -maxdepth 1 > job-v100-123/gotlist &&\n cd job-v100-123 && \n |& tee job-v100-123.log\n\ncd ..\nrsync -q --archive --no-owner --no-group --omit-dir-times --no-relative --numeric-ids --exclude-from=job-v100-123/gotlist job-v100-123 testhost:{tempdir}/jobs\n",
0 commit comments