Scripting
Read More
Piping binary data to a remote shell via ssh
tar -czpf – source_dir –exclude=/proc –exclude=/mnt | ssh user@desktop ‘cat > /path/to/target/dest.tar.gz’
A chronological documentation test project, nothing serious, really!
tar -czpf – source_dir –exclude=/proc –exclude=/mnt | ssh user@desktop ‘cat > /path/to/target/dest.tar.gz’
Sometimes you want to have users, that have access to files on your server, but don’t want them to be able to log in and execute commands on your server.