Rclone: Difference between revisions

65 bytes added ,  Yesterday at 19:15
m
no edit summary
mNo edit summary
 
Line 43: Line 43:
# For example:
# For example:
#rclone mount c3g-data-repos:ihec_data /mnt/ihec_data_objstr --daemon --daemon-wait 0 --allow-other --read-only
#rclone mount c3g-data-repos:ihec_data /mnt/ihec_data_objstr --daemon --daemon-wait 0 --allow-other --read-only
</syntaxhighlight>A service may be used to auto-mount the Object Store on boot with a service file (in /etc/systemd/system/).<syntaxhighlight lang="bash">
</syntaxhighlight>Unmount with:
 
<code>fusermount -u /path/to/local/mount</code>
 
 
A service may be used to auto-mount the Object Store on boot with a service file (in /etc/systemd/system/).<syntaxhighlight lang="bash">
# Mount the ihec_data_objstr, even after a restart
# Mount the ihec_data_objstr, even after a restart
[Unit]
[Unit]
31

edits