{"id":6777,"date":"2022-08-16T08:58:48","date_gmt":"2022-08-16T13:58:48","guid":{"rendered":"https:\/\/www.snaservices.com\/?page_id=6777"},"modified":"2022-08-16T08:58:50","modified_gmt":"2022-08-16T13:58:50","slug":"command-shortcuts","status":"publish","type":"page","link":"https:\/\/www.snaservices.com\/index.php\/command-shortcuts\/","title":{"rendered":"Command Shortcuts"},"content":{"rendered":"\n<p>Sometimes you need to tar a folder and put its contents in another folder or server. These commands can be used.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>Same Server:<\/strong>\ntar -cf - source_directory | tar -C \/destination\/directory\/ -xvf -\n\n<strong>Different Server:<\/strong>\ntar -czf - source_directory | ssh user@host 'cat > \/path\/to\/source_directory.tgz'<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes you need to tar a folder and put its contents in another folder or server. These commands can be used.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-6777","page","type-page","status-publish","hentry"],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/pages\/6777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/comments?post=6777"}],"version-history":[{"count":0,"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/pages\/6777\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.snaservices.com\/index.php\/wp-json\/wp\/v2\/media?parent=6777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}