Koozali.org: home of the SME Server

Rsync on SME 7

Offline Teviot

  • *
  • 610
  • +0/-0
Rsync on SME 7
« on: November 15, 2006, 08:05:19 AM »
Can anyone tell me how to rsync http://mirror.contribs.org/smeserver/releases/7/iso/ to an Ibay on SME Sever v7.0?

I have looked at some rsync information and can't make head nor tail of it.  Please help with the commands to set this up?

I want to have it so it automatically updates as file change.
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Rsync on SME 7
« Reply #1 on: November 15, 2006, 08:36:22 AM »
Quote from: "teviot"
Can anyone tell me how to rsync http://mirror.contribs.org/smeserver/releases/7/iso/ to an Ibay on SME Sever v7.0?

I have looked at some rsync information and can't make head nor tail of it.  Please help with the commands to set this up?

I want to have it so it automatically updates as file change.

Regards
Adrian


Thats funny.

Are you sure you want to sync to that site...
http://forums.contribs.org/index.php?topic=34552.msg149275#msg149275
Regards,
William

IF I give advise.. It's only if it was me....

Offline Teviot

  • *
  • 610
  • +0/-0
Rsync on SME 7
« Reply #2 on: November 15, 2006, 08:54:52 AM »
That particular site is not nessesary ... but one that has SME Server on it.
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline raem

  • *
  • 3,972
  • +4/-0
Rsync on SME 7
« Reply #3 on: November 15, 2006, 01:23:28 PM »
teviot

Be resourceful !

man rsync
would tell you
or
search these forums on rsync as the commands have been posted a number of times previously
or
this should do it, include the space and dot at the end, and it's all on one line
rsync --recursive --verbose --archive --partial --progress rsync://ftp.ibiblio.org/pub/linux/distributions/smeserver/releases/7/iso/smeserver.iso .
...

Offline Teviot

  • *
  • 610
  • +0/-0
Rsync on SME 7
« Reply #4 on: November 16, 2006, 12:54:24 AM »
Quote
I have looked at some rsync information and can't make head nor tail of it.


I love it how people give you something to look at when the question and explaination of what someone want to do is in the original message
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline raem

  • *
  • 3,972
  • +4/-0
Rsync on SME 7
« Reply #5 on: November 16, 2006, 02:21:57 AM »
teviot

> ... when the question and explaination of what someone want to do is in the original message

> I have looked at some rsync information and can't make head nor tail of it.

If you can't make head or tail of it do you expect us to guess what you cant make head or tail of ?
Snap out of your self involved world.
You have to say specifically with examples what you did, what did or didn't happen, what you thought should have happened and then maybe people can give more specific answers.


> Please help with the commands to set this up?

Did you not understand that my answer was the actual rsync command to download the iso file, although it appears to be a link in the post (that happened after the event).

> I want to have it so it automatically updates as file change.

I didn't answer that, but a cron job using the rsync command given would probably achieve what you want.


If you don't understand an answer, say so, but please don't berate someone for giving an answer that you couldn't understand or thought was something else !!!
...