Classic Macintosh MPW tool for file synchronization
Go to file
Dietrich Epp dd96385d7c Style: Use trailing commas for enums
The trailing comma is supported in MPW and GCC. It fixes the formatting
issue with clang-format and makes cleaner diffs, so trailing commas have
been added to enums and clang-format has been run over the sources.
2022-04-10 03:51:59 -04:00
.vscode VS Code: Use spaces for indenting Python 2022-04-04 13:53:01 -04:00
bazel Create build rules for generated data 2022-03-22 19:02:57 -04:00
charmap Create build rules for generated data 2022-03-22 19:02:57 -04:00
convert Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
docs Fix broken Markdown link 2022-04-07 23:45:11 -04:00
gen Embed character map tables in executable 2022-03-24 23:44:37 -04:00
lib Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
scripts Update documentation comments in extract.py 2022-04-04 13:54:37 -04:00
sync Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
syncfiles.xcodeproj Add remaining tests to Xcode project 2022-03-31 15:10:05 -04:00
.bazelrc Remove unused Bazel setting 2022-03-23 02:08:01 -04:00
.clang-format Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
.gitignore Add script for building GitHub pages to branch 2022-04-07 23:24:34 -04:00
BUILD.bazel Add Bazel build scripts 2022-03-22 19:02:57 -04:00
Formats.md Generate conversion data for extended ASCII 2022-03-15 16:19:56 -04:00
LICENSE.txt Use Mozilla Public License, version 2.0 2022-04-04 13:59:26 -04:00
Makefile Add plain text and XML files to filter list 2021-03-26 03:47:55 -04:00
README.md Update README to reflect new project direction 2022-03-25 15:42:02 -04:00
WORKSPACE Create build rules for generated data 2022-03-22 19:02:57 -04:00
convert.c Convert files incrementally 2021-03-24 04:20:45 -04:00
convert.h Add plain text and XML files to filter list 2021-03-26 03:47:55 -04:00
convert_line_endings.c Add plain text and XML files to filter list 2021-03-26 03:47:55 -04:00
convert_test.c Convert files incrementally 2021-03-24 04:20:45 -04:00
copy.c Convert resource files 2021-03-24 04:20:46 -04:00
defs.h Add plain text and XML files to filter list 2021-03-26 03:47:55 -04:00
file.c Add plain text and XML files to filter list 2021-03-26 03:47:55 -04:00
mac_from_unix.c Convert files incrementally 2021-03-24 04:20:45 -04:00
mac_from_unix_data.h Refactor table generator, handle line breaks 2021-12-14 13:12:52 -05:00
mac_to_unix.c Convert files incrementally 2021-03-24 04:20:45 -04:00
sync.c Add plain text and XML files to filter list 2021-03-26 03:47:55 -04:00
test.sh Convert files incrementally 2021-03-24 04:20:45 -04:00
util.c Refactor: Pass conversion mode to file converter 2021-03-24 04:20:46 -04:00

README.md

SyncFiles

SyncFiles is being written, it is currently unusable.

SyncFiles is a tool which synchronizes files between classic Mac OS systems and modern systems. You can use it to copy files between a classic Macintosh development environment (e.g. MPW or CodeWarrior running on Mac System 7) and a modern Unix environment (e.g. a Basilisk II host system or AppleShare volume). SyncFiles will convert line endings, convert character encodings, preserve resource forks, and set file type and creator codes.

Sharing Files

You still have to figure out how to transfer files.

  • Networked Macs running Mac OS 9 or earlier: Use Netatalk to run a AFP file server on a different computer on the network. Connect to the file server using the Chooser. Use SyncFiles to transfer files between the local hard drive and the file server. Note that Netatalk may require special configuration in order to work with old Macs.

  • Networked Macs running Mac OS X: In addition to using AFP, you can also use a Samba file server. This will be easier to set up than Netatalk. Use SyncFiles to transfer files between the local hard drive and the file server. There is a command-line version of SyncFiles for Mac OS X.

  • Basilisk II or SheepShaver virtual machines: Use SyncFiles to transfer files between the VM and the host using the “host directory tree”. This requires either running Mac OS 7.6 or an older version of Mac OS with the “File System Manager 1.2” extension.

  • Other virtual machines: Mini vMac, QEMU: Unknown.

License

SyncFiles is distributed under the terms of the MIT license. See LICENSE.txt for details.