Got a new MacBook, how can I copy Cyberduck bookmarks from my old MacBook?
5 Answers
Update 2018-07-23
The below is outdated. See the answer by @dakishimesan.
Original Content
May be worth just copying the entire Cyberduck folder across. It's located at ~/Library/Application Support/Cyberduck
. There is a Favorites.plist
file in there if you just want the bookmarks. Put that in the same location on your new MacBook.
-
1May be worth it to migrate the whole user profile to the new machine :-) I would probably go insane without all my applications, preferences, files, etc.– Daniel Beck ♦Commented Oct 27, 2010 at 15:13
-
3
~/Library/Preferences/ch.sudo.cyberduck.plist
might also be a good idea to migrate.– Daniel Beck ♦Commented Oct 27, 2010 at 15:18 -
2This is no longer accurate. See @dakishimesan's answer, superuser.com/questions/203941/….– donutCommented Jul 19, 2018 at 17:22
Full answer from the Cyberduck documentation:
Preferences and application support files location
Preferences are saved in ~/Library/Preferences/ch.sudo.cyberduck.plist.
Bookmarks, history, profiles and workspace information is saved in the application support directory. These settings are shared with Cyberduck CLI and Mountain Duck.
~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/
Navigate to the Library folder using ⌘⇧-L or use Go → Go to Folder… in Finder.
-
Any idea, how to prevent the loss of the sort order? Is that in the profile files?– AndreasCommented Feb 20, 2020 at 23:03
You can drag and drop the bookmarks from the list (Cmd+B) to a Finder window or the desktop, then copy or move those files to your new machine.
These files don't contain your stored password, this is still in your keychain. Enter it anew on the new machine, or migrate your login
(default) keychain you can find in /Users/yourname/Library/Keychains/login.keychain
.
If your machine is brand new, you could consider using Migration Assistant to migrate all your data to the new machine.
In Sierra:
User -> Library -> Group Containers -> G69SCX94XU.duck -> Library -> Application Support -> duck
-
This is where I found the bookmark files for Mountain Duck as well :) Commented Apr 14, 2020 at 11:53
For backup, just simple: access bookmarks pages, at here select bookmarks which you want to backup (or press CMD A to select all bookmarks), then drag-n-drop them to Desktop or anywhere
For restore: drag-n-drop backup file (.duck) to Cyberduck!
-
This works well, but doesn't persist saved passwords :/ Commented Sep 2, 2019 at 11:06
-
In this case (for scp, sftp), I think you need to config same me: add a key to all session remote– tquangCommented Sep 5, 2019 at 4:58