<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/reoback/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/reoback/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 14 Nov 2006 04:37:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/reoback/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>REOBack development active again!</title><link>https://sourceforge.net/p/reoback/news/2006/11/reoback-development-active-again/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;REOBack development has been stagnant for almost 5 years.  Andy Swanner, a Linux System Administrator (and a coding monkey :-) ) volunteered to take over administration, and development of the project as of 11/13/2006.  He is currently working on implementing the items in the TODO file and more.  If you have any feature requests, bug fixes, or want to contribute to this project, please contact him directly.   --Randy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Steffenhagen</dc:creator><pubDate>Tue, 14 Nov 2006 04:37:31 -0000</pubDate><guid>https://sourceforge.net4bcb6bb75627dededac53d0e4b8053b81dd2e6dc</guid></item><item><title>REOBack Development On-hold :(</title><link>https://sourceforge.net/p/reoback/news/2002/11/reoback-development-on-hold-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;REOBack users, development is currently on-hold until I can get my life back :)  I have been been busy the past few months with school work and had no time at all to further develop REOBack. As a matter of fact, my co-developer, Griswold, has also been busy with his Graduate school work.  However, that doesn't mean REOBack is dead.  The list of TODOs is growing and we plan to implement them someday.  Someday, just don't know when...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Steffenhagen</dc:creator><pubDate>Wed, 06 Nov 2002 01:28:31 -0000</pubDate><guid>https://sourceforge.net4c3ecc71a7ea849aad7198911fa273f44cfa43ba</guid></item><item><title>REOBack 1.0r3 released!</title><link>https://sourceforge.net/p/reoback/news/2002/03/reoback-10r3-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is basically a response to the numerous feature/bug reports from users like you!&lt;/p&gt;
&lt;p&gt;Keep those feedbacks coming. :)&lt;/p&gt;
&lt;h1 id="march-23-2002-version-10-release-3"&gt;March 23 2002: Version 1.0 Release 3&lt;/h1&gt;
&lt;p&gt;- Fixed problem when backing up &amp;quot;/&amp;quot; (root dir).&lt;/p&gt;
&lt;p&gt;- Fixed &amp;quot;rename&amp;quot; code to use &amp;quot;move&amp;quot; to work across filesystems.&lt;/p&gt;
&lt;p&gt;- Fixed the directory permissions problem when restoring backups.&lt;/p&gt;
&lt;p&gt;- Changed tar parameters from &amp;quot;cpfz&amp;quot; to &amp;quot;-cpzf&amp;quot; for compatability with &lt;br /&gt;
other flavors of UNIX i.e. AIX.&lt;/p&gt;
&lt;p&gt;- Check if Net::FTP is installed when doing an FTP remote backup,&lt;br /&gt;
* Fixes bug 463642&lt;/p&gt;
&lt;p&gt;- Automatically create directories from settings.conf if they do not&lt;br /&gt;
exist.  Parent directories are created if necessary.&lt;br /&gt;
* First half of fix for bug 482380&lt;/p&gt;
&lt;p&gt;- Better error checking and reporting.&lt;br /&gt;
* Second half of fix for bug 482380&lt;/p&gt;
&lt;p&gt;- Removes large (&amp;gt;2GB) archives, even if Perl does not have large file&lt;br /&gt;
support.  This relies on the tar command having large file support&lt;br /&gt;
enabled, but both the file system and the tar command have to have&lt;br /&gt;
large file support to create a file larger than 2GB.&lt;br /&gt;
* Fixes bug 521843&lt;/p&gt;
&lt;p&gt;- Skip removing comments for FTP passwords.  REOBack will now treat&lt;br /&gt;
everything after 'ftppasswd = ' as a password, except for leading and&lt;br /&gt;
trailing whitespace.  For example, for the line&lt;br /&gt;
'ftppasswd   =   my##password   ', REOBack will extract 'my##password'&lt;br /&gt;
as the FTP password.&lt;br /&gt;
* Fixes bug 506178&lt;/p&gt;
&lt;p&gt;- Correctly handle the case where there are no files to skip.&lt;/p&gt;
&lt;p&gt;- Fixed a bug with checking for the last modification time for symbolic&lt;br /&gt;
links.&lt;/p&gt;
&lt;p&gt;- Perl regular expressions (wild cards) for Skip: directives.  For&lt;br /&gt;
example, to skip all files and directories in your home directory that&lt;br /&gt;
start with a dot, you can use:&lt;/p&gt;
&lt;p&gt;Skip: /home/myself/\..*&lt;/p&gt;
&lt;p&gt;Wondering what '\..*' does?  The leading backslash, '/', tells REOBack&lt;br /&gt;
(actually Perl) to treat the next dot, '.', as a literal dot.  The&lt;br /&gt;
third dot tells Perl to match any character, and the asterisk, '*',&lt;br /&gt;
tells Perl to perform the match zero or more times.&lt;/p&gt;
&lt;p&gt;- Suppress &amp;quot;Removing leading `/'&amp;quot; message from tar.&lt;/p&gt;
&lt;p&gt;- Prints correct backup type.&lt;/p&gt;
&lt;p&gt;- Prints version each time it is run.&lt;/p&gt;
&lt;p&gt;- Creates fewer temporary files.&lt;/p&gt;
&lt;p&gt;- General code streamlining and cleanup.&lt;/p&gt;
&lt;p&gt;See the list of changes at:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://reoback.penguinsoup.org/docs/CHANGES" rel="nofollow"&gt;http://reoback.penguinsoup.org/docs/CHANGES&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Steffenhagen</dc:creator><pubDate>Sat, 23 Mar 2002 23:04:50 -0000</pubDate><guid>https://sourceforge.net8df9d84c9e4c1513160a3f9e43581fc980173258</guid></item><item><title>REOBack 1.0 Release 3 Comming this weekend!</title><link>https://sourceforge.net/p/reoback/news/2002/03/reoback-10-release-3-comming-this-weekend/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We are in the process of packaging the latest release of REOBACK, Release 3.  This release is a response to REOBack fans out there that ran into some snags with the previous release.  The fixes and enhancements are too much to list here.  Just make sure to check-out the CHANGES file.  Say Thanks to Richard, for working hard last week to implement these changes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Steffenhagen</dc:creator><pubDate>Sat, 23 Mar 2002 14:15:27 -0000</pubDate><guid>https://sourceforge.netbd90837c934d67cc63365992c7f07f374e69a27f</guid></item><item><title>REOBack 1.0 Released (First public release)</title><link>https://sourceforge.net/p/reoback/news/2001/08/reoback-10-released-first-public-release/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Although REOBack has been developed months ago (and been used since), this is the first public release.  It is available via TAR/GZ files and RPM package.&lt;/p&gt;
&lt;p&gt;REOBack Backup Solution (pronounced &amp;quot;Ray-o- back&amp;quot;) is a simple backup solution designed for Linux users and system administrators. It is designed to be simple to set up, and easy to use. It is great as a quick solution for those who procrastinate about backups. It supports automatic full/incremental backups of files you define, remote backups via NFS or FTP, as well as auto deletion of old backups.&lt;br /&gt;
Read more from the documentation included in the release.&lt;/p&gt;
&lt;p&gt;So, what are you waiting for?  Grab it!&lt;/p&gt;
&lt;p&gt;- Randy Oyarzabal (techno91)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Steffenhagen</dc:creator><pubDate>Mon, 20 Aug 2001 04:56:50 -0000</pubDate><guid>https://sourceforge.nete26e5650df657b36dde704de2978b10430f6c3f6</guid></item><item><title>First beta release on its way...</title><link>https://sourceforge.net/p/reoback/news/2001/08/first-beta-release-on-its-way/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We are currently working on the first public beta release of REOBack estimated to be released by August 19, 2001.  Stay tuned!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Steffenhagen</dc:creator><pubDate>Wed, 08 Aug 2001 21:05:22 -0000</pubDate><guid>https://sourceforge.neteb7d45c16e90e97960e55846ffc9f5ceb5aee0c4</guid></item></channel></rss>