Export content from Umbraco
# help-with-umbraco
k
What's the easiest way to export content from Umbraco? Doesn't have to be in a super-readable format. Is there a package somewhere? For a custom solution, I'd probably query the database directly and try to get one row per field per page. Not sure how blocklists would work. For a code solution, I'd probably iterate over all pages and over all fields but this feels like it could be hard to get right... Can uSync help with this somehow? Or could the Translation Manager help with this somehow?
This is for achival purposes. Not for later import.
m
uSync snapshot
k
Thanks! But I don't understand what snapshots would offer over a standard uSync content export. How do you mean?
m
With uSync content and snapshot you can take zips of the state at the type
2 Views