Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - Syncthing

Featured Replies

I'm having a minor issue. The syncthing container is working normally, but oddly won't autostart with the other docker containers.  It will manually start fine, but just won't autostart. More an annoyance issue than anything else, but anyone else having it?  Or know how to fix it?

 

I looked in both the server logs, as well as the syncthing container logs, and don't see any record of failed attempts to start the container.

  • 4 weeks later...
  • Replies 287
  • Views 124.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • David Spivey
    David Spivey

    @mbc0, @CommandLionInterface, @CHBMB   I requested, and was granted, a change to the docker container. The solution to all your write-on-samba problems is now here. First, make s

  • NOTE 01/2024: UMASK_SET has been renamed to UMASK (beware the outdated screenshots!)   For anyone experiencing write-permission errors on Samba shares as I did, please make sure that:

  • The instructions is not that informative when installing syncthing.. The instructions says: -v /data1 Data1 -v /data2 Data2 But what is Data1 and Data2??? Please, make a better explan

Posted Images

I'm having an issue with my syncthing docker - it prevents my unraid system from spinning down disks. Is there anything i can do to prevent the disks from spinning up frequently?

 

My workaround so far is a userscript that starts the syncthing container, let it run for 3 hours (in which my usual backups run etc - so the disks are up anyway) and then stops it again.

 

The folders i'm syncing with syncthing are located on my array and it set to cache: yes. (Share is way too big for cache: prefer).

Appdata etc. is on cache: prefer.

 

Thank you! :)

 

 

So I think I've got Syncthing up and running how I want it, but the "watch for changes" isn't working. I've got two Unraid servers, with directories SMB'd to each other via Unassigned Devices, and period scanning is fine. It's just that when I add something to either of those shares, it's not updating until it scans again or I scan manually. Is there a setting I'm missing somewhere? 

  • 2 weeks later...

Is it normal that scanning takes as much time as the syncing itself? And eating Processor?

 

It's running on a direct NIC to NIC connection.

 

//Frode

Screenshot 2023-05-02 at 14.34.40.png

Synthing log.rtf.zip

Edited by frodr

  • 2 weeks later...

I think i have a pretty simple wish for syncthing :)

 

1: When i come home and is on the wifi i want my phone and my wifs phone to sync to my Unraid server in the /Picture/Wife or /picture/man folder.

But i dont want it to delete pictures if i delete them from the phone on the server.

 

Is that possible?

Thanks!

  • 2 weeks later...

Just learnt about syncthing and it is a great tool. Thanks for creating this docker container as well.

 

I am facing one issue: My Windows VM (with syncthing installed) goes to sleep/hybernate shortly after starting. If I disable the docker container on Unraid, this does not happen. Any idea what's going on? Not sure how to troubleshoot either.

Any thoughts?

  • 4 weeks later...

Is anyone using Syncthing in combination with a Windows VM? My WIndows VM keeps to go on "pause/sleep" when using Syncthig in combination with an Unraid Syncthing docker container. If I turn off the docker, this issue does not appear.

  • 5 months later...

I have started having an issue today with syncthing as it wouldnt connect my remote device with my local device (despite months of working fine). In my frustration, I decided to delete and redownload both. Yay, they connected! But now I keep getting the: 2023-11-24 21:22:25: Error on folder "completed" (up9ug-rcpvj): folder path missing. 

 

My container path "/media" is pointed to the same folder as previously "/mnt/user" but when trying to input the folder path as "/mnt/user/data/Downloads/Seedbox Completed" it gives me the above error. 

 

So i tried "/media/data/Downloads/Seedbox Completed" and I got another error "2023-11-24 21:31:55: Error on folder "completed" (up9ug-rcpvj): folder marker missing (this indicates potential data loss, search docs/forum to get information about how to proceed)" 

 

I have tried resetting premissions via >tools>DockerSafeNewPerms and >tools>Newpermissions and nothing has changed. 

 

No idea where Im going wrong tbh. Ive always followed SpaceInvaders videos and it worked originally but not now. 

  • 1 month later...

Greeting everyone,

 

I'm trying to configure TrueNAS as a backup for an UnRAID server.  I'm struggling a bit, and I'm wondering if any of you can point me in the right direction?

 

I have Syncthing installed on both, they are both communicating, and they are connected as devices to each other.

 

I have mapped Syncthing on UnRAID to the location of the user shares (/mnt/user/share1).  
I have created separate datasets on TrueNAS to store copies of each share (/tank/backup/dataset1).

 

HERE'S WHERE I THINK I'M BREAKING DOWN A BIT...

 

On UnRAID, Syncthing in Docker uses a user "PUID" of 99, and a "GUID" of 100 for share access.
On TrueNAS, Syncthing is set to use a "UID" and "GID" of 568.  

 

If I change the UID/GID in TrueNAS, the container doesn't deploy properly due to permissions.
In the current configuration, I get permission errors when I connect the two directories.

 

On UnRAID, I'm only setting the sync to push the share.  I don't want Syncthing changing primary files/permissions.

 

Can anyone point me to what I'm missing?  I'm fairly certain it's a permission issue, but TrueNAS seems insistent on running as UID/GID of 568.  I'm sure there is some simple thing I'm overlooking, but I don't want to make a worse permissions issue doing this incorrectly.

 

Any help would be much appreciated.

  • 1 year later...
On 1/15/2024 at 3:40 PM, House Of Cards said:

Greeting everyone,

 

I'm trying to configure TrueNAS as a backup for an UnRAID server.  I'm struggling a bit, and I'm wondering if any of you can point me in the right direction?

 

I have Syncthing installed on both, they are both communicating, and they are connected as devices to each other.

 

I have mapped Syncthing on UnRAID to the location of the user shares (/mnt/user/share1).  
I have created separate datasets on TrueNAS to store copies of each share (/tank/backup/dataset1).

 

HERE'S WHERE I THINK I'M BREAKING DOWN A BIT...

 

On UnRAID, Syncthing in Docker uses a user "PUID" of 99, and a "GUID" of 100 for share access.
On TrueNAS, Syncthing is set to use a "UID" and "GID" of 568.  

 

If I change the UID/GID in TrueNAS, the container doesn't deploy properly due to permissions.
In the current configuration, I get permission errors when I connect the two directories.

 

On UnRAID, I'm only setting the sync to push the share.  I don't want Syncthing changing primary files/permissions.

 

Can anyone point me to what I'm missing?  I'm fairly certain it's a permission issue, but TrueNAS seems insistent on running as UID/GID of 568.  I'm sure there is some simple thing I'm overlooking, but I don't want to make a worse permissions issue doing this incorrectly.

 

Any help would be much appreciated.

I'm having the same issue, has anyone found a solution for this?

  • 4 months later...

Hello, total noob here. i was trying to configure my new unraid server. it was working and i was able to connect via network in microsoft. but after i configured the very first plugin, syncthing, i can't access it anymore. this now my third day of trying to figure it out with multiple AIs with no success. as far as i'm aware all available settings in the webGUI seem correct. but nothing happens. as far as i've been able to figure out it is failing to mount. the results of some commands and dignostics are here:

root@Server420:~# cat /etc/samba/smb.conf

[global]

# configurable identification

include = /etc/samba/smb-names.conf

# log stuff only to syslog

logging = syslog@0

# we don't do printers

show add printer wizard = No

disable spoolss = Yes

load printers = No

printing = bsd

printcap name = /dev/null

# disable aio by default

aio read size = 0

aio write size = 0

# misc.

invalid users = root

unix extensions = No

wide links = Yes

use sendfile = Yes

# ease upgrades from Samba 3.6

acl allow execute always = Yes

# permit NTLMv1 authentication

ntlm auth = Yes

# win11 requires SMB signing

server signing = Auto

# default global fruit settings:

#fruit:aapl = Yes

#fruit:nfs_aces = Yes

fruit:nfs_aces = No

#fruit:copyfile = No

#fruit:model = MacSamba

# hook for user-defined samba config

include = /boot/config/smb-extra.conf

# auto-configured shares

include = /etc/samba/smb-shares.conf

root@Server420:~# testparm -s

Load smb config files from /etc/samba/smb.conf

lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated

Loaded services file OK.

Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)

Server role: ROLE_STANDALONE

# Global parameters

[global]

bind interfaces only = Yes

client min protocol = SMB2

disable netbios = Yes

disable spoolss = Yes

interfaces = 192.168.1.69/24 127.0.0.1

load printers = No

logging = syslog@0

map to guest = Bad User

max open files = 40960

multicast dns register = No

ntlm auth = ntlmv1-permitted

null passwords = Yes

passdb backend = smbpasswd

printcap name = /dev/null

security = USER

server min protocol = SMB2

server multi channel support = No

server signing = if_required

server string = Media server

show add printer wizard = No

smb1 unix extensions = No

fruit:nfs_aces = No

idmap config * : range = 3000-7999

idmap config * : backend = tdb

acl allow execute always = Yes

aio read size = 0

aio write size = 0

create mask = 0777

directory mask = 0777

hide dot files = No

include = /etc/samba/smb-shares.conf

invalid users = root

use sendfile = Yes

wide links = Yes

[Media]

browseable = No

path = /mnt/user/Media

valid users = srm

vfs objects = catia fruit streams_xattr

write list = srm

fruit:encoding = native

[photos]

browseable = No

path = /mnt/user/photos

valid users = srm

vfs objects = catia fruit streams_xattr

write list = srm

fruit:encoding = native

root@Server420:~#

server420-diagnostics-20251016-1059.zip

  • 4 months later...

Since installing 7.2.4 Syncthing will not start

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.