Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After upgrade from 1.1.14 to 1.1.16 manual snapshot button doesn't work #728

Closed
jbernal-ej2sistemas opened this issue Mar 29, 2017 · 4 comments

Comments

@jbernal-ej2sistemas
Copy link

jbernal-ej2sistemas commented Mar 29, 2017

I upgraded BIT via apt upgrade today to 1.1.16 from version 1.1.14. I'm suffering the issue/bug #722.
Now, the manual snapshot button doesn't work, seems to do nothing.

I tried uninstall BIT and make a fresh install, but same problem.

My system: Ubuntu Desktop 16.04.2 with 4.8.0 kernel.

Thanks.

@jbernal-ej2sistemas jbernal-ej2sistemas changed the title After upgrade from 1.1.14 to 1.1.16 manual snapshot button don't work After upgrade from 1.1.14 to 1.1.16 manual snapshot button doesn't work Mar 29, 2017
@joaoherberto
Copy link

Same issue on Manjaro XFCE 64bit...

@pagnotta
Copy link

pagnotta commented Mar 29, 2017

When starting backintime-qt4 from the command line I get the following output on clicking the snapshot button:

Traceback (most recent call last):
  File "/usr/share/backintime/qt4/app.py", line 873, in on_btn_take_snapshot_clicked
    backintime.take_snapshot_now_async( self.config )
  File "/usr/share/backintime/common/backintime.py", line 69, in take_snapshot_now_async
    subprocess.Popen(cmd, env = env)
  File "/usr/lib/python3.6/subprocess.py", line 707, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.6/subprocess.py", line 1326, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'backintime backup &'

To create a snapshot anyway, it is possible to run

backintime -b

on the command line.

@corro
Copy link

corro commented Mar 29, 2017

The fix is rather easy, just add shell=True to the Popen() call. See pull request #729.

@Germar
Copy link
Member

Germar commented Mar 29, 2017

Ahhh 🙈 Never touch a running system!

I'm so sorry for the troubles. I'm currently quite short on time and didn't test it like I should have. Sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants