Comment 11 for bug 506876

Revision history for this message
Chaote (chaote) wrote :

That does not help. It still hangs during backup:

ps -ef |grep back
coen 4209 4199 0 00:00 ? 00:00:00 /bin/sh -c /usr/bin/backintime --backup-job >/dev/null 2>&1
coen 4212 4209 0 00:00 ? 00:00:00 /bin/sh /usr/bin/backintime --backup-job
coen 4216 4212 0 00:00 ? 00:01:23 python /usr/share/backintime/common/backintime.py --backup-job

coen 4266 4216 0 00:00 ? 00:00:00 rsync -aEAX -i --dry-run --chmod=Fa-w,D+w --whole-file --delete --exclude=/home/backup --exclude=/home/coen/.local/share/backintime --include=/home/coen/ --include=/home/ --include=/storage/documenten/ --include=/storage/ --include=/srv/ --exclude=*~ --exclude=.tmp --exclude=.wine --exclude=.temp --exclude=/home/coen/download --include=/home/coen/** --include=/storage/documenten/** --include=/srv/** --exclude=* / /home/backup/backintime/20100115-080115/backup/

coen 4268 4266 0 00:00 ? 00:00:00 rsync -aEAX -i --dry-run --chmod=Fa-w,D+w --whole-file --delete --exclude=/home/backup --exclude=/home/coen/.local/share/backintime --include=/home/coen/ --include=/home/ --include=/storage/documenten/ --include=/storage/ --include=/srv/ --exclude=*~ --exclude=.tmp --exclude=.wine --exclude=.temp --exclude=/home/coen/download --include=/home/coen/** --include=/storage/documenten/** --include=/srv/** --exclude=* / /home/backup/backintime/20100115-080115/backup/

coen 4271 4268 0 00:00 ? 00:00:00 rsync -aEAX -i --dry-run --chmod=Fa-w,D+w --whole-file --delete --exclude=/home/backup --exclude=/home/coen/.local/share/backintime --include=/home/coen/ --include=/home/ --include=/storage/documenten/ --include=/storage/ --include=/srv/ --exclude=*~ --exclude=.tmp --exclude=.wine --exclude=.temp --exclude=/home/coen/download --include=/home/coen/** --include=/storage/documenten/** --include=/srv/** --exclude=* / /home/backup/backintime/20100115-080115/backup/

If I manualy kill the "python /usr/share/backintime/common/backintime.py --backup-job" thread the rest stops after a few minutes.