Description
when using :shared_content, e.g.
set :shared_content, {
"content/documents_module_entries" => "public/paperclip/documents_module_entries",
"content/flash_module_entries" => "public/paperclip/flash_module_entries"
}
If you deployed to a server prior to the introduction of this shared content item, the content syncing encounters a shell error when trying to tarball that directory because it doesn't exist on the source server.
*** [err :: 12.167.155.8] tar: content/flash_module_entries: Cannot stat: No such file or directory
*** [err :: 12.167.155.8] tar: Error exit delayed from previous errors
command finished
failed: "sh -c "cd /var/vhosts/psl-data/shared && tar czf /var/vhosts/psl-data/shared/backup_datastaging_content.tar.gz content content/testimonials_module_entries content/floorplan_module_entries content/image_module_entries content/sites content/documents_module_entries content/flash_module_entries content/virtual_tour_entries"" on 12.167.155.8