p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
11.88k stars 511 forks source link

Cloud sync/backup? #182

Open orschiro opened 3 years ago

orschiro commented 3 years ago

Hi guys,

What do you think of the idea to sync pinned items and history with iCloud for later retrieval in case you're losing access to your device?

That would be great!

p0deje commented 3 years ago

I don't intend to implement it on my own, but I'll merge any PRs which adds this support.

DigitalDuquette commented 3 years ago

This app being local, simple, with no cloud sync is one of the main reasons I use it and suggest it to others.

orschiro commented 3 years ago

But what if you want to migrate machines?

How do you carry your pinned items with you?

On Thu, 8 Oct 2020 at 15:46, DigitalDuquette notifications@github.com wrote:

This app being local, simple, with no cloud sync is one of the main reasons I use it and suggest it to others.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/p0deje/Maccy/issues/182#issuecomment-705579476, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXQ3QRL22ZIR4JMFHYZ3SJW7DXANCNFSM4SAPXE5A .

p0deje commented 3 years ago

You can simply copy $HOME/Library/Containers/org.p0deje.Maccy/Data/Library/Application Support/Maccy to a new machine - it will keep the whole history.

p0deje commented 3 years ago

This app being local, simple, with no cloud sync is one of the main reasons I use it and suggest it to others.

@DigitalDuquette Would you stop using it if it optionally provides iCloud sync?

orschiro commented 3 years ago

Good to know! Time Machine does this, right?

On Fri, 9 Oct 2020 at 00:12, Alex Rodionov notifications@github.com wrote:

You can simply copy $HOME/Library/Containers/org.p0deje.Maccy/Data/Library/Application Support/Maccy to a new machine - it will keep the whole history.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/p0deje/Maccy/issues/182#issuecomment-705850714, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXQZ7P47L4A4A4W6Y4DLSJY2OHANCNFSM4SAPXE5A .

DigitalDuquette commented 3 years ago

This app being local, simple, with no cloud sync is one of the main reasons I use it and suggest it to others.

@DigitalDuquette Would you stop using it if it optionally provides iCloud sync?

No. It would just be a feature I ignored. Clipboard data is mostly ephemeral for me, so anything older than the current day is rarely of interest. I don't have any data to support this claim, I just have a feeling that recent copy data is important, anything else is 😐 .

p0deje commented 3 years ago

Good to know! Time Machine does this, right?

I think so.

No. It would just be a feature I ignored. Clipboard data is mostly ephemeral for me, so anything older than the current day is rarely of interest. I don't have any data to support this claim, I just have a feeling that recent copy data is important, anything else is 😐 .

I agree, which is why I don't want to invest time in developing this feature, but I am not opposed as well.

DigitalDuquette commented 3 years ago

I agree, which is why I don't want to invest time in developing this feature, but I am not opposed as well.

Right, this is why I've emerged from the shadows to comment. I'd hate to have complexity scale out and for this to no longer be as actively supported.

Thanks for your hard work on this great app!

tao-shen commented 3 years ago

it would be perfect if i can sync all history with icloud. i will always use this app in my lifetime.

mpr1255 commented 2 years ago

I have Maccy installed on two Mac Minis on the same local network, often connected by ssh. To my surprise, I just discovered they share a Maccy clipboard history. I have been trying to poke through the code to figure out how on earth that could happen. First assumption was icloud syncing, but nothing in the settings or docs about that. Any clue what is going on??

p0deje commented 2 years ago

@mpr1255 Not really, there is no synchronization built-in Maccy so I can't imagine how this works in your case.

mpr1255 commented 2 years ago

@mpr1255 Not really, there is no synchronization built-in Maccy so I can't imagine how this works in your case.

When I first set up the second one it was by using the Mac transfer settings/app with a thunderbolt cable. Somehow maybe that is playing a role? I agree super weird. Don't really know how I'd even investigate what's causing it. Anyway, it's actually kinda handy.

p0deje commented 2 years ago

I can imagine this happening if either somehow the clipboard itself is shared between 2 computers (Universal Clipboard or some other Apple tech) or the directory ~/Library/Containers/org.p0deje.Maccy/Data/Library/Application Support/Maccy/ is synchronized between 2 computers.

xkoldxx commented 1 year ago

trying to keep maccy settings sync using dotfiles but the location stated above doesn't exist

p0deje commented 1 year ago

@xkoldxx You can backup the whole ~/Library/Containers/org.p0deje.Maccy if you want.

j-greig commented 1 year ago

This is NOT a good idea imo, imagine all those passwords and credit card details that would end up synced to the cloud somewhere...

missuo commented 11 months ago

For users with multiple Macs, iCloud sync is a very necessary feature. I only use Mac mini at home, and when I go out, I only use MBP. Without iCloud sync, I would not be able to access some important clipboard history.