Sometime ago I was looking for a backup solution, and found a couple of solutions. Unfortunately, I can't remember all that I tried. One of the programs is backing up my whole drive into /var, and I don't have enough storage for that. I don't remember which program I used. How do I find the process (daemon?) that is doing this? I keep getting the login loop, then have to go delete the *.tar.gz file before I can login. Is there a log file that will point the way? Which one? I've also typed "backup" in synaptic looking for packages that I installed, but other than Keep, which I'm now using, there are no other clues. Please help.
Announcement
Collapse
No announcement yet.
(Solved) Backup is eating my drive space
Collapse
This topic is closed.
X
X
-
Re: Backup is eating my drive space
Originally posted by mpstump
One of the programs is backing up my whole drive into /var
If you want to preserve the software setup, use aptoncd from here:
http://aptoncd.sourceforge.net/
- Top
- Bottom
Comment
-
Re: Backup is eating my drive space
Thanks for the reply, but none of those are installed. I think I need a breathalizer installed on this thing, instead of a superuser password . I'm thinking back and I think it was a script, not a package, which is going to be even more fun trying to find. Oh well...
Dibl, thanks for the reply as well. I do have aptoncd installed, just backed up my packages.Stumper
- Top
- Bottom
Comment
-
Re: Backup is eating my drive space
I'm still struggling with this. I think I'm on to something, though. I noticed my system behaving a little slowly, so I checked my system monitor, and found the process "tar" running, without me doing anything. So, I right clicked on it, and said to jump to parent process, which led me to "backup-manager". There are no other parent processes. I can't find a package with that title though. Does anybody have any hints on how to find what is activating this process? I can kill it, but I'm sure it will come back. I think it's a cron thing, but everytime I try to run cron I getCode:cron: can't lock /var/run/crond.pid, otherpid may be 5987: Resource temporarily unavailable
Stumper
- Top
- Bottom
Comment
-
Re: Backup is eating my drive space
I guess their was a package called backup-master on my system, even though it didn't show up in adept. I had to use apt from the command line to remove it. Geez, that one little program caused me so much grief. Well, another lesson learned.Stumper
- Top
- Bottom
Comment
-
Re: (Solved) Backup is eating my drive space
proviso: I'm not on kubuntu but if the following commands are not 1:1 applicable to kubuntu then they'll be quite similar.
Right, that out of the way you could check whether it nested itself in crontab:
Code:crontab -l
If not, update your local database
Code:sudo updateb
Code:locate backup
Code:|grep TERM_TO_FILTER
Code:> file_name
Personally I'd start with
Code:locate backup|grep bin
HTHOnce your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
Re: (Solved) Backup is eating my drive space
I don't know what happened there Glad it got sorted though and I could have saved myself a lot of typingOnce your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
- Top
- Bottom
Comment
-
Re: (Solved) Backup is eating my drive space
Originally posted by toadI don't know what happened there Glad it got sorted though and I could have saved myself a lot of typing
Thanks for the reply.
----------------
Now playing: Daft Punk - robot rock
via FoxyTunesStumper
- Top
- Bottom
Comment
Comment