This file contains 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
#Here's my bash script using "nice" for CPU prioritization on a Synology DiskStation NAS: | |
#!/bin/bash | |
echo "Backing up server folder to Google Drive." | |
#echo | |
# run rclone using nice, with config options | |
# >> appends to log file | |
# 2>&1 silences all output | |
# & runs in background |