This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "Starting backup of appdata" | |
| rclone sync /mnt/user/Docker\ Backup backblaze:some-bucket/Docker\ Backup --transfers 1 --bwlimit 75M | |
| echo "Starting backup of Shared Documentation" | |
| rclone sync /mnt/user/Shared\ Documentation backblaze:some-bucket/Shared\ Documentation --bwlimit 75M | |
| echo "Starting backup of Read Media" | |
| rclone sync /mnt/user/Read_Media/Music backblaze:some-bucket/Read_Media/Music --bwlimit 75M | |
| echo "Starting backup of Pictures" | |
| rclone sync /mnt/user/Pictures backblaze:some-bucket/Pictures --bwlimit 75M | |
| echo "Starting backup of Workdata" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - title: "Main" | |
| path: main | |
| type: custom:grid-layout | |
| layout: | |
| grid-template-columns: 33.33% 33.33% 33.33% | |
| cards: | |
| - type: horizontal-stack | |
| view_layout: | |
| grid-column-start: 1 | |
| grid-column-end: 5 |
NewerOlder