Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
The first step is to select a source directory.
Insatllation Steps in fedroa.
[root@ramank ~]# yum install unison240.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unison240.i686 0:2.40.63-6.fc16 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
unison240 i686 2.40.63-6.fc16 updates 845 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 845 k
Installed size: 2.9 M
Is this ok [y/N]: y
Downloading Packages:
unison240-2.40.63-6.fc16.i686.rpm | 845 kB 00:06
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : unison240-2.40.63-6.fc16.i686 1/1
Installed:
unison240.i686 0:2.40.63-6.fc16
Complete!
Look & feel.
[root@ramank ~]# unison
For more info :-
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html
The first step is to select a source directory.
The second step is to choose the destination. This can be another local directory, although it can physically reside on another partition or even another hard disk, including removable media or network locations. You can also use ssh to backup data to remote locations securely.
Insatllation Steps in fedroa.
[root@ramank ~]# yum install unison240.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unison240.i686 0:2.40.63-6.fc16 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
unison240 i686 2.40.63-6.fc16 updates 845 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 845 k
Installed size: 2.9 M
Is this ok [y/N]: y
Downloading Packages:
unison240-2.40.63-6.fc16.i686.rpm | 845 kB 00:06
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : unison240-2.40.63-6.fc16.i686 1/1
Installed:
unison240.i686 0:2.40.63-6.fc16
Complete!
Look & feel.
[root@ramank ~]# unison
For more info :-
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html

0 comments:
Post a Comment