Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Juniper Paragon Automation User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show paragon backup

date_range 18-Jun-24

Syntax

content_copy zoom_out_map
show paragon backup
content_copy zoom_out_map
show paragon backup include-failure (true | false)

Description

Show the backup files available across all the nodes of the Paragon Automation cluster.

Options

none

Display all backup files available across all nodes of the Paragon Automation cluster.

include-failure (true | false)

Display the failed backup attempts across all nodes when set to true.

Required Privilege Level

configure

Output Fields

Table 1 lists the output fields for the show paragon backup command.

Table 1: show paragon backup Output Fields

Field Name

Field Description

Node

IP address of the node on which the backup file is located.

Backup ID

Unique identifier for the backup filename.

Sample Output

show paragon backup

content_copy zoom_out_map
user@node> show paragon backup
Establishing SSH connection with 10.1.2.5
Establishing SSH connection with 10.1.2.6
Establishing SSH connection with 10.1.2.7
 
Following successful backups are available:
	Node		Backup ID
	10.1.2.4          20240507-082612
	10.1.2.5          20240507-083155

show paragon backup include-failure false

content_copy zoom_out_map
user@node> show paragon backup include-failure false
Establishing SSH connection with 10.1.2.5
Establishing SSH connection with 10.1.2.6
Establishing SSH connection with 10.1.2.7
 
Following successful backups are available:
	Node		Backup ID
	10.1.2.4          20240507-082612
	10.1.2.5          20240507-083155

show paragon backup include-failure true

content_copy zoom_out_map
user@node> show paragon backup include-failure true
Establishing SSH connection with 10.1.2.5
Establishing SSH connection with 10.1.2.6
Establishing SSH connection with 10.1.2.7
 
 
Following successful backups are available:
	Node		Backup ID
	10.1.2.4	20240507-082612
	10.1.2.5	20240507-083155
Establishing SSH connection with 10.1.2.5
Establishing SSH connection with 10.1.2.6
Establishing SSH connection with 10.1.2.7
 
Following un-successful backups are available:
	Node		Backup ID
	10.1.2.6	20240507-083613

Release Information

Command introduced in Paragon Automation Release 2.0.0.

footer-navigation