From 2fce1e5a59f88eaaf05bc1d0d534f88c3b49c620 Mon Sep 17 00:00:00 2001 From: Jay Pea <49571924+jtheletter@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:06:32 -0700 Subject: [PATCH 1/4] Update README.md Add warning for data loss. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da770261f..cf2019551 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ Keep your application settings in sync. -## Table of content +## Table of contents - [Mackup](#mackup) - - [Table of content](#table-of-content) + - [Table of contents](#table-of-content) + - [WARNING](#warning) - [Quickstart](#quickstart) - [Usage](#usage) - [What does it do](#what-does-it-do) @@ -23,6 +24,10 @@ Keep your application settings in sync. - [What's up with the weird name](#whats-up-with-the-weird-name) - [Where can I find more information](#where-can-i-find-more-information) +## WARNING + +⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support symlinked files for preferences. Running this code will destroy all user preferences without a means for recovery. For more information, see issues [#1924](https://github.com/lra/mackup/issues/1924) and [2035](https://github.com/lra/mackup/issues/2035). + ## Quickstart If you have [Dropbox](https://www.dropbox.com) installed and want to use it to From c6dfaa9a791c0eb3191f37b61358d923c1e65a37 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Tue, 27 Aug 2024 09:11:04 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2019551..cafebea1c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Keep your application settings in sync. ## WARNING -⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support symlinked files for preferences. Running this code will destroy all user preferences without a means for recovery. For more information, see issues [#1924](https://github.com/lra/mackup/issues/1924) and [2035](https://github.com/lra/mackup/issues/2035). +⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support symlinked files for preferences. +Running this code will destroy all user preferences without a means for recovery. For more information, +see issues [#1924](https://github.com/lra/mackup/issues/1924) and [2035](https://github.com/lra/mackup/issues/2035). ## Quickstart From 845c38a5716012c520f4260b0506e3bcd824a70a Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Tue, 27 Aug 2024 09:13:11 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cafebea1c..98a191873 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Keep your application settings in sync. ## Table of contents - [Mackup](#mackup) - - [Table of contents](#table-of-content) + - [Table of contents](#table-of-contents) - [WARNING](#warning) - [Quickstart](#quickstart) - [Usage](#usage) @@ -26,9 +26,11 @@ Keep your application settings in sync. ## WARNING -⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support symlinked files for preferences. -Running this code will destroy all user preferences without a means for recovery. For more information, -see issues [#1924](https://github.com/lra/mackup/issues/1924) and [2035](https://github.com/lra/mackup/issues/2035). +⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support symlinked +files for preferences. Running this code will destroy all user preferences without a +means for recovery. For more information, see issues +[#1924](https://github.com/lra/mackup/issues/1924) and +[2035](https://github.com/lra/mackup/issues/2035). ## Quickstart From 72488fc5826d1c2bf7746f5ef558220922537b52 Mon Sep 17 00:00:00 2001 From: Laurent Raufaste Date: Tue, 27 Aug 2024 09:14:34 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98a191873..5b1607be6 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Keep your application settings in sync. ## WARNING -⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support symlinked -files for preferences. Running this code will destroy all user preferences without a -means for recovery. For more information, see issues +⚠️ Mackup does not work correctly in Macos Sonoma, since it does not support +symlinked files for preferences. Running this code will destroy all user +preferences without a means for recovery. For more information, see issues [#1924](https://github.com/lra/mackup/issues/1924) and [2035](https://github.com/lra/mackup/issues/2035).