Hey guys,
So I installed fwbackups to give it a whirl to see if it was what I was looking for in a backup solution. So far I am not seeing features that I want. Also it errors out everytime a back up job runs. It doesn't matter if it is a scheduled backup set or a one time back up, I get this error
Code:
Dec 30 11:18:26 :: INFO : Starting automatic backup operation of set `debian_desktop - Full Weekly'
Dec 30 11:18:26 :: DEBUG : Attempting to connect to server
Dec 30 11:18:27 :: DEBUG : Thread returned with retval -1
Dec 30 11:18:27 :: WARNING : There was an error while performing the backup! Enable debug messages for more information.
Dec 30 11:18:27 :: DEBUG : Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/fwbackups/__init__.py", line 121, in run
retval = self.__functorun(*self.__args)
File "/usr/local/lib/python2.5/site-packages/fwbackups/operations/backup.py", line 615, in start
managers = self.createPkgLists()
File "/usr/local/lib/python2.5/site-packages/fwbackups/operations/backup.py", line 112, in createPkgLists
retval, stdout, stderr = fwbackups.execute('dpkg -l', env=self.environment, shell=True, stdoutfd=fh)
TypeError: execute() got an unexpected keyword argument 'stdoutfd'
Dec 30 11:18:27 :: DEBUG : Could not create notification: The name org.freedesktop.Notifications was not provided by any .service files
Dec 30 11:18:27 :: INFO : Canceling the current operation!
Dec 30 11:18:28 :: DEBUG : Parsing configuration files
Dec 30 11:18:35 :: DEBUG : Regenerating crontab
Dec 30 11:18:37 :: DEBUG : Saving set `debian_desktop - Full Weekly' to the crontab
Dec 30 11:18:37 :: INFO : fwbackups administrator closed
Needless to say since it doesn't include the features I am looking for and it errors out I want to remove it. I am running Debian Lenny amd64. There is not an fwbackups package in the repos so I had to compile from source. However I can't figure out how to remove it now.
I tried using apt-get but it can't find it
Code:
debian:/home/jared# apt-get remove --purge fwbackups
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package fwbackups
When I look at the source tar I downloaded this is all that I have
Code:
jared@debian:~/Downloads/fwbackups-1.43.3rc4/fwbackups-1.43.3rc4$ ls
aclocal.m4 COPYING-DOCS Makefile.in
AUTHORS fwbackups-1.43.3rc4-stdoutfd.patch missing
bin fwbackups.spec NEWS
ChangeLog fwbackups.spec.in pixmaps
ChangeLog.rej INSTALL po
ChangeLog.stdoutfd install-sh py-compile
config.log intltool-extract.in README
config.status intltool-merge.in src
configure intltool-update.in TODO
configure.ac Makefile
COPYING Makefile.am
I have checked /usr/share/local/fwbackups and there is not any scripts listed to remove this package.
Does anyone have any idea how I can remove this from my machine?