rsync -P -e ssh local_file user@host:remote_file
Showing posts with label rsync. Show all posts
Showing posts with label rsync. Show all posts
Wednesday, May 10, 2017
How to Resume an SCP Transfer
Thursday, March 1, 2012
scp太慢了
在转移5G文件到新服务器时用scp只有60k,换用rsync+ssh,4M速度!
[cc]rsync -ave ssh greendome:/home/ftp/pub/ /home/ftp/pub/[/cc]
[cc]$ rsync -avz -e "ssh -i /home/thisuser/cron/thishost-rsync-key" remoteuser@remotehost:/remote/dir /this/dir/[cc]
[cc]rsync -ave ssh greendome:/home/ftp/pub/ /home/ftp/pub/[/cc]
[cc]$ rsync -avz -e "ssh -i /home/thisuser/cron/thishost-rsync-key" remoteuser@remotehost:/remote/dir /this/dir/[cc]
Thursday, September 29, 2011
rsync 增量备份
[cc lang="text"]rsync --force --ignore-errors --delete --delete-excluded --exclude "logs/" --exclude "umslog/" 192.168.254.221::www-back /Datas/Backup/Rsync-YuKuai/app-daily --log-file=/Datas/Backup/Rsync-YuKuai/logs/`date +%Y-%m-%d`.log -azv -backup --backup-dir=/Datas/Backup/Rsync-YuKuai/app-daily-arch/`date +%Y-%m-%d`[/cc]
Subscribe to:
Posts (Atom)