<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/sbackup/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/sbackup/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 13 Jul 2021 16:19:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sbackup/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Have instructions on how to install sbackup in fedora 34?</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/00db966e25/?limit=25#ed3c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I downloaded the sbackup tar.gz but I can't see how to install in in Fedora 34. How to install it? Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Advait</dc:creator><pubDate>Tue, 13 Jul 2021 16:19:01 -0000</pubDate><guid>https://sourceforge.netdcdb12e6b9ff1b545521a4efa878bda21b5ff026</guid></item><item><title>ubuntu 18.04</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/8b7c3a92/?limit=25#7339</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the problem is caused by a change in tar.  tar now exits with an error code "2" when positional arguments are used out of order.  In the case of sbackup, it places the list of files to exclude after the list of files to include.  that's considered an error since the exclude will not be processed.&lt;/p&gt;
&lt;p&gt;The problem can be fixed by changing  sbackup-0.11.6/src/sbackup/ar_backend/tar.py&lt;br/&gt;
 find&lt;br/&gt;
    options.append('--files-from=%s' % tmp_incl)&lt;br/&gt;
    options.append('--exclude-from=%s' % tmp_excl)&lt;/p&gt;
&lt;p&gt;change the order to &lt;br/&gt;
    options.append('--exclude-from=%s' % tmp_excl)&lt;br/&gt;
    options.append('--files-from=%s' % tmp_incl)&lt;/p&gt;
&lt;p&gt;uninstall the old version then make this one.  This worked for me under Xubuntu 18.10.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Doug Shelton</dc:creator><pubDate>Tue, 11 Dec 2018 17:16:47 -0000</pubDate><guid>https://sourceforge.net57e32d5bd39414ea057a89a7422f34ffcd41d5de</guid></item><item><title>ubuntu 18.04</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/8b7c3a92/?limit=25#86b0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've also just found sbackup doesn't work on kubuntu 18.04 having just upgraded from 14.04 (not on the same machine). This is a shame since I found it the best for running a simple scheduled backup regime.  Perhaps I'll try building it from source on 18.04, unless someone has done it already!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tobiz1</dc:creator><pubDate>Fri, 19 Oct 2018 11:02:34 -0000</pubDate><guid>https://sourceforge.netd8328de5b181402a7beb535d881f74b07c0332cc</guid></item><item><title>ubuntu 18.04</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/8b7c3a92/?limit=25#789d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;upgrade to ubuntu 18.04 just killed sbackup&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Leleu</dc:creator><pubDate>Thu, 03 May 2018 10:21:05 -0000</pubDate><guid>https://sourceforge.net79781eb252445397f0d6c00e7fc5e52489a53716</guid></item><item><title>Not deleting old backups</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/4304d0d4/?limit=25#621e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Normally I would suggest a simple chron job with a shell script to do the dirty work.&lt;/p&gt;
&lt;p&gt;find /var/tmp/ -type f -mtime +15 -exec rm -f {} +&lt;/p&gt;
&lt;p&gt;find files in the directory that are 15 days old and delete them.  I do not normally run this so beware and YMMV.&lt;/p&gt;
&lt;p&gt;for reference &lt;br/&gt;
&lt;a href="https://unix.stackexchange.com/questions/155184/how-to-find-and-delete-files-older-than-specific-days-in-unix" rel="nofollow"&gt;https://unix.stackexchange.com/questions/155184/how-to-find-and-delete-files-older-than-specific-days-in-unix&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Coats</dc:creator><pubDate>Mon, 09 Apr 2018 20:07:52 -0000</pubDate><guid>https://sourceforge.net32a76950b5bec12414e85af70cf5c80d2e6ca966</guid></item><item><title>Not deleting old backups</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/4304d0d4/?limit=25#62b3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I loaded Simple Backup Suite on my new Linux Mint 18.3 system.  It works fine except it doesn't delete old backups as it's supposed to.  I have it set to delete everything older than 6 days, but they keep hanging around.  Is there anything I can do to get them to leave?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ed Fix</dc:creator><pubDate>Mon, 09 Apr 2018 10:04:25 -0000</pubDate><guid>https://sourceforge.net885f836f7ee92b765f95dc8ac71e1dae023ad386</guid></item><item><title>Full Backup + incremental snapshot</title><link>https://sourceforge.net/p/sbackup/discussion/486192/thread/fedc0b85/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Linux Mint&lt;br/&gt;
I see that I can make a full backup and I do want to make a full backup but I'd also like to be able to make incremental snaphsots thereafter. Is that possilbe in sbackup because I don't see much in the menu to indicate that it is? Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Garrett</dc:creator><pubDate>Tue, 23 Feb 2016 01:15:04 -0000</pubDate><guid>https://sourceforge.net893f11a61ccf1c63fc56d68a311c4e9e26462304</guid></item></channel></rss>