You need to sign in to do that
Don't have an account?

Replicating my production SF account over to my developer account
I'd like to replicate my production DB schema & a subset of the data over to my existing developer account so I can do some testing on some code I'm writing. I obviously don't want to test my stuff against production that involves read/writes and eating away at my daily API call limit.
Is this possible?
If not, is it possible to take a SF export and import into my developer account, overwriting EVERYTHING (data, triggers, etc) that's there?