Use patched rclone for proton drive integration
This commit is contained in:
parent
2b4f066234
commit
55e3f97946
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ log "Archive size: ${ARCHIVE_SIZE}"
|
|||
if [ -n "${BACKUP_REMOTE}" ]; then
|
||||
if command -v rclone &>/dev/null; then
|
||||
log "Uploading to ${BACKUP_REMOTE}…"
|
||||
rclone copy --transfers 1 --retries 5 "${ARCHIVE_PATH}" "${BACKUP_REMOTE}/"
|
||||
#use patched rclone for now
|
||||
/home/sander/dev/rclone/rclone copy --transfers 1 --retries 5 "${ARCHIVE_PATH}" "${BACKUP_REMOTE}/"
|
||||
log "Upload complete."
|
||||
else
|
||||
log "WARNING: HIY_BACKUP_REMOTE is set but rclone is not installed — skipping"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue