<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: windows command move copy to backup qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607080#M224174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press the Start button in the windows task bar. In the search box type cmd.exe and press enter. In the window that opens type &lt;EM&gt;help&lt;/EM&gt; and press enter. You're now looking at the reference file for the cmd.exe executable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 16:57:26 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-02-04T16:57:26Z</dc:date>
    <item>
      <title>windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607077#M224171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all the experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a daily maintenance question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets say I am creating new qvd and updating existing master qvd. However before that happens I want to backup my original files in case of issues later on. However I also want to delete the backup as soon as new backup is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so lets say the structure is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set vOutputPath='D:\Qlikview\Project1\';&lt;/P&gt;&lt;P&gt;set vBackUp='D:\Qlikview\Project1\Backup\';&lt;/P&gt;&lt;P&gt;Let vToday=Date(Today(1),'DD-MM-YYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question here how do you copy yesterday's NewData_(yesterday_Date) into vBackup\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewData:&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;XYZ&lt;/P&gt;&lt;P&gt;store NewData into vOutputPath\NewData_vToday.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question here is how do you delete yesterday's backup as soon as new one gets created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General question here is also. what is best practice out there, what do expert do in real qlikview projects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607077#M224171</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2014-02-04T16:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607078#M224172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can use the execute command:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;execute cmd.exe /c move "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D:\Qlikview\Project1\xyz.qvd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;" "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D:\Qlikview\Project1\'&lt;/SPAN&gt;Backup\&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note, you will need to enable the option Can Execute External Programs on the Settings tab in the script editor. This is a security risk. It's up to you to decide how much risk there is and if you're willing to accept that risk.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607078#M224172</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-04T16:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607079#M224173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent let me try that. and what will be command to copy, delete and create new folder. is there a refrence guide somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607079#M224173</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2014-02-04T16:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607080#M224174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press the Start button in the windows task bar. In the search box type cmd.exe and press enter. In the window that opens type &lt;EM&gt;help&lt;/EM&gt; and press enter. You're now looking at the reference file for the cmd.exe executable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607080#M224174</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-04T16:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607081#M224175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do you handle these backups on server. do you have policy about qvd backups etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 17:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607081#M224175</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2014-02-04T17:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607082#M224176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you say risk what kind of risk are you talking about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 17:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607082#M224176</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2014-02-04T17:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: windows command move copy to backup qvd</title>
      <link>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607083#M224177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is a good idea to&amp;nbsp;&amp;nbsp; make a .qvw file that&amp;nbsp; the only&amp;nbsp; function is to back up the qvds and qvw files&amp;nbsp; for the repository and copy it in other disc? or you recomend me to use other app to make this process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 22:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/windows-command-move-copy-to-backup-qvd/m-p/607083#M224177</guid>
      <dc:creator />
      <dc:date>2014-03-18T22:04:21Z</dc:date>
    </item>
  </channel>
</rss>

