netcfgbu
Network Configuration Backup
파일 탐색기
최종 버전 다운로드 (.zip)- main.yml
- python-publish.yml
- netcfgbu
- commands.md
- config-credentials.md
- config-inventory-integrations.md
- config-ospec.md
- config-osspec-custom-connectors.md
- config-ssh-jumphost.md
- config-ssh-options.md
- config-vcs-git.md
- configuration-file.md
- environment_variables.md
- inventory.md
- mkbadges.sh
- motivation.md
- plugins.md
- QuickStart.md
- TOC.md
- troubleshooting.md
- usage-filtering.md
- usage-vcs.md
- version.svg
- netbox_inventory.py
- README.md
- requirements.txt
- __init__.py
- backup.py
- inventory.py
- lint.py
- login.py
- main.py
- probe.py
- report.py
- root.py
- vcs.py
- __init__.py
- basic.py
- ssh.py
- __init__.py
- git.py
- __init__.py
- aiofut.py
- config.py
- config_model.py
- consts.py
- filetypes.py
- filtering.py
- inventory.py
- jumphosts.py
- linter.py
- logger.py
- os_specs.py
- plugins.py
- probe.py
- test-plugin.py
- do-fail.sh
- do-nothing.sh
- fake-testkey
- mvp-netcfgbu.toml
- test-config-jumphosts.toml
- test-config-logging.toml
- test-config-os-name-prompt-pattern.toml
- test-config-os_name.toml
- test-content-config.txt
- test-credentials.toml
- test-csv-withcomments.csv
- test-gitspec-badrepo.toml
- test-gitspec.toml
- test-inventory-fail.toml
- test-inventory-noscript.toml
- test-inventory-script-donothing.toml
- test-inventory-script-fails.toml
- test-inventory.toml
- test-just-defaults.toml
- test-linter-fail.toml
- test-linter.toml
- test-small-inventory.csv
- test-vcs.toml
- __init__.py
- conftest.py
- test_cli_inventory.py
- test_cli_probe.py
- test_cli_vcs.py
- test_config.py
- test_connectors.py
- test_filetypes.py
- test_filtering.py
- test_inventory.py
- test_jumphosts.py
- test_linters.py
- test_os_name.py
- test_os_name_prompt_pattern.py
- test_plugins.py
- test_probe.py
- test_vcs.py
- .coveragerc
- .gitignore
- .pre-commit-config.yaml
- inventory.csv
- LICENSE
- MANIFEST.in
- netcfgbu.toml
- pyproject.toml
- README.md
- RELEASE-NOTES.md
- requirements-develop.txt
- requirements.txt
- setup.py
- tasks.py
- tox.ini
- VERSION
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jeremyschulman/netcfgbu
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd netcfgbu
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r netbox/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
