{"id":517,"date":"2010-06-22T00:34:58","date_gmt":"2010-06-22T05:34:58","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=517"},"modified":"2016-03-21T02:51:38","modified_gmt":"2016-03-21T07:51:38","slug":"resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/","title":{"rendered":"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance"},"content":{"rendered":"<p>This article explains how to resolve some of the common errors that you may encounter when bundling an AMI ( Amazon Machine Image) of an AWS EC2 instance. It is indeed a very good practice <a href=\"http:\/\/www.migrate2cloud.com\/blog\/bundling-an-amazon-ec2-instance-with-cpanel-howto\">bundling<\/a> your AMI frequently as the latest updates of your app gets stored directly to S3. So even if your instance gets crashed you can launch another instance of your latest ami and get your site back live in minutes!.<br \/>\n<!--more--><br \/>\nBut bundling can be a big hassle if we get stuck with rsync errors during the process. There are quite a few cases where rsync fails during bundling.<\/p>\n<p><strong>1) No space left on the device<\/strong><\/p>\n<p>This usually happens when we specify the size of the \/ partition with the -s parameter that specifies size, in MB of the image file to create. The maximum size is 10240 MB. Removing the &#8220;-s&#8221; flag and letting the system determine the size of the image itself will fix it. Also the bundling process will try to include all softlinks ( if any ) to other partitions of larger size ( greater than 10GB ). This would try creating an image file larger than 10GB size and hence throw bundle errors. So check for any softlinks before bundling.<\/p>\n<p><strong>2) Size of \/tmp<\/strong><\/p>\n<p>By Default ec2-bundle-vol will try to bundle the image in \/tmp. So if the size of \/tmp is small this will throw bundling errors too. Specifying \u201c-d \/mnt\u201d to point to the ephemeral drive rather than bundling the image in \/tmp by default is a fix for this.<\/p>\n<p><strong>3) rsync warning: some files vanished before they could be transferred<\/strong><\/p>\n<p>This one is quite an interesting error as it is a warning that some files are being deleted while the bundling process is happening. In my case I had an instance with around 2GB free space in \/ partition. Also there was a 100GB EBS mounted on \/home_ebs. I tried bundling the instance by excluding the 100GB EBS, but still it gave rsync error.<\/p>\n<p>[shell]# ec2-bundle-vol -r i386 -d \/mnt -p &#8220;myami&#8221; -u xxxxxxxxx -k \/mnt\/pk-xxxxxxxxxxxxxxxx.pem -c \/mnt\/cert-xxxxxxxxxxxxx.pem -s 10240 -e \/home_ebs &#8211;debug [\/shell]<\/p>\n<p>Copying \/ into the image file \/mnt\/myami&#8230;<br \/>\nExcluding:<br \/>\n\/sys<br \/>\n\/proc<br \/>\n\/dev\/pts<br \/>\n\/proc\/sys\/fs\/binfmt_misc<br \/>\n\/dev<br \/>\n\/media<br \/>\n\/mnt<br \/>\n\/proc<br \/>\n\/sys<br \/>\n\/home_ebs<br \/>\n\/mnt\/myami.<br \/>\n\/mnt\/img-mnt<br \/>\n1+0 records in<br \/>\n1+0 records out<br \/>\n1048576 bytes (1.0 MB) copied, 0.003113 seconds, 337 MB\/s<br \/>\nmke2fs 1.39 (20-June-2010)<\/p>\n<p>file has vanished: &#8220;\/var\/log\/dcpumon\/toplog.1276842601&#8221;<br \/>\nfile has vanished: &#8220;\/var\/log\/dcpumon\/toplog.1276842901&#8221;<br \/>\nfile has vanished: &#8220;\/var\/log\/dcpumon\/toplog.1276843201&#8221;<\/p>\n<p>rsync warning: some files vanished before they could be transferred (code 24) at main.c(892) [sender=2.6.8]<br \/>\nExecuting: umount -d \/mnt\/img-mnt<\/p>\n<p>ERROR: execution failed: &#8220;rsync -rlpgoD -t -r -S -l &#8211;exclude \/sys &#8211;exclude \/proc &#8211;exclude \/dev\/pts &#8211;exclude \/proc\/sys\/fs\/binfmt_misc &#8211;exclude \/dev &#8211;exclude \/media &#8211;exclude \/mnt &#8211;exclude \/proc &#8211;exclude \/sys &#8211;exclude \/home_ebs &#8211;exclude \/mnt\/myami &#8211;exclude \/mnt\/img-mnt -X \/* \/mnt\/img-mnt 2&gt;&amp;1 &gt; \/dev\/null&#8221;<\/p>\n<p>Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling. In my case I removed the \/var\/log\/dcpumon directory and went for a rebudling. That did the trick !.<\/p>\n<p>Please note that using the &#8220;&#8211;debug&#8221; option with ec2-bundle-vol command will be of immense help in troubleshooting bundling errors. Hope this helps anyone out there ! \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article explains how to resolve some of the common errors that you may encounter when bundling an AMI ( Amazon Machine Image) of an AWS EC2 instance. It is indeed a very good practice bundling your AMI frequently as the latest updates of your app gets stored directly to S3. So even if your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3],"tags":[235,571,20,576,573,144,570,137,575,6,35,37,39,38,578,572,579,36,569,574,577],"class_list":["post-517","post","type-post","status-publish","format-standard","hentry","category-cloud-computing","tag-amazon-elastic-compute-cloud","tag-amazon-machine-image","tag-aws","tag-bundled-software","tag-bundling","tag-company-amazon-com","tag-data-synchronization","tag-department-stores-nec","tag-disk-partitioning","tag-ec2","tag-ec2-bundle-vol","tag-error","tag-execution","tag-failed","tag-non-essential-services","tag-product-bundling","tag-provincestate-manitoba","tag-rsync","tag-software-distribution","tag-symbolic-link","tag-sys-proc-devpts-procsysfsbinfmt_misc-dev-media-mnt-proc-sys-home_ebs-mntmyami"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"DevOps Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-06-22T05:34:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:51:38+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#blogposting\",\"name\":\"Resolving \\u201crsync warning: some files vanished before they could be transferred\\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud\",\"headline\":\"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"datePublished\":\"2010-06-22T00:34:58-05:00\",\"dateModified\":\"2016-03-21T02:51:38-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#webpage\"},\"articleSection\":\"Cloud computing, Amazon Elastic Compute Cloud, Amazon Machine Image, aws, Bundled software, Bundling, Company: Amazon.com, Data synchronization, Department Stores - NEC, Disk partitioning, EC2, ec2-bundle-vol, error, execution, failed, non essential services, Product bundling, Province\\\/State: Manitoba, rsync, Software distribution, Symbolic link, sys \\\/proc \\\/dev\\\/pts \\\/proc\\\/sys\\\/fs\\\/binfmt_misc \\\/dev \\\/media \\\/mnt \\\/proc \\\/sys \\\/home_ebs \\\/mnt\\\/myami\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"position\":2,\"name\":\"Cloud computing\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#listItem\",\"name\":\"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#listItem\",\"position\":3,\"name\":\"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"DevOps Team\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"DevOps Team\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/\",\"name\":\"Resolving \\u201crsync warning: some files vanished before they could be transferred\\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud\",\"description\":\"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2010-06-22T00:34:58-05:00\",\"dateModified\":\"2016-03-21T02:51:38-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud","description":"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#blogposting","name":"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud","headline":"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"datePublished":"2010-06-22T00:34:58-05:00","dateModified":"2016-03-21T02:51:38-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#webpage"},"articleSection":"Cloud computing, Amazon Elastic Compute Cloud, Amazon Machine Image, aws, Bundled software, Bundling, Company: Amazon.com, Data synchronization, Department Stores - NEC, Disk partitioning, EC2, ec2-bundle-vol, error, execution, failed, non essential services, Product bundling, Province\/State: Manitoba, rsync, Software distribution, Symbolic link, sys \/proc \/dev\/pts \/proc\/sys\/fs\/binfmt_misc \/dev \/media \/mnt \/proc \/sys \/home_ebs \/mnt\/myami"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","position":2,"name":"Cloud computing","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#listItem","name":"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#listItem","position":3,"name":"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/","name":"DevOps Team","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g","width":96,"height":96,"caption":"DevOps Team"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/","name":"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud","description":"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"datePublished":"2010-06-22T00:34:58-05:00","dateModified":"2016-03-21T02:51:38-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud","og:description":"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling","og:url":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/","article:published_time":"2010-06-22T05:34:58+00:00","article:modified_time":"2016-03-21T07:51:38+00:00","twitter:card":"summary_large_image","twitter:title":"Resolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance - Migrate to Cloud","twitter:description":"rsync warning: some files vanished before they could be transferred Running Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling"},"aioseo_meta_data":{"post_id":"517","title":"","description":"rsync warning: some files vanished before they could be transferred\r\nRunning Bundle Volume from within a running installation may be problematic because partially written files may get copied into the AMI. To minimize the risk the best option is to stop all non essential services and try rebundling","keywords":[{"label":"aws","value":"aws"},{"label":"ec2","value":"ec2"},{"label":"ec2-bundle-vol","value":"ec2-bundle-vol"},{"label":"rsync","value":"rsync"},{"label":"error","value":"error"},{"label":"failed","value":"failed"},{"label":"execution","value":"execution"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2022-12-27 09:15:40","updated":"2026-07-21 15:27:08","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/\" title=\"Cloud computing\">Cloud computing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tResolving \u201crsync warning: some files vanished before they could be transferred\u201d on ec2-bundle-vol in an aws ec2 instance\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Cloud computing","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/"},{"label":"Resolving &#8220;rsync warning: some files vanished before they could be transferred&#8221; on ec2-bundle-vol in an aws ec2 instance","link":"https:\/\/www.migrate2cloud.com\/blog\/resolving-rsync-warning-some-files-vanished-before-they-could-be-transferred-on-ec2-bundle-vol-in-an-aws-ec2-instance\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=517"}],"version-history":[{"count":62,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/517\/revisions"}],"predecessor-version":[{"id":2166,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/517\/revisions\/2166"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}