TwinSync is a powerful, user-friendly folder synchronization and backup tool for macOS. It leverages the robust capabilities of rsync to ensure data integrity, preserve metadata, and offer advanced synchronization features.
- Overview
- Key Features
- How It Works
- Installation
- Usage
- Advanced Configuration
- Troubleshooting
- Contributing
- License
- Contact
TwinSync simplifies the process of keeping your important files and folders synchronized across multiple locations. Whether you're backing up critical data, maintaining dev/production parity, or keeping your work in sync across devices, TwinSync offers a reliable and efficient solution.
- Intuitive Interface: Drag-and-drop functionality for easy operation.
- Intelligent Synchronization: Only transfers changed files to save time and bandwidth.
- Metadata Preservation: Maintains file attributes, permissions, and timestamps.
- Flexible Scheduling: Set up automatic syncs at specified intervals.
- Conflict Resolution: Smart handling of conflicting changes with user-friendly options.
- Versioning: Keeps multiple versions of changed files for easy recovery.
- Secure Transfer: Option for encrypted transfers when syncing over networks.
- Cross-platform Compatibility: Designed for macOS, with future Windows and Linux support planned.
- Detailed Logging: Comprehensive logs for auditing and troubleshooting.
- Customizable Ignore Rules: Easily exclude files or folders from syncing.
- Source Selection: Choose the folder you want to sync via drag-and-drop or file picker.
- Destination Setup: Select or create the destination for your synchronized data.
- Configuration: Set your preferences for sync behavior, scheduling, and conflict resolution.
- Analysis: TwinSync scans the source and destination, identifying differences.
- Synchronization: Files are copied, updated, or deleted based on your settings.
- Verification: A thorough check ensures data integrity post-sync.
- Reporting: Receive a detailed summary of the sync operation.
-
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
Install TwinSync:
brew install twinsync
-
Launch TwinSync:
- From your Applications folder
- Or via command line:
twinsync
- Open TwinSync.
- Drag your source folder onto the TwinSync window.
- Select or create a destination folder.
- Click “Sync Now.”
For advanced users, TwinSync can be operated via the command line:
twinsync sync /path/to/source /path/to/destination
Access advanced settings through the TwinSync preferences menu:
- Sync Schedules: Set up automatic syncs (hourly, daily, or weekly).
- Conflict Resolution: Choose how to handle conflicting changes.
- Versioning: Configure how many past versions of files to keep.
- Ignore Rules: Set up patterns for files/folders to exclude.
- Network Settings: Configure bandwidth limits and encryption for network syncs.
- Sync Fails: Ensure you have the necessary permissions for both source and destination.
- Slow Performance: Check your network connection or try excluding large, frequently changing files.
- Conflicts: Review the conflict resolution settings and manually resolve conflicts if needed.
We welcome contributions to TwinSync! Here’s how you can help:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m "Add some AmazingFeature"
- Push to the branch:
git push origin feature/AmazingFeature
- Open a Pull Request.
Please read CONTRIBUTING.md for details on our code of conduct and submission process.
This project is licensed under the MIT License. See the LICENSE.md file for details.
Your Name – [email protected]
Project Link: GitHub