rsync 에서요..

cohuman1의 이미지

제가 IDC 에 있는 제 리눅스서버(레드헷7.3)에 있는 사용자 계정을 백업받은 /backup 폴더를 일주일에 한번 rsync 를 통해서 제방에 있는 개인 리눅스서버(레드햇8.0)의 /backup 폴더로 미러링 할려고 합니다.

그래서
http://phpschool.com/bbs2/inc_view.html?id=8050&code=tnt2&start=0&mode=search&field=title&search_name=&operator=and&period=all&category_id=&s_que=rsync

여기 나와있는데로 했거든요.

제 컴에서
# rsync -avz 211.57.173.XXX::SU1/ /backup
를 했더니 아무것도 안나오다가 타임아웃걸리고 에러나오면서 안됩니다.

# rsync -e ssh -avz 211.57.173.XXX::SU1/ /backup
이렇게 했더니 root 패스워드를 물어보고 입력하면
미러링이 이루어 집니다.

왜 그런가요?;
참고로 IDC 에 있는 서버는 telnet 데몬은 돌리지 않고 있습니다.

berise의 이미지

telnet이 데몬이 없는데 telnet 요청을 어떻게 받아들일 수 있죠?

ssh는 (여전히!) 사용가능하기 때문에 -e 를 써서 ssh를 쓰는 겁니다.

cohuman1의 이미지

아 그렇군요;

그리고 제가 이것도 질문한다는것이 까먹었는데요.

패스워드를 물어보잖아요? 안물어 보게 할 수는 없나요?
패스워드를 물어본다는 말은 없었거든요.

그리고 cron 을 이용하여 자동으로 미러링을 한다고 할때
패스워드를 물으면 안되는 거잖아요.

/etc/hosts.allow 에 제 개인PC 아이피를 등록하고
/etc/rsyncd.conf 에 설정을 해주는것들이
패스워드를 묻지 않게 하기 위해서도 포함된거 아닌가요?;

아직 초보라서 질문조차도 엉성할 수 있습니다.
이해하시구요.^^.
제 글을 읽어주시는 분들, 답변해주시는 분들께 항상 감사드립니다.

cjh의 이미지

처음처럼 할려면 rsyncd.conf를 만들고 rsync를 (x)inetd에 등록시켜야 합니다. 그걸 안해 주셨네요.
링크시킨 문서에도 나와 있네요.

rsync IP:dir 일때 IP:dir인 거랑 IP::dir 인 거랑
차이가 있습니다. 콜론이 한개이면 계정 접속(rsh이나
ssh)이고, 두개이면 rsync protocol로 접속합니다.

--
익스펙토 페트로눔

cohuman1의 이미지

Quote:
service rsync
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
}

만들었으면 xinetd를 재시작해야 한다.
/etc/rc.d/init.d/xinetd restart 라고 하면 된다.

이거 말인가요.. 이거는 해주었거든요. 제가 링크시킨 문서에 나오는거는 다 해주었습니다;

그리고 : 를 한개만 하면 에러가 나오네요.

Quote:
[root@localhost root]# /usr/local/bin/rsync -e ssh -avz xxx.xxx.xxx.xxx:SU1/ /backup
root@xxx.xxx.xxx.xxx's password:
receiving file list ... link_stat SU1/. : No such file or directory
done
client: nothing to do: perhaps you need to specify some filenames or the --recursive option?
rsync error: some files could not be transferred (code 23) at main.c(636)

아직 초보라서 질문조차도 엉성할 수 있습니다.
이해하시구요.^^.
제 글을 읽어주시는 분들, 답변해주시는 분들께 항상 감사드립니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.