Hi Michael - thanks for answering!
When running the command:
nohup restic -r sftp://[path-to-repository] mount [path-to-mountpint] > restic-mount.log &
The following is the contents of restic-mount.log
:
mount helper error: fusermount: mountpoint is not empty
mount helper error: fusermount: if you are sure this is safe, use the 'nonempty' mount option
Just to clarify - the mountpoint is a newly created, empty folder.
This command also logs me out of my SSH session if I press Enter.
I’m using Restic version 0.12.1 on OpenSUSE.
The system is a test server which does absolutely nothing - I monitored the memory usage when running the command and everything looks OK.
Thanks!