Coder Social home page Coder Social logo

ruci's Introduction

ruci

Small utility for mass backup / restoring of OpenWrt routers configurations.

Dependencies

on local host: [hg | git] , uci

on both local and remote host: ssh, scp, tar

Getting uci for yourself is really easy: (compilation is a breeze)

uci git clone git://nbd.name/uci.git

...or simply redefine getIpFromUciConfig()

Usage

 Usage: $0 push [-n] [-f|-q] [-w secs] [-i <host>] NAME [[-i <host>] NAME] ...
        $0 pull [-z] [-i <host>] NAME [[-i <host>] NAME] ...
        $0 confirm NAME [NAME] ...
        $0 status [-f] [-i <host>] NAME [[-i <host>] NAME] ...
 
 Manage remote uci configuration in NAME(s)
 
  -w, --wait NUM       After applying configuration, wait for NUM seconds
                     before reboot.
  -i, --ip HOST              Override the IP used for pull, push, status...
                     Applies only to the next NAME specified in command line.
  -n, --no-reboot    Prevent rebooting after pushing and applying configuration.
  -z, --gzip       Use gzip compression on incoming network traffic during pull.
                     Better perfomance on slow links, at the expense of high cpu load.
  -f, --full       Push (or check) whole /overlay instead of just /overlay/etc.
                     Increases network traffic = slower perfomance.
                     Useful to check for package installs or removals
                     or to push a complete overlay to a clean install of openwrt.
  -q, --quick      Push only a small subset of files in /etc that don't need reboot,
                     such as /etc/hosts. Implies -n, overrides -f.

ruci's People

Contributors

altergui avatar spiccinini avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.