8
rsync가 계속 연결을 끊습니다. 파이프 파손
rsync홈 디렉토리를 백업 하는 데 사용 하고 있습니다. 이것은 오랫동안 오랫동안 잘 작동했습니다. 내가 사용하는 명령은 다음과 같습니다. rsync \ -pavz \ --delete \ --exclude 'mnt/' \ --exclude '.cache/' \ --exclude 'Videos/' \ --exclude 'Music/' \ --exclude 'Documents/virtualbox' \ /home/"${USER}" "${server}":"${dir}" 2>> "${errorFile}" 그러나 백업중인 서버를 전환했으며 이제 rsync몇 초 …
14
ssh
networking
rsync
backup