markdown 如何使用SSH压缩

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何使用SSH压缩相关的知识,希望对你有一定的参考价值。

To ZIP a folder via SSH (Secure Shell) log in to your server and at the command line type:

``zip -r myarchive.zip myfolder``

This will create a ZIP archive of all files and sub directories

-r  (This tells the server to include all files and sub directories)
archive.zip (The name of the zip file you want to create)
myfolder (The folder name you are targetting or use * if you are currently in the folder.)
To UNZIP an archive type:

``unzip myarchive.zip``

myarchive.zip (The name of the archive you are extracting)

##### Source: http://www.michaelbud.com/2010/10/how-to-zip-using-ssh/

以上是关于markdown 如何使用SSH压缩的主要内容,如果未能解决你的问题,请参考以下文章

使用SSH分卷压缩,下载到本地如何解压缩?

markdown 如何使用SSH密钥验证而不是密码验证来“获取”私有存储库。

markdown 如何使用SSH密钥验证而不是密码验证来“获取”私有存储库。

markdown 如何使用SSH密钥验证而不是密码验证来“获取”私有存储库。

markdown psql如何使用SSH隧道远程服务器中的数据库?

markdown 如何备份和恢复ssh密钥