https://github.com/acj/dirmirror
A simple tool for mirroring a directory structure (sans files)
https://github.com/acj/dirmirror
Last synced: 9 months ago
JSON representation
A simple tool for mirroring a directory structure (sans files)
- Host: GitHub
- URL: https://github.com/acj/dirmirror
- Owner: acj
- Created: 2010-02-27T19:48:20.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-27T19:48:49.000Z (over 16 years ago)
- Last Synced: 2025-02-23T04:42:55.150Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Dirmirror
This program allows one to make an exact copy of a given directory structure,
ignoring all files and symlinks. If the target directory is a subdirectory
of the source directory (regardless of depth), the target directory will not
be mirrored.
TO COMPILE:
g++ -o dm dirmirror.cpp
This program has been tested on Linux (x86, amd64), FreeBSD 5.3-RELEASE, and
Mac OS X 10.4 (Tiger).
LICENSE:
See the license header at the top of each source file for licensing
information.