Short Tech Thoughts
Friday, March 11, 2011
Easy way to backup over ssh
Here's a really nice easy way to backup a folder over ssh.
tar zcvf - /localfolder | ssh user@remotehost "cat > /storage/location/filename.tar.gz"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment