
{"id":16630,"date":"2017-02-20T20:11:54","date_gmt":"2017-02-20T20:11:54","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16630"},"modified":"2017-02-20T20:11:54","modified_gmt":"2017-02-20T20:11:54","slug":"gnu-coreutils-backup-option-related-to-cp-command","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2017\/02\/20\/gnu-coreutils-backup-option-related-to-cp-command\/","title":{"rendered":"GNU coreutils : backup option related to cp command"},"content":{"rendered":"<pre>\n$cd  test-folder\/\n$&gt;1\n$&gt;2\n$&gt;3\n$ls\n1  2  3\n$cd ..\n$&gt;1\n$&gt;2\n$cp -b 1 test-folder\/\n$cd test-folder\/\n$ls\n1  1~  2  3\n$cd ..\n$export SIMPLE_BACKUP_SUFFIX=bc\n$cp -b 2 test-folder\/\n$cd test-folder\/\n$ls\n1  1~  2  2bc  3\n$cd ..\n$export SIMPLE_BACKUP_SUFFIX=.bc\n$cp -b 2 test-folder\/\n$cd test-folder\/\n$ls\n1  1~  2  2bc  2.bc  3\n$\n\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$cd test-folder\/ $&gt;1 $&gt;2 $&gt;3 $ls 1 2 3 $cd .. $&gt;1 $&gt;2 $cp -b 1 test-folder\/ $cd test-folder\/ $ls 1 1~ 2 3 $cd .. $export SIMPLE_BACKUP_SUFFIX=bc $cp -b 2 test-folder\/ $cd test-folder\/ $ls 1 1~ 2 2bc 3 $cd .. $export SIMPLE_BACKUP_SUFFIX=.bc $cp -b 2 test-folder\/ $cd test-folder\/ $ls 1 1~ 2 2bc &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2017\/02\/20\/gnu-coreutils-backup-option-related-to-cp-command\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;GNU coreutils : backup option related to cp command&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[24],"tags":[449],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16630"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=16630"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16630\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}