diff options
author | Stefan Schlesinger <sts@ono.at> | 2014-10-23 00:03:50 +0200 |
---|---|---|
committer | Stefan Schlesinger <sts@ono.at> | 2014-10-23 00:03:50 +0200 |
commit | d10c7bf47bca7019371a4bc512c9a16651997987 (patch) | |
tree | 9ae908b2723c19a982e97fcbffdc4f025259b7e2 /README.md | |
parent | 20611365cb166d8b2558c56f21da138c0ebb6def (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -23,8 +23,11 @@ Oxidized is a network device configration backup tool. Its a RANCID replacment! 5. [Cookbook](#cookbook) * [Debugging](#debugging) * [Privileged mode](#privileged-mode) - * [SQLite Example Configuration](#sqlite-example-configuration) - * [Default Configuration](#default-configuration) + * [Source: CSV](#source-csv) + * [Source: SQLite](#source-sqlite) + * [Output: GIT](#output-git) + * [Output: File](#output-file) + * [Advanced Configuration](#advanced-configuration) 6. [Ruby API](#ruby-api) * [Input](#input) * [Output](#output) @@ -209,7 +212,7 @@ source: enable: enable ``` -### Output: CSV +### Output: File Parent directory needs to be created manually, one file per device, with most recent running config. |