[READ-ONLY] Mirror of https://github.com/probablykasper/my-bash-scripts. My personal bash scripts
cli
0

Configure Feed

Select the types of activity you want to include in your feed.

backup: Use env var for repo

Kasper (Dec 28, 2025, 9:13 AM +0100) a8f85c13 d201db26

+2 -1
+2 -1
bin/backup
··· 37 37 38 38 # RCLONE_BWLIMIT=100M \ 39 39 ( 40 + RESTIC_REPOSITORY="$REPO" 40 41 RESTIC_PASSWORD="$PW" \ 41 42 GOMAXPROCS=5 \ 42 43 RESTIC_PROGRESS_FPS=1 \ 43 44 RCLONE_VERBOSE=1 \ 44 45 RCLONE_DRIVE_CHUNK_SIZE=$CHUNK_SIZE \ 45 - restic -r "${REPO}" backup \ 46 + restic backup \ 46 47 -o rclone.connections=1 --stuck-request-timeout 5s \ 47 48 --files-from "$HOME/Documents/restic/include.txt" \ 48 49 --exclude-file "$HOME/Documents/restic/exclude.txt" \