lamoni / jsnapcommander
PHP classes for dealing with Juniper's Snapshot Administrator(JSnap)
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/lamoni/jsnapcommander
This package is not auto-updated.
Last update: 2025-09-27 22:48:59 UTC
README
PHP classes for dealing with Juniper's Junos Snapshot Administrator (JSnap)
Example
$commander = new JSnapCommander( new JSnapTriggerDriverShell( new JSnapConfigTriggerShell( array( 'JSnapExecutable' => '/vagrant/junos-snapshot-administrator/bin/jsnap', 'ConfigFile' => '/vagrant/junos-snapshot-administrator/jsnap/samples/sample.conf', 'JuiseExecutable' => '/usr/jawa/bin/juise', 'SwapPath' => '/var/www/html/swap/', 'DeviceUsername' => 'root', 'DevicePassword' => 'Juniper' ) ) ), new JSnapIODriverFiles( new JSnapConfigIOFiles( array( 'SwapPath' => '/var/www/html/swap/' ) ) ) ); $commander->snapShot('192.168.33.11');