Recent content by RichB

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. R

    Rsync backup server

    I think that your problem is that you're passing -e (without a shell command) and --rsh, so that might be causing a conflict. Try leaving out the -e. If most of your data doesn't change between backups, then speed is mostly an issue the first time you back up.
  2. R

    Rsync backup server

    Installing the daemon isn't necessary if you have SSH access set up. You can use the -e option to rsync to tunnel rsync through SSH. Something like this would work rsync -e ssh local_file user@router.asus.com:/path/to/remote Basic rsync does need to be installed on the router, though.
  3. R

    intermittent loss of conectivity between 2.4 and 5 GHz bands

    Hmm, that seems like a different problem from mine, but I can try to upgrade the firmware.
  4. R

    intermittent loss of conectivity between 2.4 and 5 GHz bands

    I'm running an RT-AC68W with 380.58 firmware. I've had a couple of instances where the computers on the 2.4 GHz bandwidth and the 5 GHz bandwidth can no longer ping or ssh computers on the other band. They can still reach the router and the internet, and I can ssh into the router and then into...
  5. R

    Using Uverse STB for WAN connection

    I have AT&T Uverse for my ISP. The residential gateway is in my basement, but if I put the router (RT-AC68U) in the basement, I don't get good wifi coverage in the back of my house. I have a Uverse set top box in my living room that's connected to the RG via coax cable. I realized that I can...
Top