Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从另一个虚拟主机购买了另一台服务器,并想从我当前的主机传输所有文件。我不在新服务器上使用 cPanel,所以我想使用 sftp 或 rsync。
我的问题是我是否应该在将当前主机中的所有文件传输到新服务器之前对其进行压缩/压缩。
提前致谢
试试这个 ..
rsync -r -avH --exclude "exlude/dir" user@hostname:/from/source/* /to/destination > rsync_log_date +%F-%R`.log 2>&1