Преглед изворни кода

sftp-into-eye: factor out $RCLONE_DEST

master
Ivan Kozik пре 1 месец
родитељ
комит
4b33d8d315
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      sftp-into-eye

+ 3
- 1
sftp-into-eye Прегледај датотеку

@@ -20,6 +20,8 @@ wait-until-jobs-below() {
# provide as stdin the output of e.g.
# es x find -t f -- ~/stash/YouTube | take-wanted-ids ~/dead-video-ids | rg '\.(mp4|webm|flv|video)$'

RCLONE_DEST=jeff

while read i; do
echo $i

@@ -42,7 +44,7 @@ while read i; do

(
es x get -s -- "$i" && \
rclone --metadata --inplace --size-only --progress copyto "$i" "jeff:$eye_path" && \
rclone --metadata --inplace --size-only --progress copyto "$i" "$RCLONE_DEST:$eye_path" && \
curl --fail-with-body -u "ya: ." -X POST -d "{\"file_id\": $file_id, \"location\": \"the-eye\", \"pathname\": \"$eye_path\"}" https://ya.borg.xyz/cgi-bin/new-namedfiles && \
curl -X POST -d "{\"the_eye_any_bytes_saved\": $size, \"the_eye_video_bytes_saved\": $the_eye_video_bytes_saved, \"the_eye_any_files_saved\": 1, \"the_eye_video_files_saved\": $the_eye_video_files_saved}" "http://eye.borg.xyz:31416/metrics" || true;
rm -f -- "$i"


Loading…
Откажи
Сачувај