User Tools

Site Tools


start:nas

This is an old revision of the document!


NAS Backup

  • Web interface: 192.168.1.6
  • Windows network shares are mounted on the NAS by a task in the 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 web interface. The tasks run rsync as cron jobs using the following commands:
    rsync -a /mnt/SharedGraphics/COMMUNITY_ARTWORK /mnt/Drive_2_1.76_TiB
    rsync -a /mnt/LicensedDecoration /mnt/Drive_1_463.2_GiB
  • 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.
start/nas.1516319700.txt.gz · Last modified: 2018/01/18 15:55 by andre