Skip to content

rclone daily sync #1200

rclone daily sync

rclone daily sync #1200

Workflow file for this run

name: rclone daily sync
on:
schedule:
- cron: '0 0 * * *'
jobs:
rclone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: rclone - lsd google
uses: wei/[email protected]
env:
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
RCLONE_GCS_SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.RCLONE_GCS_SERVICE_ACCOUNT_CREDENTIALS }}
with:
args: 'tree --color --dirs-only --human --level 3 google:'
- name: rclone - lsd azure
uses: wei/[email protected]
env:
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
with:
args: 'tree --color --dirs-only --human --level 3 azure:'
- name: rclone - google to azure
uses: wei/[email protected]
env:
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
RCLONE_GCS_SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.RCLONE_GCS_SERVICE_ACCOUNT_CREDENTIALS }}
with:
args: 'sync google:carbonplan-data azure:carbonplan-data'