I'm backing up to my ssh server, and testing Smart remove > Run in background on remote Host. EXPERIMENTAL!. On my local computer, backintime is stuck on the Smart remove step, according to the system tray and backintime GUI. It's been stuck for several hours, which is much longer than it normally takes to smart remove when locally directed, over ssh.
However, as far as I can tell, the server isn't doing anything. I wasn't exactly sure what process to look for, so I tried searching sudo ps aux for rsync, screen, backintime and nohup. However, none of those were running.
On the local computer, I can see a few backintime and screen processes, as follows.
/usr/bin/python /usr/share/backintime/qt4/serviceHelper.py
python /usr/share/backintime/common/backintime.py pw-cache start
/bin/sh /usr/bin/backintime-qt4
python /usr/share/backintime/qt4/app.py
ssh-agent python /usr/share/backintime/qt4/app.py
ssh -p 123 -o ServerAliveInterval=240 -c arcfour -o IdentityFile=/root/.ssh/root@pi_rsa root@192.168.1.1 screen -d -m bash -c "(flock -x 9; ) 9>\"/media/Wells/backintime/hostname/root/1/smartremove.lck\""
/bin/sh /usr/sbin/backintime backup-job
python /usr/share/backintime/common/backintime.py backup-job
ssh-agent python /usr/share/backintime/common/backintime.py backup-job
sshfs -p 123 -o ServerAliveInterval=240 -o IdentityFile=/root/.ssh/root@pi_rsa -o Ciphers=arcfour -o idmap=user root@192.168.1.1:/media/Wells /root/.local/share/backintime/mnt/6A5D466C/mountpoint
/usr/bin/python /usr/share/backintime/qt4/qt4systrayicon.py 1
I'm backing up to my ssh server, and testing
Smart remove>Run in background on remote Host. EXPERIMENTAL!. On my local computer, backintime is stuck on theSmart removestep, according to the system tray and backintime GUI. It's been stuck for several hours, which is much longer than it normally takes to smart remove when locally directed, over ssh.However, as far as I can tell, the server isn't doing anything. I wasn't exactly sure what process to look for, so I tried searching
sudo ps auxforrsync,screen,backintimeandnohup. However, none of those were running.On the local computer, I can see a few
backintimeandscreenprocesses, as follows.