<?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: Vault Pro 2013 - Scheduled Backup Question in Vault Forum</title>
    <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648696#M48094</link>
    <description>&lt;P&gt;Looks like that ought to work. &amp;nbsp;They were setting it up and trying it. &amp;nbsp;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2012 18:54:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-05T18:54:56Z</dc:date>
    <item>
      <title>Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648178#M48088</link>
      <description>&lt;P&gt;I'm asking this on behalf of our IT department.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They let Vault run its scheduled backups. &amp;nbsp;When it does, the file name seems to be a unique name that includes the date and time. &amp;nbsp;IT runs a backup on computer running Vault. &amp;nbsp;Those backups are already serialized by date. &amp;nbsp;So the serialized Vault backups are redundant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to have Vault backup, preferably to a network drive, every night using the same file name for the backup? &amp;nbsp;If necessary, it could be to a local drive. &amp;nbsp;Using the same file name every time seems to be the key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:23:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648178#M48088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T14:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648274#M48089</link>
      <description>&lt;P&gt;Sorry but currently the name of the backup folder is not configurable.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 15:09:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648274#M48089</guid>
      <dc:creator>ihayesjr</dc:creator>
      <dc:date>2012-10-05T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648296#M48090</link>
      <description>&lt;P&gt;How about the "over-write" part? &amp;nbsp;Can it be made to delete the previous night's backup? &amp;nbsp;Any plans to improve the configurability of the backup feature?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just so it's understood what's happening: Vault makes its full backup of X gig. &amp;nbsp;Next night, new backup next to the old one - 2X gig. &amp;nbsp;Then 3X, 4X, etc. &amp;nbsp;The backup Vault makes is then getting backed up elsewhere. &amp;nbsp;Once that's backed up, it doesn't need to be backed up again and again. &amp;nbsp;But unless we manually delete the previous files, that's what happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 15:16:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648296#M48090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648544#M48091</link>
      <description>&lt;P&gt;Here is an example script that you can use to delete the old backup.&amp;nbsp; You can modify it to fit your needs.&lt;/P&gt;
&lt;P align="LEFT"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@ECHO OFF&lt;/P&gt;
&lt;P&gt;REM PROVIDING THE BEST RESULTS FOR BACKING UP THE VAULT&lt;/P&gt;
&lt;P&gt;REM DELETE B AND CASCADE A BACKUP SUBDIRECTORIES&lt;/P&gt;
&lt;P&gt;RMDIR /Q /S "C:\Backup\Vault\B"&lt;/P&gt;
&lt;P&gt;REN C:\Backup\Vault\A B&lt;/P&gt;
&lt;P&gt;REM CREATE A NEW DIRECTORY FOR THE BACKUP&lt;/P&gt;
&lt;P&gt;MKDIR "C:\Backup\Vault\A\"&lt;/P&gt;
&lt;P&gt;REM START THE BACKUP PROCESS (THIS IS ONE LINE OF TEXT)&lt;/P&gt;
&lt;P&gt;"C:\Program Files\Autodesk\Data Management Server 2008\ADMS Console\Connectivity.ADMSConsole.exe" –Obackup -B"C:\Backup\Vault\A" -VUadministrator –VP&amp;lt;password&amp;gt; -S&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 17:11:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648544#M48091</guid>
      <dc:creator>ihayesjr</dc:creator>
      <dc:date>2012-10-05T17:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648604#M48092</link>
      <description>&lt;P&gt;Looks a lot like a batch file. &amp;nbsp;Would this be run from outside Vault? &amp;nbsp;IT tells me Vault doesn't allow scripting.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 17:49:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648604#M48092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T17:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648612#M48093</link>
      <description>&lt;P&gt;Bill,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The backup can run from command line parameters on a schedule using the Windows Task Scheduler.&lt;/P&gt;
&lt;P&gt;See &lt;A href="http://wikihelp.autodesk.com/Vault/enu/Help/Help/0097-Administ97/0098-Autodesk98/0126-Command_126" target="_blank"&gt;Command Line Server Console&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can wrap the command line in a batch file and perform what you are looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 17:53:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648612#M48093</guid>
      <dc:creator>ihayesjr</dc:creator>
      <dc:date>2012-10-05T17:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Pro 2013 - Scheduled Backup Question</title>
      <link>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648696#M48094</link>
      <description>&lt;P&gt;Looks like that ought to work. &amp;nbsp;They were setting it up and trying it. &amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 18:54:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/vault-pro-2013-scheduled-backup-question/m-p/3648696#M48094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T18:54:56Z</dc:date>
    </item>
  </channel>
</rss>

