Never used rsync so will need a bit of help here. (I've been told rsync will be the best bet)
My folder on my desktop /media/1TB/VMs contains many virtual machines, i would like to keep a copy of this on my DS211j. I have a shared folder /volume1/vmbackup
I have enabled rsync in the manager now i just need to set it up work. Output of diskstation /etc/rsyncd.conf is as follows:
- Code: Select all
DiskStation> cat /etc/rsyncd.conf
#motd file = /etc/rsyncd.motd
#log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
use chroot = no
[NetBackup]
path = /var/services/NetBackup
comment = Network Backup Share
uid = root
gid = root
read only = no
list = yes
charset = utf-8
auth users = root
secrets file = /etc/rsyncd.secrets
DiskStation>
Any help would be great thanks.
P.s. I would like to eventually add this as a cronjob that runs once a week and if the desktop is off at schedule time it will run on next boot. thanks


