Questions tagged [synology]

Synology is a company best known for its Network Attached Storage (NAS) product line.

Synology is a Taiwanese company which mainly produces NAS for consumer, prosumer and business.

The Synology's NAS are basically small form factor computers (ARM or Atom based) with a small Linux OS embedded.

More information on Wikipedia: Synology article

Synology web site: www.synology.com

315 questions
0
votes
1 answer

run s3cmd on Synology NAS

I'm trying to use s3cmd on a Synology NAS with DSM 6.0, and I'm getting this error. I've installed the python-magic libs but still. [root@OFFICE_01 arc]# s3cmd --version !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! An unexpected error has…
brunobhr
  • 43
  • 9
0
votes
1 answer

What is a shared folder quota?

I had this issue on my RackStation NAS the other day; I couldn't write anything to a volume I had created (let's call it newton2). I looked at the RackStation console and unchecked this "Enable shared folder quota" box pictured below. Enabled, but…
0
votes
1 answer

MacOS nut client install for synology network ups

I have an APC UPS connected to my synology nas and I am trying to get my mac (10.13) to connect to the 'network ups' of synology. So far I've been trying to follow this…
Kevin V
  • 111
  • 1
  • 4
0
votes
1 answer

Why is my Syno NAS creating a snapshot each hour instead of one per day?

[Background information] I am running a Synology DS916+ consisting of 4 disks forming 2 storage pools. Storage pool 1 is made up of 3 disks holding all my data on a SHR (Syno Hybrid RAID). Storage pool 2 is only made up of disk 4 which is holding my…
Matthias Güntert
  • 2,438
  • 12
  • 39
  • 59
0
votes
1 answer

Configure SSL for openvpn on synology diskstation

I currently have a Synology DS218J and I have openvpn installed on it. I'm wondering how to configure SSL tunneling between the VPN server and the client. I did hear something about stunnel but I'm not 100% sure if it is even supported by my…
Jason Liu
  • 3
  • 2
0
votes
1 answer

Synology Cloud Station Server notifications

I have multiple clients backing up to a Synology NAS using Cloud Station Server. I purchased this setup to replace my previous solution of running a local Crashplan server. One feature that I miss of Crashplan is email updates when a device isn't…
AAA
  • 111
  • 2
0
votes
1 answer

Synology Route traffic to Docker

I have: +------+ +-------------+ | +NIC1 (192.168.1.100) <--> Router <--> (192.168.1.2) NIC1 + | | PC | | DSM …
AnD
  • 171
  • 2
  • 11
0
votes
2 answers

How to plan for buying drive capacity for a NAS?

I am, planning a NAS upgrade. We are currently running dozens of low capacity, cheap drives. We are upgrading to a Synology NAS with far fewer, higher capacity drives. As such, these drives will have a higher cost per TB that our lower capacity…
0
votes
1 answer

G-sense errors in new disks

I have a Synology DiskStation. It used to contain 3xTB drives, I now have 2xTB, 2x8TB drives. The old drives were "Seagate NAS" drives, the new ones are from the same(?) series, named "Ironwolf". The old drives both list G_Sense_Error_Rate at 0. The…
Henrik
  • 101
  • 2
0
votes
0 answers

Errors when backing up Windows server to NAS

I'm trying to backup several Windows servers to a Synology NAS using the 'Active Backup for Server' package available on the Synology Package Center. The specifics of the package probably aren't too important, as all it's doing is scheduling backups…
0
votes
0 answers

rsync to much upload data

I have an issue with an incremental backup using rsync. My issue rsync that it sends 150 GB of data to the backup server, however only 10 GB maximum have been changed on the server. I can't figure out why rsync is sending these 150 GB of data…
Pulsar
  • 19
  • 4
0
votes
0 answers

Synology: How to restore data from an accidentally deleted volumeX (BTRFS)?

The Synology in question has a RAID6 configured via mdadm which features a BTRFS filesystem mounted to /volume1. This path was mounted into a Debian chroot. The unmount was configured in the chroot stop script but for some obscure reason did not…
TylerDurden
  • 191
  • 1
  • 3
  • 14
0
votes
1 answer

nginx use subfolder and 'A record'

I'm really stuck here, and could not find help in related posts and it's the first time I'm dealing with nginx. I have a 'Moodle' installation running with nginx on my Synology NAS and would like to access this from outside via a domain name, i.e. I…
hadron
  • 101
  • 1
0
votes
1 answer

Remove OWA https redirection

I have two servers connected to the same IP address. One is an Exchange Server, the other one is a Synology. I would like to set up a redirection so when users go to https://server.domain.com they are redirected to the Synology website, ussing https…
Jakob8
  • 3
  • 2
0
votes
2 answers

copy ssh key from windows to synology disk

I'm trying to set up a git server on my synology following this tutorial. The step I'm stuck at is this: copy public rsa key from local computer to gituser account on server I use following command: scp -r C:/.ssh/id_rsa.pub…
Peter
  • 101
  • 2