<?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: Rsync? in Email Security</title>
    <link>https://community.cisco.com/t5/email-security/rsync/m-p/845224#M1663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;On a related topic, I wish that SFTP was available so that I could clean out /configuration without having to turn FTP on. I can do this:&lt;BR /&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code" ___default_attr="plain"&gt;ssh admin@ironport ls /configuration&lt;/PRE&gt;&lt;BR /&gt;to see the accumulated junk (mainly old copies of config files), but I can't use "rm" to delete them. No doubt this is a security measure to keep people from damaging the appliance, but using FTP to delete files works just fine. Maybe FTP is easier to lock into particular directories where it can be made reasonably harmless.&lt;/PRE&gt;&lt;BR /&gt;We have the same problem on a few devices. Backup scripts export the config to file every day and use SCP to copy it, but the script has no secure way of deleting the files. So they just accumulate.. i always wondered if one day the directory would get full &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;I think I had a feature request for this, but can't find it anymore (it was created a very long time ago).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 19:56:08 GMT</pubDate>
    <dc:creator>Bart_ironport</dc:creator>
    <dc:date>2008-02-26T19:56:08Z</dc:date>
    <item>
      <title>Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845211#M1650</link>
      <description>&lt;P&gt;Helo,&lt;BR /&gt;&lt;BR /&gt;I would like to know if there is the possibility of Ironport lets you interact with the protocol Rsync or any third-party tool that does this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Alex Martins&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2008 00:20:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845211#M1650</guid>
      <dc:creator>alex.martins_ironport</dc:creator>
      <dc:date>2008-02-14T00:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845212#M1651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AsyncOS has no support for rsync, at least none that I've ever heard about. What are you wanting to do that makes rsync attractive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 23:45:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845212#M1651</guid>
      <dc:creator>Donald Nash</dc:creator>
      <dc:date>2008-02-14T23:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845213#M1652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To transfer log, would have a better control!&lt;BR /&gt;&lt;BR /&gt;thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Alex Martins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 04:18:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845213#M1652</guid>
      <dc:creator>alex.martins_ironport</dc:creator>
      <dc:date>2008-02-19T04:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845214#M1653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I'm missing something. As far as I know, the big benefit of rsync happens when the file you're transferring has changed since last time, because then rsync can transfer only the differences. That's not an issue with IronPort logs, since they're transferred out only when rolled over.&lt;BR /&gt;&lt;BR /&gt;Rsync does have lots of options, but I don't see how any of them would be useful in the very simple case of copying individual text files from one location to another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 06:36:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845214#M1653</guid>
      <dc:creator>Donald Nash</dc:creator>
      <dc:date>2008-02-19T06:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845215#M1654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you don't transfer the files with WGET? You can tell WGET to transfer just the new(er) files only.&lt;BR /&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code" ___default_attr="plain"&gt;REM Get logfiles from IronPort-FTP &lt;BR /&gt;REM -r = recursive&lt;BR /&gt;REM -N = don't re-retrieve files unless newer than local&lt;BR /&gt;&lt;BR /&gt;wget -r -N ftp://username:password@1.2.3.4&lt;BR /&gt;&lt;/PRE&gt;You can download WGET for Win32 from http://users.ugent.be/~bpuype/wget/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 18:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845215#M1654</guid>
      <dc:creator>Pat_ironport</dc:creator>
      <dc:date>2008-02-19T18:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845216#M1655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the users requiring a file transfer will use SCP or PSCP on windows.&lt;BR /&gt;you can usethis for free with Putty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 01:57:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845216#M1655</guid>
      <dc:creator>staylor_ironport</dc:creator>
      <dc:date>2008-02-20T01:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845217#M1656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Why you don't transfer the files with WGET? You can tell WGET to transfer just the new(er) files only.&lt;BR /&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code" ___default_attr="plain"&gt;REM Get logfiles from IronPort-FTP &lt;BR /&gt;REM -r = recursive&lt;BR /&gt;REM -N = don't re-retrieve files unless newer than local&lt;BR /&gt;&lt;BR /&gt;wget -r -N ftp://username:password@1.2.3.4&lt;BR /&gt;&lt;/PRE&gt;You can download WGET for Win32 from http://users.ugent.be/~bpuype/wget/&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I´m not use transfer with FTP protocol, FTP no secure. I am currently using transfer by scp.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Alex Martins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 21:53:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845217#M1656</guid>
      <dc:creator>alex.martins_ironport</dc:creator>
      <dc:date>2008-02-21T21:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845218#M1657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SCP is the most secure way of doing this and it's support natively in the log subscriptions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 23:50:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845218#M1657</guid>
      <dc:creator>staylor_ironport</dc:creator>
      <dc:date>2008-02-21T23:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845219#M1658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;You can tell WGET to transfer just the new(er) files only.&lt;/PRE&gt;&lt;BR /&gt;Or you can push the logs instead of pull them. That way, the appliance sends each log exactly when it's ready.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:50:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845219#M1658</guid>
      <dc:creator>Donald Nash</dc:creator>
      <dc:date>2008-02-22T00:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845220#M1659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can push with SCP to, you have the options to push to a Remote SCP Server.&lt;BR /&gt;Options that are the same for any retrieval method are that you can schedule this on a time basis or when it hits a certain size.  I personally reccomend that you send the log file when it reaches no more than 10MB as you don't want a massive file flying across your wire.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 00:59:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845220#M1659</guid>
      <dc:creator>staylor_ironport</dc:creator>
      <dc:date>2008-02-22T00:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845221#M1660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Or you can push with SCP&lt;/PRE&gt;&lt;BR /&gt;I wasn't making a comment on which protocol to use to do the push. I was simply remarking that pushing the logs instead of pulling them means you don't have to figure out which files have or haven't been transferred yet. We use SCP push here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 01:04:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845221#M1660</guid>
      <dc:creator>Donald Nash</dc:creator>
      <dc:date>2008-02-22T01:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845222#M1661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Dude, that was a coincidence, I was writing another reply to my original and you replied in the middle  :lol: &lt;BR /&gt;SCP is the way to go from a security point of view&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 01:09:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845222#M1661</guid>
      <dc:creator>staylor_ironport</dc:creator>
      <dc:date>2008-02-22T01:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845223#M1662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool. And yes, SCP is the only way to fly for security reasons.&lt;BR /&gt;&lt;BR /&gt;On a related topic, I wish that SFTP was available so that I could clean out /configuration without having to turn FTP on. I can do this:&lt;BR /&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code" ___default_attr="plain"&gt;ssh admin@ironport ls /configuration&lt;/PRE&gt;&lt;BR /&gt;to see the accumulated junk (mainly old copies of config files), but I can't use "rm" to delete them. No doubt this is a security measure to keep people from damaging the appliance, but using FTP to delete files works just fine. Maybe FTP is easier to lock into particular directories where it can be made reasonably harmless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 01:18:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845223#M1662</guid>
      <dc:creator>Donald Nash</dc:creator>
      <dc:date>2008-02-22T01:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845224#M1663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;On a related topic, I wish that SFTP was available so that I could clean out /configuration without having to turn FTP on. I can do this:&lt;BR /&gt;&lt;PRE __jive_macro_name="code" class="jive_text_macro jive_macro_code" ___default_attr="plain"&gt;ssh admin@ironport ls /configuration&lt;/PRE&gt;&lt;BR /&gt;to see the accumulated junk (mainly old copies of config files), but I can't use "rm" to delete them. No doubt this is a security measure to keep people from damaging the appliance, but using FTP to delete files works just fine. Maybe FTP is easier to lock into particular directories where it can be made reasonably harmless.&lt;/PRE&gt;&lt;BR /&gt;We have the same problem on a few devices. Backup scripts export the config to file every day and use SCP to copy it, but the script has no secure way of deleting the files. So they just accumulate.. i always wondered if one day the directory would get full &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;I think I had a feature request for this, but can't find it anymore (it was created a very long time ago).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 19:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845224#M1663</guid>
      <dc:creator>Bart_ironport</dc:creator>
      <dc:date>2008-02-26T19:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rsync?</title>
      <link>https://community.cisco.com/t5/email-security/rsync/m-p/845225#M1664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created log files, with 500k size of each log and gave the name "mfc_logs" but I not sent using SCP for appliance, I copy them using scripts php and is being functional, the files are transferred quickly from 500k, accumulate a maximum of 500 files for equipment.&lt;BR /&gt;&lt;BR /&gt;Sorry for my porr English &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Alex Martins&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 22:56:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/email-security/rsync/m-p/845225#M1664</guid>
      <dc:creator>alex.martins_ironport</dc:creator>
      <dc:date>2008-03-19T22:56:01Z</dc:date>
    </item>
  </channel>
</rss>

