1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-26 13:18:35 -06:00
This commit is contained in:
Sayantan Santra 2022-07-14 14:52:14 -05:00
parent 77c8f7bede
commit 154a3b1727

View file

@ -21,6 +21,6 @@ notify() {
}
notify "OneDrive sync" "Sync started..."
flock -n /var/lock/onedrivesync.lock rclone sync -c -L --log-file="/home/sintan/TempStorage/OneDriveSync.log" --log-level INFO "/home/sintan/TempStorage/OneDrive/" OneDrive:Syncs
flock -n /tmp/onedrivesync.lock rclone sync -c -L --log-file="/home/sintan/TempStorage/OneDriveSync.log" --log-level INFO "/home/sintan/TempStorage/OneDrive/" OneDrive:Syncs
notify "OneDrive sync" "Sync finished!"