Я пытаюсь настроить резервное копирование для своего компьютера на общей папке samba и получаю эту ошибку в Windows 10: Windows Backup encountered an error when accessing the remote shared folder. Please retry the operation after making sure that the remote shared folder is available and accessible. (0x8078015B)
Резервное копирование работает нормально в Windows 7.
Я уже пробовал следующее:
Настройка для самбы выглядит следующим образом:
Конфигурация Samba
workgroup = WORKGROUP
dns proxy = no
log file = /var/log/samba/log.%m
log level = 1 auth:5 winbind:5
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
server role = standalone server
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
usershare allow guests = no
ntlm auth = true
map untrusted to domain = Yes
[homes]
comment = Home Directories
# path = /var/samba/backup_drive/users/%u
path = %H
browseable = yes
read only = no
create mask = 0700
directory mask = 0700
valid users = %S
Ссылки, которые я пробовал: