Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 659 Bytes

EXAMPLE-JUNOS.md

File metadata and controls

22 lines (15 loc) · 659 Bytes

JunOS Configuration Archival

Based Backup Configurations to an Archive Site

Local side

ftp-worker \
  -on-write ./on-write-junos-archive.py \
  -workdir path/to/git-repo

JunOS side

Based transfer-on-commit command automate backup JunOS configuration to remote-side

set system archival configuration transfer-on-commit
set system archival configuration archive-sites ftp://<username>@<host>:<port>/<path> password <password>