TFTP

Using TFTP server as a second backup

TFTP server has connected to Router


//copy confuguration from router to tftp server
TCK#copy running-config tftp
Address or name of remote host []? 192.168.1.2
Destination filename [TCK-confg]? tck-config

Writing running-config...!!
[OK - 557 bytes]

557 bytes copied in 0.001 secs (557000 bytes/sec)

//copy configuration from tftp to router
TCK#copy tftp running-config 
Address or name of remote host []? 192.168.1.2
Source filename []? tck-config
Destination filename [running-config]? 

Accessing tftp://192.168.1.2/tck-config...
Loading tck-config from 192.168.1.2: !
[OK - 557 bytes]

557 bytes copied in 0 secs

note:
ip address of router is 192.168.1.1/30
ip address of server is 192.168.1.2/30