SSH Snippets
# for the things I rarely do but often forget | |
# copy files via ssh | |
scp foobar.txt your_username@remotehost.com:/some/remote/directory |
This comment has been minimized.
This comment has been minimized.
Update public_html symlink to application web folder |
This comment has been minimized.
This comment has been minimized.
Find replace text across multiple files |
This comment has been minimized.
This comment has been minimized.
Tar directory, exclude files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
samsargent commentedNov 17, 2015
untar but ignore existing files (don't overwrite)
tar --skip-old-files -xzvf media.tar.gz