rsyncバックアップサーバの導入---関連エラー
1255 ワード
1.rsyncサービス権限阻止問題
1. 1.クライアントエラー
Permission denied (13)
1.2エラー処理
[root@nfs01 lpc]# rsync -avz /lpc/ --exclude-from=/lpc/exclude_file [email protected]::backup --password-
file=/etc/rsync.password
sending incremental file list
rsync: delete of stat xattr failed for "." (in backup): Permission denied (13)
sent 196 bytes received 105 bytes 602.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
解決策rsyncサービス側の/backupディレクトリの所有者と所属グループの変更
[root@backup backup]# chown rsync.rsync /backup/
2.rsyncサービスバックアップディレクトリレベル作成機能
2.1クライアントエラー
No such file or directory (2)
2.2エラー処理
[root@nfs01 lpc]# rsync -avz /lpc/ [email protected]::backup/01/02 --password-file=/etc/rsync.password
sending incremental file list
rsync: mkdir "01/02" (in backup) failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(657) [Receiver=3.1.2]
2.3解決方法
rsyncサービスバックアップディレクトリ作成ディレクトリ機能–マルチレベルディレクトリ作成ディレクトリを作成できない場合は1レベル1レベル作成