Automate file sharing

updated: 2022-09-16

rclone

rclone connects a server with major cloud file storage services like Google Drive and DropBox. By running it as a deamon, it will keep files under a specified folder up-to-date.

mkdir <dirname>
rclone mount --daemon <drivename>:<path> <dirname>