[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sauvegarde



Yannick Beynet wrote:
...
|
|>Voilà j'ai une grosse quantité de data à sauvegarder de façon au moins
|>hebdomadaire.
|>Il s'agit d'une plateforme d'hébergement hétérogene (Win NT4, W2K,
|>Debian, RH)
|>Les sauvegardes se font sur baie de disques.
|
|
| J'ai un système équivalent au boulot. Les données à sauvegarder sont
| *synchronisées* (pas recopiées complètement à chaque fois) sur un
| serveur dédié (Debian), lui-même sauvegardé sur bande après coup.
|
| Pour les machines Linux et Solaris, j'utilise rsync, et pour les
| machines Windows du smbtar.
|

Il y a aussi unison qui fonctionne sur Unix et Windows, qui comme rsync ne fait que synchroniser. Il peut de plus utiliser une connexion ssh.

La description du paquet :

Description: A file-synchronization tool for Unix and Windows
 Unison is a file-synchronization tool for Unix and Windows, written
 in OCaml. 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.
 .
 Unison offers several advantages over various synchronization methods
 such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
 synchronize between Windows and many UNIX platforms. Unison requires
 no root privileges, system access or kernel changes to function. Unison
 can synchronize changes to files and directories in both directions,
 on the same machine, or across a network using ssh or a direct
 socket connection.
 .
 Transfers are optimised using a version of the rsync protocol,
 making it ideal for slower links. Unison has a clear and precise
 specification, and is resilient to failure due to its careful
 handling of the replicas and its private structures.


--
==============================================
|              FREDERIC MASSOT               |
|     http://www.juliana-multimedia.com      |
|   mailto:frederic@juliana-multimedia.com   |
===========================Debian=GNU/Linux===



Reply to: