rsync -avz /home/user/source/ /home/user/dest/ >& /tmp/rsync.log if [ $? -eq 0 ]; then echo "成功" else echo "失敗" fi
0 件のコメント:
コメントを投稿