<?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: Automate backup of files from a directory to a backup folder in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517896#M140092</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16719"&gt;@Miracle&lt;/a&gt;&amp;nbsp;- No problem, always happy to help!&lt;/P&gt;</description>
    <pubDate>Sun, 02 Dec 2018 18:54:49 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-12-02T18:54:49Z</dc:date>
    <item>
      <title>Automate backup of files from a directory to a backup folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517661#M140013</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;
&lt;P&gt;May I know if anyone is able to share the code/macro that has been written before by someone to automate the backup of files(SAS programs, datasets, log files, output files)?&lt;/P&gt;
&lt;P&gt;As such that it will create a new folder with the date of the backup being done and move all the files from directory A&amp;nbsp;into it?&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 20:57:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517661#M140013</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2018-11-30T20:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Automate backup of files from a directory to a backup folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517674#M140019</link>
      <description>&lt;P&gt;You would be better off using a tool designed specifically for backups. If you are talking about SAS server folders then these are probably backed up automatically anyway. If you are talking about a PC then ask about the tools your company uses with your IT folks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For PCs, Windows Explorer is an easy way to create backups of local drives.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 21:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517674#M140019</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-30T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automate backup of files from a directory to a backup folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517737#M140042</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;, thank you for your reply.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;And my apologies for not making it clear in the first place.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Yes, it is the latter the PC.&amp;nbsp;&lt;BR /&gt;May I know if there is any step-by-step instruction using Windows Explorer online?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Thank you in advance.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 10:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517737#M140042</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2018-12-01T10:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automate backup of files from a directory to a backup folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517794#M140052</link>
      <description>&lt;P&gt;Windows Explorer could hardly be any easier. Right-click on a source folder and select Copy. Right- click on a target folder or drive, select Paste. If you need more help just Google: Windows Explorer copy folder.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 02:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517794#M140052</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-12-02T02:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automate backup of files from a directory to a backup folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517858#M140083</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;I see! My brain must be dead at the time. Thanks&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 14:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517858#M140083</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2018-12-02T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automate backup of files from a directory to a backup folder</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517896#M140092</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16719"&gt;@Miracle&lt;/a&gt;&amp;nbsp;- No problem, always happy to help!&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 18:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Automate-backup-of-files-from-a-directory-to-a-backup-folder/m-p/517896#M140092</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-12-02T18:54:49Z</dc:date>
    </item>
  </channel>
</rss>

