Introduction Restoring data from NL Isilon is quite a simple affair with standard UNIX commands. This how to may just save some time on the trial and error aspect of a restore. If a request comes in to retrieve data
Example syntax for Secure Copy (SCP)
Examples Copy the file “foobar.txt” from a remote host to the local host $ scp your_username@remotehost.edu:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local host to a remote host $ scp foobar.txt your_username@remotehost.edu:/some/remote/directory Copy the directory “foo” from the local
SCP Example Cisco ASA to Linux
Introduction I’m adding this here cause sometimes I’m dense and I forget the command. Command Examples copy running-config scp://dave@myVM/home/dave/running-config-scp Source filename [running-config]? Address or name of remote host [myVM]? Destination username [dave]? Destination filename [home/dave/running-config-scp]? Cryptochecksum: 5b1178ff 4db70c26 45645f8f 7ec33023