AIX rsync concept


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers AIX rsync concept
# 1  
Old 03-27-2014
AIX rsync concept

Hi this is ram, I am beginers for AIX. I would like to know about AIX RSYNC concept.

Thanks
ram
# 2  
Old 03-27-2014
And I'd like to know the rationale of your question. To me it is incomprehensible.

bakunin
# 3  
Old 03-28-2014
AIX SYNC

Thanks for your reply. I have doubt in AIX Sync concept. Once we run the SYNC command in AIX server for take copy file into other server and do the file synchronization on server . My question is it's a one time execution command or need to schedule on everyday do the synchronization.

Thanks
ram
# 4  
Old 03-28-2014
Quote:
Originally Posted by thiruram
Once we run the SYNC command in AIX server for take copy file into other server and do the file synchronization on server . My question is it's a one time execution command or need to schedule on everyday do the synchronization.
Hmmm.... Do we talk about "rsync" or "sync" or "SYNC"? I know "rsync" (btw: it is not "RSYNC", but "rsync" - UNIX is case sensitive and "a" and "A" are not the same), but neither do i know "sync" nor "SYNC". Sorry, if this looks petty, but there are indeed cases where capitalization matters.

If we do indeed talk about "rsync": once you execute it it synchronizes two directories contents (one of which could be remote) so that both hold the same versions of the same files. If the contents of the two directories drift apart again you need to resynchronize by issuing the command again (or have it issued by some automatic mechanism for you). You can use "cron" (or something equivalent - Control-M, etc.) for that to resynchronize daily (or twice a day, hourly, weekly, ....).

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 5  
Old 04-01-2014
THANKS

Thanks for the detail information.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Rsync Error: rsync: link_stat failed: No such file or directory (2)

I wish to copy all the files & folder under /web/Transfer_Files/data/ on mymac1 (Linux) to remote server mybank.intra.com (Solaris 10) /tmp/ location I am using Ansible tool synchronize module which triggers the unix rsync command as below:rsync --delay-updates -F --compress --archive --rsh=ssh... (2 Replies)
Discussion started by: mohtashims
2 Replies

2. UNIX for Dummies Questions & Answers

ACL concept

Hi.. Could someone explain about setfacl,getfacl in unix and its uses. Regards, Suresh (1 Reply)
Discussion started by: suresh sunkara
1 Replies

3. UNIX for Advanced & Expert Users

Looping concept please help

Hi Gurus, Please help me in below requirement. Instance =5 (it is user parameter) total=52 (it is user parameter i need to split this to 5 and reminder as 1 instances totally 6 for example i need to splitt to each 52/5=10.4 1-10 11-20 21-30 31-40 41-50 (2 Replies)
Discussion started by: ragu.selvaraj
2 Replies

4. AIX

rsync in AIX

Hi expert, I am using AIX 64bit version 5.3 I need to configure rsync on it so that we can switch files from one server to other automatically. Please suggest some doc/way. Thanks is ADV (5 Replies)
Discussion started by: mcagaurav
5 Replies

5. UNIX for Dummies Questions & Answers

help me in RAID concept...

i couldn't get what does the metainit command represents in numeric values. (i.e) #metainit d66 2 1 c0t0d0s4 1 c0t0d0s5 ??here 2 1 1 represnts what ?? can some one tell clearly about this... (6 Replies)
Discussion started by: sriniv666
6 Replies

6. AIX

Use of mirroring concept....

hi.... Friends... Why using mirroring ? what is the use of mirroring? just any one tell about clearly.... thanks.... (4 Replies)
Discussion started by: Kannan841
4 Replies

7. UNIX for Dummies Questions & Answers

The Concept of thread

Hi all This is my first thread here.i confused with the concept of thread.Can anyone tell me this concept in detail.my Quation may be at primary level. Thanx in advance for help. (1 Reply)
Discussion started by: vishwasrao
1 Replies

8. UNIX for Advanced & Expert Users

semaphore concept

Hi All, I am going through the semaphore concept and have a doubt regarding the same and hope to get a resolution here. I have a file which has a number of records. I want to write an application (in C) which will be able to do concurrent read/write on these records. Of what I have... (8 Replies)
Discussion started by: maverix
8 Replies

9. HP-UX

LUN concept

In my location we have Hp storage (san),from there they created luns, so could u plz send me clear document for understanding LUN. (1 Reply)
Discussion started by: Prem
1 Replies
Login or Register to Ask a Question