cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1676
Views
5
Helpful
2
Replies

RV082 Backup File View

Keith Uhlmann
Level 1
Level 1

Is there a way to view the contents of the .exp file generated from exporting the configuration from RV082?

I've got a couple of RV082 that have the same rules, but want to compare the configuration.                   

2 Replies 2

Good afternoon Keith Uhlmann

Thanks for using our forum

From 4th byte the rest is the zipped config. try it:

#! /usr/bin/perl -w

use Compress::Zlib;

open(FH, $ARGV[0]);

binmode FH;

seek FH, 4, 0;

sysread FH, $_, (-s $ARGV[0]) - 4;

print uncompress($_);

close(FH);

I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered.

Greetings,

Johnnatan Rodriguez Miranda

Thanks for the information. i'm curious about how to action the script you've included

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: