Hi Rclone forum members,
I’m new here and new to Rclone and I have a question that I haven’t been able to find an answer for so I hope that maybe somebody here could help me by answering it.
What is best practice regarding automatically mounted Rclone remote as drive on a Mac? Should I unmount the drive before I log off or shutdown?
Currently I’m using LaunchAgents and a .plist file that automatically calls a bash script in /Users/<user>/bin/ at loggin that mounts the drive.
#!/bin/bash
# Log start time
echo "Rclone script Filen started at $(date)"
/usr/local/bin/rclone mount \
--vfs-read-chunk-size 128M \
--vfs-cache-mode full \
--volname Filen \
fde: ~/.mount/rclone_fde
My question, should I unmout the drive before logging off or shouting down?
Would this be best practice or maybe it doesn't matter if I unmount or not when logging off?
If yes, should i use rclone unmount … or fusermount -u?
How would I go about “catching” log off or shouting down so that I can call a script that unmounts the drive?
Which cloud storage system are you using? (eg Google Drive)
Filen Cloud drive