{"id":205,"date":"2016-04-10T18:23:32","date_gmt":"2016-04-10T15:23:32","guid":{"rendered":"http:\/\/www.bilisimonline.net\/?p=205"},"modified":"2016-04-20T15:06:34","modified_gmt":"2016-04-20T12:06:34","slug":"solaris-unix-backup-and-restore-komutlari","status":"publish","type":"post","link":"http:\/\/www.bilisimonline.net\/index.php\/2016\/04\/10\/solaris-unix-backup-and-restore-komutlari\/","title":{"rendered":"Solaris Unix Backup and Restore komutlar\u0131"},"content":{"rendered":"<h4 class=\"western\" style=\"text-align: left;\" align=\"CENTER\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Solaris&#8217;de kullan\u0131lan Backup and Restore komutlar\u0131n\u0131 a\u015fa\u011f\u0131da bulabilirsiniz.<\/span><\/span><\/h4>\n<p><!--more--><\/p>\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">\n<colgroup>\n<col width=\"31\" \/>\n<col width=\"84\" \/>\n<col width=\"141\" \/> <\/colgroup>\n<tbody>\n<tr>\n<td bgcolor=\"#336699\" width=\"12%\"><span style=\"color: #ffffff;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>Komut<\/b><\/span><\/span><\/span><\/td>\n<td bgcolor=\"#336699\" width=\"33%\"><span style=\"color: #ffffff;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>A\u00e7\u0131klama<\/b><\/span><\/span><\/span><\/td>\n<td bgcolor=\"#336699\" width=\"55%\"><span style=\"color: #ffffff;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>Kullan\u0131m\u0131<\/b><\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" bgcolor=\"#ccffff\" width=\"100%\">\n<p align=\"CENTER\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>tar<\/b><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">tar<\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Backup file1, file2 into a tar file<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># tar -cvf file.tar file1 file2 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Backup directories \/sbin \/usr \/dev to tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># tar -cvf \/dev\/rmt\/0 \/sbin \/usr \/dev <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Backup directories on a remote backup device<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">tar -cv \/var \/usr \/lib | rsh remote_hostname dd of=\/dev\/rm\/0 obs=128 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">List all files in file.tar<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># tar -tvf file.tar<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">list all files in a tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># tar -tvf \/dev\/rmt\/0 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Restore all files from file.tar<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">tar -xvf file.tar<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Restore files from tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># tar -xvf \/dev\/rmt\/0 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Find US TAR archive file format<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># fuser file_name<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" bgcolor=\"#ccffff\" width=\"100%\">\n<p align=\"CENTER\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>Dumps <\/b><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">ufsdump <\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Backup disk partitions to tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># ufsdump 0ucf \/dev\/rmt\/0 \/d001 \/d002 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Backup disk partitions to a remote tape device<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># ufsdump 0ucf remote_machie:\/dev\/rmt\/0 \/u001 \/u002 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">ufsrestore <\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">List contents of tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># ufsrestore tf \/dev\/rmt\/0 <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">List contents of a remote tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># ufsrestore tf remote_machine:\/dev\/rmt\/0<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Restore the conects of a tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># ufsrestore xf \/dev\/rmt\/0 fiel \/vol03<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Restore from remote tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># ufsrestore rf remote_hostname:\/dev\/rmt\/0 filename<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" bgcolor=\"#ccffff\" width=\"100%\">\n<p align=\"CENTER\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>cpio<\/b><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">cpio <\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">copy all files to a tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># find . -print |cpio -ovcB &gt;\/dev\/rmt\/0<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">List all fines on a tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># cpio -ivtB &lt; 0 rmt&gt;<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Uncompress a\u00a0 .cpio\u00a0<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><span style=\"color: #2c5574;\"># cpio -icudv &lt; file_name.cpio<\/span> <\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Restore from tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># cpio -ivcB &lt; 0 rmt&gt;<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" bgcolor=\"#ccffff\" width=\"100%\">\n<p align=\"CENTER\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"><b>Tape control<\/b><\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">mt<\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Status of the tape<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># mt -f \/dev\/rmt\/0 status <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Rewind the tape to start <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># mt -f \/dev\/rmt\/0 rewind<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Move to the next archie on tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># mt -f \/dev\/rmt\/0 fsf<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Eo to end of tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># mt -f \/dev\/rmt\/0 eom<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Erase the tape <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># mt -f \/dev\/rmt\/0 erase<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Eject the tape(only if device supports) <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># mt -f \/dev\/rmt\/0 offline <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" bgcolor=\"#ccffff\" width=\"100%\">\n<p align=\"CENTER\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Miscellaneous<\/span><\/span><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">compress<\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Compress a file <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># compress -v file_name<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">uncompress<\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Uncompress a file<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># uncompress file_name.Z<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">gzip<\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Compress a file using GNU Zip <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># gzip file_name<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">gunzip <\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Uzip a file using GNU utility<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># gunzip file_name.gz<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">uuencode <\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">encode a file <\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># uuencode input_file output_file<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">uudecode<\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Decode an encoded file<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># uudecode input_file output_file<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"12%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">nohup <\/span><\/span><\/span><\/td>\n<td width=\"33%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\">Run backup in batch mode<\/span><\/span><\/span><\/td>\n<td width=\"55%\"><span style=\"color: #2c5574;\"><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: small;\"># nohup tar -cvf \/dev\/rmt\/0 \/d001 &amp;<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Solaris&#8217;de kullan\u0131lan Backup and Restore komutlar\u0131n\u0131 a\u015fa\u011f\u0131da bulabilirsiniz.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[8,10,21],"tags":[],"class_list":["post-205","post","type-post","status-publish","format-standard","hentry","category-os","category-unix","category-yedekleme"],"jetpack_publicize_connections":[],"aioseo_notices":[],"views":2671,"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p7k56R-3j","jetpack-related-posts":[],"_links":{"self":[{"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/posts\/205"}],"collection":[{"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/comments?post=205"}],"version-history":[{"count":6,"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/posts\/205\/revisions"}],"predecessor-version":[{"id":214,"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/posts\/205\/revisions\/214"}],"wp:attachment":[{"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/media?parent=205"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/categories?post=205"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.bilisimonline.net\/index.php\/wp-json\/wp\/v2\/tags?post=205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}