DirSync 1.01

Introduction



DirSync is a Directory Synchronizer this utility take two argument the source directory and the destination and make recursively the two directories identical. Can be used to make incremental copy of large data. For example if your file server is in the /data you can make a copy in /backup with the command : dirsync /data /backup the first time all data will be copied but when you issue again the command only the changed file are copied.

BE CAREFULLY BECAUSE IF SOME FILES OR DIRECTORIES ARE DELETED FROM THE SOURCE WHEN YOU SYNCHRONIZE THE DATA THE FILES OR DIRECTORIES WILL BE DELETED ALSO IN THE DESTINATION.

Installation


DirSync became with the full source for many system the makefile and the conditional compilation are tested for Linux and win32. To compile DirSync is sufficient to issue the following command : make system where system is the name of your system the supported system are Linux,watcomc,visualc but it is very simple add support for other unix family.

Files


The distribution come with the following files :

File name
Description
dirsync.c
Dirsync source.
getopt.c
getopt for win32.
dirent.c/dirent.h
opendir support for win32.
dirsync
Executable for linux
dirsync.exe
Executable for win32
dirsync.html
This file.
readme.txt
Release notes.


For any question or suggestion  contact me at mario@viara.cn