function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
iSfdciSfdc 

Exporting Content Documents

Hi,

We have a requirement where we need to take a weekly backup of the salesforce.com Content docs.

I learnt that its not possible through Data Loader, What are the various better ways in which we can export the Contents from Salesforce.com. 

Thanks.

gsmithfarmergsmithfarmer

Try http://code.google.com/p/sqlforce/wiki/CopyForce.

It will copy any subset of force data into a variety of destinations. We use it to copy into H2 and SqlServer databases.

 

The tool is cheap enough (on transaction counts) to run every day and also does incremental backups.

Best of all it is open source.