[X] The "/OpenNMS/standalone-opennms-installer-1.7.4.jar" file could not be found or is not available. Please select another file.

Black Mirror is a tool which syncs and backs up data between one or more computers and external storage devices. No daemon or database required.


http://blkmror.sourceforge.net





Separate each tag with a space.

Release Date:

2007-11-03

Topics:

License:

Operating System:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2007-04-10

Ratings and Reviews

Be the first to post a text review of Black Mirror. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • blkmror 1.2 file released: blkmror-1.2.zip

    Thu 2007/10/11, vbwx: * Improved error reports on the command line -> arg_error() -> die() and warn() overridden -> Switch -v lets die() and warn() print the $! variable Wed 2007/10/17, vbwx: * Directories with extensions in their names are treated like regular files when they are to be archived (to take care of Mac OS X "packages"); switch -d deactivates this behavior. Sat 2007/10/20, vbwx: * BUGFIX: Relative paths (as SRC or TARGET arguments) are resolved to absolute paths first. Sat 2007/10/27, vbwx: * Security Patch: Entries ".." and "." (with or without leading/trailing slashes) in a .BM_Tree file are skipped. Mon 2007/10/29, vbwx: * BUGFIX: Symbolic links in any directory (SRC or TARGET) are skipped. * On Windows, Thumbs.db files and on Mac OS X, .DS_Store files are skipped. Thu 2007/11/01, vbwx: * New switch -a also syncs attributes (Windows & Mac OS X) and modes of files. * New switch -x activates -a but removes x-modes from files. Fri 2007/11/02, vbwx: * New switch -C deletes archived files in the backup directory. * Files in TARGET not listed in the .BM_Tree file and not found in SRC are always backed up (except when switch -s is set). Sat 2007/11/03, vbwx: * Files in TARGET that are newer than the .BM_Tree file are always backed up. (Also the user will be notified of that, unless Quiet mode is set.) * Upgrade scripts created, which don't download modules from CPAN first. * Switch -s ("Strict mode, only forward backups") is now -S.

    posted 744 days ago

  • blkmror 1.2 file released: blkmror-1.2.tar.gz

    Thu 2007/10/11, vbwx: * Improved error reports on the command line -> arg_error() -> die() and warn() overridden -> Switch -v lets die() and warn() print the $! variable Wed 2007/10/17, vbwx: * Directories with extensions in their names are treated like regular files when they are to be archived (to take care of Mac OS X "packages"); switch -d deactivates this behavior. Sat 2007/10/20, vbwx: * BUGFIX: Relative paths (as SRC or TARGET arguments) are resolved to absolute paths first. Sat 2007/10/27, vbwx: * Security Patch: Entries ".." and "." (with or without leading/trailing slashes) in a .BM_Tree file are skipped. Mon 2007/10/29, vbwx: * BUGFIX: Symbolic links in any directory (SRC or TARGET) are skipped. * On Windows, Thumbs.db files and on Mac OS X, .DS_Store files are skipped. Thu 2007/11/01, vbwx: * New switch -a also syncs attributes (Windows & Mac OS X) and modes of files. * New switch -x activates -a but removes x-modes from files. Fri 2007/11/02, vbwx: * New switch -C deletes archived files in the backup directory. * Files in TARGET not listed in the .BM_Tree file and not found in SRC are always backed up (except when switch -s is set). Sat 2007/11/03, vbwx: * Files in TARGET that are newer than the .BM_Tree file are always backed up. (Also the user will be notified of that, unless Quiet mode is set.) * Upgrade scripts created, which don't download modules from CPAN first. * Switch -s ("Strict mode, only forward backups") is now -S.

    posted 744 days ago

  • blkmror 1.2 file released: blkmror-1.2.tar.bz2

    Thu 2007/10/11, vbwx: * Improved error reports on the command line -> arg_error() -> die() and warn() overridden -> Switch -v lets die() and warn() print the $! variable Wed 2007/10/17, vbwx: * Directories with extensions in their names are treated like regular files when they are to be archived (to take care of Mac OS X "packages"); switch -d deactivates this behavior. Sat 2007/10/20, vbwx: * BUGFIX: Relative paths (as SRC or TARGET arguments) are resolved to absolute paths first. Sat 2007/10/27, vbwx: * Security Patch: Entries ".." and "." (with or without leading/trailing slashes) in a .BM_Tree file are skipped. Mon 2007/10/29, vbwx: * BUGFIX: Symbolic links in any directory (SRC or TARGET) are skipped. * On Windows, Thumbs.db files and on Mac OS X, .DS_Store files are skipped. Thu 2007/11/01, vbwx: * New switch -a also syncs attributes (Windows & Mac OS X) and modes of files. * New switch -x activates -a but removes x-modes from files. Fri 2007/11/02, vbwx: * New switch -C deletes archived files in the backup directory. * Files in TARGET not listed in the .BM_Tree file and not found in SRC are always backed up (except when switch -s is set). Sat 2007/11/03, vbwx: * Files in TARGET that are newer than the .BM_Tree file are always backed up. (Also the user will be notified of that, unless Quiet mode is set.) * Upgrade scripts created, which don't download modules from CPAN first. * Switch -s ("Strict mode, only forward backups") is now -S.

    posted 744 days ago

  • Black Mirror 1.2 Released

    Finally, the biggest update to Black Mirror yet is available for download. It lets you now sync file attributes/modes too, provides better error reports, handles Mac OS X "packages" properly and introduces a feature to clean up your backup device. The backup procedure and the Strict mode have been improved as well.

    posted by vbwx 744 days ago

  • File released: /blkmror/1.2/blkmror-1.2.tar.bz2

    posted 744 days ago

  • File released: /blkmror/1.2/blkmror-1.2.tar.gz

    posted 744 days ago

  • File released: /blkmror/1.2/blkmror-1.2.zip

    posted 744 days ago

  • blkmror Black Mirror 1.1 file released: blkmror-1.1.zip

    Caption: | + Feature added | | - Feature removed | | * Bugfix | | / Feature changed | | = Feature moved | Wed 2007-08-15, vbwx: * Modification times for new or changed files are now taken from the source files, i.e., not every file is supposed to be new. -> array splice of stat before every [dir]copy/[dir]move/mkdir stored -> utime changes access/mod time of new/changed file Wed 2007-08-22, vbwx: = Switch -i ("Only create .BM_Tree file") is now -T / Most file attributes on Mac OS X are preserved -> copy() and move() provided by MacOSX::File::Copy / The "Locked" flag on Mac OS X is recognized as read-only and is excluded from sync/backup procedure if switch -r is active

    posted 817 days ago

  • First Stable Release of Black Mirror

    Black Mirror 1.1 now offers better file handling on Mac OS X and always syncs the time stamps of files, so only files will be copied that actually are new or have changed.

    posted by vbwx 817 days ago

  • File released: /blkmror/Black Mirror 1.1/blkmror-1.1.zip

    posted 817 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Black Mirror Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review