mtkennerly / ludusavi

Backup tool for PC game saves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for SMB file shares with Samba

publicarray opened this issue · comments

What's your idea?

Currently the export fails:
image

image

This is on a Manjaro GNOME edition system saving to a NAS

Hi! I would suggest mounting the share and then referencing the mount point in Ludusavi. The Rclone integration does support SMB, but if you only want a remote copy, then I think mounting would be the best solution here.

It is mounted on gvfs, but I know that you mean 'mount & fstab the folder directly' I think this more a compatibility issue with Nautilus and gvfs mounts and how it represents the filesystem.

❯ touch /run/user/1001/gvfs/smb-share:server=10.0.0.3,share=games/SavedGames_backup/test

❯ ls -l /run/user/1001/gvfs/smb-share:server=10.0.0.3,share=games/SavedGames_backup/test
.rwx------ 0 seb  1 Jan  1970 /run/user/1001/gvfs/smb-share:server=10.0.0.3,share=games/SavedGames_backup/test

❯ mount | grep gvfs
gvfsd-fuse on /run/user/1001/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1001,group_id=1001)

Edit:
I've created 2 test files one from gedit and one in audacity. They can both save files to the mount point without issues