outdoorbits / little-backup-box

This software turns a single-board computer into a versatile, pocket-sized backup solution. Especially for digital photography, this is the solution for backing up images and media files on mass storage devices when traveling or at events. Media content can be viewed and rated for the subsequent process.
http://littlebackupbox.com
GNU General Public License v3.0
504 stars 103 forks source link

SMB network share as storage location #121

Closed andreweff closed 3 years ago

andreweff commented 3 years ago

Hei,

really nice work!

How to configure a SMB share as storage location? I have a Synology NAS and want plugged in USB-Sticks get copied on the NAS. I mounted the smb share with fstab in /mnt/networkshare but what should I set for STORAGE_DEV=?

STORAGE_DEV="**sda1**" # Name of the storage device STORAGE_MOUNT_POINT="/mnt/networkshare" # Mount point of the storage device

Thank you.

andreweff commented 3 years ago

Hmm... Maybe I should try source to internal procedure...

outdoorbits commented 3 years ago

Hi,

you just could point your file-browser to smb://IP.x.y.z and you will see the storages available. Actually this are:

smb://IP.x.y.z/internal smb://IP.x.y.z/iOS smb://IP.x.y.z/source smb://IP.x.y.z/storage

Does this work for you?

Stefan

dmpop commented 3 years ago

Please post general queries at https://discuss.pixls.us/c/hardware/little-backup-box/33 The Issues section is for submitting bugs.