{"id":120,"date":"2012-03-01T01:43:04","date_gmt":"2012-03-01T01:43:04","guid":{"rendered":"http:\/\/technese.com\/?p=120"},"modified":"2012-05-21T05:05:14","modified_gmt":"2012-05-21T05:05:14","slug":"7z-backup-folder-to-file-with-date","status":"publish","type":"post","link":"https:\/\/technese.com\/index.php\/2012\/03\/01\/7z-backup-folder-to-file-with-date\/","title":{"rendered":"7z backup folder to file with date"},"content":{"rendered":"<p>7z command line for Windows <\/p>\n<pre><code>7z a -t7z C:\\BackupFilename_%date:~10,4%_%date:~4,2%_%date:~7,2%.7z\r\n-r C:\\FolderContents\\*\r\n<\/code><\/pre>\n<p>7z command line for Linux<\/p>\n<pre><code>7z a -t7z 7z a -t7z filename_`date +%F`.7z -r foldername\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>7z command line for Windows 7z a -t7z C:\\BackupFilename_%date:~10,4%_%date:~4,2%_%date:~7,2%.7z -r C:\\FolderContents\\* 7z command line for Linux 7z a -t7z 7z a -t7z filename_`date +%F`.7z -r foldername<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-120","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":5,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts\/120\/revisions"}],"predecessor-version":[{"id":153,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts\/120\/revisions\/153"}],"wp:attachment":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/media?parent=120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/categories?post=120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/tags?post=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}