{"id":368,"date":"2015-05-01T20:32:55","date_gmt":"2015-05-01T18:32:55","guid":{"rendered":"http:\/\/rostman\/?p=368"},"modified":"2015-05-01T20:32:55","modified_gmt":"2015-05-01T18:32:55","slug":"backup-baz-sqlexpress-i-firebird-na-windows","status":"publish","type":"post","link":"https:\/\/rostman.eu\/index.php\/2015\/05\/01\/backup-baz-sqlexpress-i-firebird-na-windows\/","title":{"rendered":"Backup baz SQL Server Express i Firebird na Windows"},"content":{"rendered":"<p><strong>SqlExpress<\/strong><\/p>\n<p>[code]osql -S server\\nazwainstancji -E -Q &quot;BACKUP DATABASE nazwabazydanych TO DISK=&#8217;e:\\BACKUP_SQL\\nazwabazydanych_%date%.bak&#8217; WITH FORMAT&quot; &gt;&gt; e:\\BACKUP_SQL\\nazwabazydanych_%date%.txt<br \/>\nforfiles \/m *.* \/p e:\\BACKUP_SQL\\ \/c &quot;cmd \/c del @file &quot; \/d -4 [\/code]<\/p>\n<p><strong>Firebird<\/strong><\/p>\n<p>[code]&quot;C:\\Program Files (x86)\\Firebird\\Firebird_2\\bin\\gbak&quot; -user user1 -password test -b &gt;&gt; C:\\data\\Z.gdb e:\\backup\\data\\Z_%date%.gbk<br \/>\nforfiles \/m *.gbk \/p e:\\backup\\data\\ \/c &quot;cmd \/c del @file &quot; \/d -4[\/code]<\/p>\n<p><strong>\u015aci\u0105ganie z FTP<\/strong><\/p>\n<p>[code]&quot;C:\\Program Files (x86)\\GnuWin32\\bin\\wget.exe&quot; -N -r &#8211;tries=5 &#8211;ftp-user &gt;&gt;backup &#8211;ftp-password password_ftp &#8211;no-dns-cache ftp:\/\/ip_ftp\/zas\u00f3b\/ 2&gt;&gt; c:\\skryptybackup\\backup.log[\/code]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SqlExpress [code]osql -S server\\nazwainstancji -E -Q &quot;BACKUP DATABASE nazwabazydanych TO DISK=&#8217;e:\\BACKUP_SQL\\nazwabazydanych_%date%.bak&#8217; WITH FORMAT&quot; &gt;&gt; e:\\BACKUP_SQL\\nazwabazydanych_%date%.txt forfiles \/m *.* \/p e:\\BACKUP_SQL\\ \/c &quot;cmd \/c del @file &quot; \/d -4 [\/code] Firebird [code]&quot;C:\\Program Files (x86)\\Firebird\\Firebird_2\\bin\\gbak&quot; -user user1 -password test -b &gt;&gt; C:\\data\\Z.gdb e:\\backup\\data\\Z_%date%.gbk forfiles \/m *.gbk \/p e:\\backup\\data\\ \/c &quot;cmd \/c del @file &quot; \/d -4[\/code] \u015aci\u0105ganie [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[49,50],"_links":{"self":[{"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/posts\/368"}],"collection":[{"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/comments?post=368"}],"version-history":[{"count":0,"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/posts\/368\/revisions"}],"wp:attachment":[{"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/media?parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/categories?post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rostman.eu\/index.php\/wp-json\/wp\/v2\/tags?post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}