<?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: Backup dataset to another server path in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634055#M188161</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/266700"&gt;@Alex91&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks, KurtBremser!&lt;/P&gt;
&lt;P&gt;Does that mean i backup my tables in current server and then using sftp access copy them to an another server, right?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, you just copy the .sas7bdat files to the other server, from the current location.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 10:13:32 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-03-23T10:13:32Z</dc:date>
    <item>
      <title>Backup dataset to another server path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/633617#M187960</link>
      <description>&lt;P&gt;Hello there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a task to backup some datasets like .sas7bdat into some local directory.&lt;/P&gt;&lt;P&gt;Now its needed to backup datasets to another server (test environment) from prod server. How i can mount local path from test server?&lt;/P&gt;&lt;P&gt;Here is the macro variables with current path as&amp;nbsp;/sas_work/backup/ &amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%global OUTPUT_LIBNAME STATUS_TABLE OUTPUT_PATH;&lt;BR /&gt;&lt;BR /&gt;%let OUTPUT_LIBNAME=output;&lt;BR /&gt;%let STATUS_TABLE=output.status_table;&lt;BR /&gt;%let OUTPUT_PATH=/sas_work/backup/;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/633617#M187960</guid>
      <dc:creator>Alex91</dc:creator>
      <dc:date>2020-03-20T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Backup dataset to another server path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/633630#M187966</link>
      <description>&lt;P&gt;Mounting a resource on a server (at least a UNIX server) requires superuser permissions, so have your server admin do it.&lt;/P&gt;
&lt;P&gt;Or use a simpler tool (sftp) to copy the files. That only needs a user that can write to the target directory.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/633630#M187966</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-20T14:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Backup dataset to another server path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634051#M188157</link>
      <description>&lt;P&gt;Thanks, KurtBremser!&lt;/P&gt;&lt;P&gt;Does that mean i backup my tables in current server and then using sftp access copy them to an another server, right?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 09:21:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634051#M188157</guid>
      <dc:creator>Alex91</dc:creator>
      <dc:date>2020-03-23T09:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Backup dataset to another server path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634053#M188159</link>
      <description>&lt;P&gt;You don't need a separate copy on the source side. SFTP Put/Get will copy files and leave the source unchanged.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you've got SAS/Connect installed then using proc download/upload would be another option.&lt;/P&gt;
&lt;P&gt;But: In many organisations Prod is separated from Test and Dev so may be there are some barriers which you can't that easily overcome.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 09:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634053#M188159</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-03-23T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Backup dataset to another server path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634055#M188161</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/266700"&gt;@Alex91&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks, KurtBremser!&lt;/P&gt;
&lt;P&gt;Does that mean i backup my tables in current server and then using sftp access copy them to an another server, right?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, you just copy the .sas7bdat files to the other server, from the current location.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 10:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Backup-dataset-to-another-server-path/m-p/634055#M188161</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-23T10:13:32Z</dc:date>
    </item>
  </channel>
</rss>

