Skip to content

Commit

Permalink
Add useragent fixed name backup
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed May 16, 2019
1 parent 6b20fd6 commit cd34d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/functions/pgvault.func
Expand Up @@ -297,7 +297,7 @@ rclone --config /opt/appdata/plexguide/rclone.conf \
--stats-one-line --stats 1s --progress \
moveto ${tarlocation}/${program_var}.tar \
gdrive:/plexguide/backup/${server_id}/${program_var}.tar \
-v --checksum --drive-chunk-size=64M --transfers=8
-v --checksum --drive-chunk-size=64M --transfers=8 --user-agent="backup"

##### Remove File Incase
rm -rf ${tarlocation}/${program_var}.tar 1>/dev/null 2>&1
Expand Down Expand Up @@ -353,7 +353,7 @@ rclone --config /opt/appdata/plexguide/rclone.conf --stats-one-line \
--stats 1s --progress \
copy gdrive:/plexguide/backup/${srecall}/${program_var}.tar \
${tarlocation} \
-v --checksum --drive-chunk-size=64M --transfers=8
-v --checksum --drive-chunk-size=64M --transfers=8 --user-agent="backup"

##### Stop Docker Container if Running
runningcheck
Expand Down

0 comments on commit cd34d45

Please sign in to comment.