Download List

Projeto Descrição

Fsync is a Perl script which allows for file synchronization between remote hosts, containing functionality similar to that of the rsync and CVS packages. Since fsync is a single Perl script, setting up file synchronization on a new machine is relatively simple. Communication between the hosts is via a socket mechanism, with the remote server started by rsh, by ssh or manually. The program was written with slow modem connections in mind. Fsync supports the concept of merging differences from local/remote hosts with hooks for tools to merge the trees. Fsync requires perl 5.004 or newer. This program is licensed under the GNU Public License.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-08-15 20:45
2.84

Adicionado a funcionalidade de espelhamento (assim que se comporta como rsync). Melhor suporte para sincronização entre vários hosts, e um tratamento mais flexível dos links simbólicos também está disponível. Muitas outras pequenas alterações foram feitas aqui.
Tags: Major feature enhancements
Added mirroring functionality (so it behaves like rsync). Better support for synchronization between multiple hosts, and more flexible treatment of symlinks is also available. Many other minor changes have been made here.

2001-01-30 15:12
2.46

Agora, usando um algoritmo de checksum diferente, o que reduz colisões. Um arquivo de diretório por diretório / excluir opção significa que ao invés de ter que modificar o arquivo. Fsyncrc, uma entrada pode ser colocado no caso. Fsync-skip arquivo. Os links simbólicos são lidar melhor porque fsync trabalha agora com links dangling. Isto permite a sincronização de diretórios CFS, por exemplo. Manipulação de erro remoto é melhorada.
Now using a different checksum algorithm, which reduces collisions. A per-directory file/directory exclude option means that instead of having to modify the .fsyncrc file, an entry can be placed in the appropriate .fsync-skip file. Symbolic links are now handle better because fsync now works with dangling links. This allows syncing of CFS directories, for instance. Remote error handling is improved.

2001-01-30 15:12
2.35

Ele agora apresenta cópia incremental de arquivos grandes, suporte para execução automática, e com várias correções.
It now features incremental copying of large files, support for unattended execution, and various bug fixes.

2001-01-30 15:12
2.19

Este é o primeiro anúncio para fsync.
This is the first announcement for fsync.

Project Resources