[j-nsp] any way to backup files as cisco

raymondh (NSP) raymondh.nsp at gmail.com
Mon Nov 10 06:27:29 EST 2008


On default JUNOS has the backup of the configs inside the chassis  
using rollback; for viewing and comparison use diff or compare.
Secondly, for external sources backup, you can use rancid which  
support JUNOS syntax or you can write a shell script for fetch it via  
SCP.

On Nov 9, 2008, at 11:32 AM, Erdem Sener wrote:

> Hi,
>
> TFTP is not supported in JUNOS, supported copy methods are
> ftp,http,scp or 'file' knob which stores a copy of the file locally
>
> If you like, you can also automate this task (or tie to each commit).
> You might want to use the URL below as a starting point:
>
> http://www.juniper.net/techpubs/software/junos/junos91/swconfig-system-basics/configuring-a-router-to-transfer-its-configuration-to-an-archivesite.html#id-10981417
>
> Cheers,
> Erdem
>
> On Sun, Nov 9, 2008 at 2:04 AM, Tore Anderson <tore at linpro.no> wrote:
>> * chloe K
>>
>>>  I am wandering whether any backup process is in juniper
>>>
>>>  in cisco
>>>
>>>  copy running-config tftp
>>
>> Not sure about tftp, but you can use scp to get hold of the config  
>> file:
>>
>> scp router:/config/juniper.conf.gz /backup-dir/
>>
>> Or use scp from the router itself:
>>
>> file copy /config/juniper.conf.gz backup-host:
>>
>> You'll probably also be able to use plain FTP to the router to grab  
>> the
>> file.
>>
>> Regards,
>> --
>> Tore Anderson
>> _______________________________________________
>> juniper-nsp mailing list juniper-nsp at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/juniper-nsp
>>
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp



More information about the juniper-nsp mailing list