lra/mackup

Backup and keep your application settings in sync.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 3rd, 2026
Created on April 6th, 2013
Open Issues & Pull Requests: 294 (+0)
GitHub issues: Enabled
Number of forks: 944
Total Stargazers: 15,318 (+0)
Total Subscribers: 138 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.7 hours
Mean response time: 162.0 days
90th percentile: 279.7 days
Tracked items: 57

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 696 days
Stale 30+ days: 19
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • TODO (4)
  • TOFIX (2)
  • Discussion (1)
  • User Action Needed (1)
  • new-app-config (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Mackup is a backup and synchronization tool that manages application configuration files across multiple workstations.

The tool solves the problem of manually reconfiguring applications when setting up new machines. It works by tracking pure configuration files for supported applications and storing them in a centralized location, excluding cache, temporary, and locally specific files. Mackup offers two operational modes: copy mode, which duplicates configuration files to a backup storage location, and link mode, which moves configuration files into the backup folder and creates symbolic links to their original locations. Users can back up settings from one machine, then restore or link them on another machine with a single command.

Mackup suits developers and power users who work across multiple workstations and want to maintain consistent application configurations. It supports numerous applications and can store backups in various cloud storage services. The tool works on macOS and Linux. Users should be aware that link mode has known issues on macOS and may not function correctly on that platform. The project provides per-application control, allowing users to back up or restore individual applications rather than only operating on all configured applications at once.

The project maintains active engagement with configuration management across diverse application ecosystems. Development includes ongoing support for new applications and storage backends as users request them. The codebase remains responsive to platform-specific issues, including documented limitations and workarounds for certain operating systems.