NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
ReadyNAS Backup
1687 TopicsBug Report: Firmware 6.4.0 Rsync Timeout
Hello Really one for Netgear support (posted here as I don't know how else to submit it). I use rsync to backup my ReadyNas 314 to an external eSATA drive. I had similar issues to others reported here when doing the upgrade (drive connection names changed), but got over all that and re-created the backup job. Prior to the update, my rsync backups (not network, I must add, always local drive->esata, using rsync with host name = localhost) were working OK. After the upgrade to firmware 6.4.0, the backup job fails, always on one single file, which happens to be my very large MS Outlook mailbox. The error is also always the same (found by inspection of the backup log file). It is the dreaded rsync timeout error. This can be traced back the how rsync is invoked (ps -eaf shows); rsync is being invoked with command line option --timeout=30. This timeout is too short. Unfortunately, the rsync backup is started by a binary, not a script, so its not possible to just do a quick manual patch work around. REQUEST FOR NETGEAR: Please change the timeout applied on the command line to a higher number (60 - 600 seconds). Even better: please provide an option through the web interface dialogs where we can specify whatever timeout period we like. It can be optional / defaulted so that those not sufficiently tech savvy can ignore it. As it stands, I can't get a reliable backup - of my email, which is kind of important! Thank you6.4KViews3likes18CommentsReadyNAS becomes unresponsive - could it be tied to FW6.4 and backups?
I own a ReadyNAS 104. I currently have four 3TB drives in it in X-Raid. (5.86TB free of 8.17TB total). I have a 5TB USB 3.0 drive plugged into the front USB Drive. It is formatted as EXT4. I am only running SMB, HTTP and HTTPS services. I have 8 backup jobs to run each day (full refresh every 4 weeks). 4 are from shares on the ReadyNAS, 1 is a home directory on the ReadyNAS and 3 are remote: Windows/NAS (Timestamp). Everything was working fine. I applied the 6.4 upgrade. When the ReadyNAS first boots it works fine. Note that it did take about 3 days to complete the volume sync after the upgrade. However, after running for a while the unit stops working. I think I've narrowed it down to when one of the bigger backup jobs starts. The sympoms are as follows: I cannot access the admin page. It gives me the message that the unit is not responsive. The shares are also unavailable when this happens. There is no message on the display of the unit. The 4 drive lights are solid blue. The light on the button is flashing. I've left it this way for 2 days and it does not improve. I've tried pressing the power button on the unit and it has no effect. The only thing I can do is to unplug the readynas and plug it back in. Then it works ok, until another backup starts. Any suggestions? Anyone else experiencing similar issues? Thanks for your help.8KViews1like34CommentsSpiderOakONE install/upgrade
I have documented how to install and configure SpiderOak in this thread How I got SpiderOak --headless to run on OS6 x64/x86 I thought I'd post, in the correct forum, on how to uninstall SpiderOak and install SpiderOakONE. SpiderOak have recommended not to just install over the top of the existing SpiderOak install. I assume you have SpiderOak installed as a systemd service to start in boot-up. if that's not the case, skip steps 1 and 2. Step 1: Stop the service and disable the existing service from starting on boot-up systemctl stop spideroak systemctl disable spideroak Step 2: Uninstall/remove the existing SpiderOak install apt-get remove spideroak Step 3: Install SpiderOakONE apt-get install SpiderOakONE Step 4: Rename (or create if this is a clean install) the /lib/systemd/system/spideroakone.service file mv /lib/systemd/system/spideroak.service /lib/systemd/system/spideroakone.service Step5: Edit the file to point to the correct Environment file (I installed and used 'nano' as my text editor). See the 'EnvironmentFile' below. Also, I edited 'User' to be the owner of SpiderOakONE so i didn't need to pass the variable in a command line. Note the "ExecStart' line also points to SpiderOakONE [Unit] Description=SpiderOakONE backup service [Install] WantedBy=multi-user.target [Service]cd system, Type=simple EnvironmentFile=-/etc/sysconfig/SpiderOakONE User=root ExecStart=/usr/bin/SpiderOakONE --headless $SPIDEROAKOPTS & Step 6: Move (or create)) the SpiderOakONE environment file mv /etc/sysconfig/SpiderOak /etc/sysconfig/SpiderOakONE Edit it (i used 'nano'). This is a systemd and systemV config. For systemd only, no change is needed as the SPIDEROAKOPTS line is the only one that matters. # # Configuration for SpiderOakONE service # # Options that get passed to SpiderOak. '--headless' is automatically specified # by the appropriate script or configuration file. The available options are at # https://spideroak.com/faq/question s/67/how_can_i_use_spideroak_from_the_commandline/ SPIDEROAKOPTS="--purge-historical-versions h24,d14,w4,m6,y" # The following two options are only used by the SysV init script. # # SPIDEROAKUSER is the user(s) that will run the SpiderOak service. If multiple # (space-separated) users are listed, a SpiderOak process will be started for # each user. SPIDEROAKUSER="bcotton" “root” or “admin” etc # SPIDEROAKCMD is the binary that is executed. Normally it should not be # necessary to set this. # SPIDEROAK='/usr/bin/SpiderOak' Step 8: Now we can enable the service for start-up at boot systemctl enable spideroakone systemctl start spideroakone systemctl status spideroakone One interesting aspect I noted, given my previous post on moving the cache folder from the /root, internal storage to the /apps directory on the spinning disk storage, is the SpiderOakONE install created a link in my root dir to SpiderOakONE. And SpiderOakONE links to /apps/Spideroak. I didn't do this - the install did! drwx------ 1 root root 34 Jul 15 13:17 autostart lrwxrwxrwx 1 root root 26 Sep 24 10:29 SpiderOak -> /root/.config/SpiderOakONE lrwxrwxrwx 1 root root 15 Sep 7 09:21 SpiderOakONE -> /apps/SpiderOak root@Sextuple:~/.config# So it appears that my /apps/SpiderOak directory, which holds the cache, is automatically "re-instated" as the cache for SpiderOakONE. Good luck!4KViews1like1Comment6.2.2 Front USB Flash Auto Backup
Previously in version 4.x of the FrontView software on my ReadyNAS Ultra and NV there is a feature for automatically backing up a USB flash drive when inserted to the front USB port. Great feature. I thought I saw it in 6.2, but had not yet set it up. Now in 6.2.2 I cannot find that thing anywhere. Am I dreaming? When a USB flash device is detected, automatically copy the content to: Share: Path: Thank you.5.3KViews1like7CommentsReadyCLOUD backup not deleting files
I'm not sure if this is the right place to post this, but there doesn't seem to be a dedicated forum for ReadyCLOUD users. I have a RN102 and do my backups using the Windows ReadyCLOUD PC app. The backup works fine as far as indexing and then uploading files. However, when I delete a file on the PC, it doesn't delete the file in the backup folder on the NAS. I tried various different network and folder access settings in the hope that it was just something I should have enabled and didn't. No luck. Is anyone else having the same issue? Does anyone know of a fix for it? If not, I hope they include it in their bug fixes, as it is seriously detracting from an otherwise decent product.5.4KViews1like2CommentsHow can one specify a different ssh port when using rsync?
Hello, I currently have a number of ReadyNAS Pro 6000 series NAS devices (RNDP6000). [I bought them last year, not knowing there was a newer, shinier, better model coming out shortly thereafter.] Either way, however, I am having issues with rsync over ssh. In short, is it possible to specify a different ssh port when using rsync in FrontView? Here are a few important facts 1) I can not use ssh port 22. My setup requires I use port numbers other than port 22 2) I can not have the router port forward to port 22 from an arbritrary external port as the source computer hosts a number of virtual machines and port 22 goes to a different virtual host which does not need to be backed-up. In short I can't get port forwarding tricks to work in this setup. 3) I do not want to use rsync without ssh as I value the encryption 4) I am using the RNDP6000 as the target device for the backup -- the source of the data is coming from a linux server (Redhat) 5) Because the source data is coming from a non-NAS devices, options such as Replicate are not an option I have tried a combination of the following for the FrontView rsync over ssh host address: mymachine.com:26, mymachine.com -p 26, mymachine.com, 26 where 26 is an example port number. Has anyone gotten this to work? I find it hard to belive that this can not be configured. But perhaps that is the case. Any help would be greatly appreciated! Jose3.7KViews1like3CommentsBackup, snapshots Best Practices
Looking for best practices for both Backups and Snapshots - including: - a clear differentiation between the two, why use backup vs. snapshot - why & when to use each, - snapshot & backup retention - daily/weekly/ monthly/ ? intervals & retention -space management -Off-site or secondary device backup (Ready DR to on or offsite backup NAS) -use of NAS 'enhancements' - added memory, 10GbE Nics, SSD drives, etc. Thanks in advance!4.3KViews1like3CommentsAccesso alla cartella delle APP
Salve, vorrei accedere alla cartella dove sono installate le APP, nello specifico, quella del PLEX, per poter fare il backup della configurazione. Ho googlato un pò in giro, ma non ho trovato nulla che mi aiutasse a risolvere il mio problema. Qualcuno sa come accedere? Grazie 1000Solved2.3KViews1like1Comment