====== NAS Backup ======
* Web interface: [[http://192.168.1.6|192.168.1.6]]
* Windows network shares are mounted on the NAS by a task in the [[http://192.168.1.6/|web interface]]. The task executes the following init script from ''/mnt/Disk0_2.72TiB/mount_shares.sh'':\\ #!/bin/sh
mkdir /mnt/SharedGraphics
mkdir /mnt/LicensedDecoration
mount_smbfs -W PICNICTIME -N -I 192.168.1.9 //andre@PTFILES/SharedGraphics /mnt/SharedGraphics
mount_smbfs -W PICNICTIME -N -I 192.168.1.10 //andre@CAMERA/LicensedDecoration /mnt/LicensedDecoration
* The passwords for the Windows network shares are saved in the ''~/.nsmbrc'' file on the NAS:\\ [PTFILES:ANDRE]
password=*******
[CAMERA:ANDRE]
password=*******
* Files and folders from the Windows network shares are backed up by tasks in the [[http://192.168.1.6/|web interface]]. The tasks run [[https://rsync.samba.org/|rsync]] as cron jobs using the following commands: \\ rsync -a /mnt/SharedGraphics/COMMUNITY_ARTWORK /mnt/Disk0_2.72TiB
rsync -a /mnt/LicensedDecoration /mnt/Disk1_2.73TiB
* The USB flash drive in the back of the Dell T710 server boots the NAS, so please keep it plugged in LOL.
* Please note that if the NAS is shutdown or rebooted it takes around six minutes to boot.