The Stickies note database lives in ~/Library/.StickiesDatabase. Since the database is named with a dot as the first character of its name, its invisible in the GUI. So if you're using the Finder to move pieces of your home directory around (say in preparation for a new hard drive), make sure you grab the Stickies database in the terminal in order to save your notes. From the terminal, simply:
cd ~/LibraryThis will copy your Stickies database to its new home. As you use OS X, there may be other "dot files" placed in your home directory, so it may be worth an occasional glance in the terminal if you're planning on moving stuff around. Use ls -al to show the dot files in a terminal directory listing.
cp .StickiesDatabase /path/to/new/location/.StickiesDatabase
•
[21,618 views]

