服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. ssh
  3. 压缩和发送
Intereting Posts
如何监控,识别和debuggingApache2中的缓慢请求 无法将日历忙/闲信息从O365共享到外部联合域 DBRD双主心跳资源pipe理 在xubuntu 15.10中禁用可预测的networking接口名称 寻找一种方式来监视/通知当IISclosures 如何在没有服务器root密码的情况下保护mysql? 在upstart.conf运行之后,精简的进程会重复 运行一个.exe作为检测方法SCCM 通过Yum安装“timeout”unix实用程序 即使在启用“需要签名”后,LDAP也会抛出事件ID 2887警告 MBSA离线扫描问题与新版本的wsusscn2 Windows 2008 RemoteAPP客户端在几分钟内断开连接 试图诊断Apache的瓶颈 Windows Server 2012 DC在reboot / dcpromo后失去时间同步 无法通过VPN连接到networking连接到SSH或FTP

压缩和发送

以下工作如预期:

ssh -t [email protected] "sudo mysqldump --databases company test " > /home/shantanu/backup_full_101x.sql 

当我添加gzip它不起作用:

 ssh -t [email protected] "sudo mysqldump --databases company test | gzip " > /home/shantanu/backup_full_101x.sql.gzip 

我尝试使用 – gzip后,它仍然没有工作。 如何压缩数据并将其发送到当前服务器?

  • 使用SSH获取Kerberos票证
  • 使用SSH在多个域的日志中查找对有问题的脚本的访问
  • 重复找不到远程备份目录?
  • OpenSSH和远程调用
  • 权限在创build/复制ssh密钥对时被拒绝

  • Unix上的SFTP默认为密钥authentication
  • apache服务器在easyapache重build后closures
  • 如何通过SSH连接到codesion.com的GitHub?
  • TortoiseSVN作为基于Linux的存储库的远程查看器
  • 如何安装PHPWhoIs

尝试添加选项--stdout -f到gzip 。

 ssh -t [email protected] "sudo mysqldump --databases company test | gzip --stdout -f " > /home/shantanu/backup_full_101x.sql.gzip 
  • 保存文件权限更改(使用root)
  • 连接到ssh时出错
  • 有一种方法可以在用户成功login时通过SSH自动转发端口?
  • 把我的dynamicIP变成静态的使用VPS?
  • Ubuntu – 新的Ubuntu服务器不会接受新的公共IP
  • Capistrano部署到VPS失败
  • configuration交互式键盘validation
  • 没有DNS条目的SSH公钥authentication
  • SSH公钥authentication失败Mac OSX
  • Ubuntu服务器SSH不自动启动

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy