LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-11-2015, 12:35 AM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
Privacy warning when I installed BackInTime from the terminal


Someone here gave me CLI commands to install BackInTime. I installed it on one Xubuntu 15.04 computer with no issues. Same with another computer (Linux Mint 17.1), but when I went to install it on another Xubuntu 15.04 computer I got this screenshot (see attachment) The second attachment is what happened in the terminal.

So what's the significance of the warning? Don't use BackInTime to backup anything sensitive? Or should I ignore it? Something in between?

And when using BackInTime on this computer with the warning I have to choose what "mode" to use. The choices are:

local
local encrypted
SSH
SSH encrypted

I don't really know what those signify or which would be the best choice.

And one last thing. I noticed that when I used BackInTime on the computer with the warning that there were lock icons over all the files that were saved in the BackInTime "snapshot." The files all opened properly though. I just wondered why the lock icons were there.

Thanks.
Attached Thumbnails
Click image for larger version

Name:	BackInTimeWarning.png
Views:	34
Size:	29.7 KB
ID:	18688  
Attached Files
File Type: txt BackInTimeTerminalData.txt (13.3 KB, 30 views)

Last edited by Gregg Bell; 06-11-2015 at 12:40 AM. Reason: added something
 
Old 06-11-2015, 05:29 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Gregg Bell View Post
[LIST]The choices are:

local
local encrypted
SSH
SSH encrypted

I don't really know what those signify or which would be the best choice.
Greg:
I would suggest local.
see the changelog

I guess you can run that thing as root, and that may be why locks are visible.
How did you "open" these files?

Last edited by Habitual; 06-11-2015 at 05:30 PM.
 
1 members found this post helpful.
Old 06-11-2015, 10:47 PM   #3
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Habitual View Post
Greg:
I would suggest local.
see the changelog

I guess you can run that thing as root, and that may be why locks are visible.
How did you "open" these files?
Thanks Habitual. I did choose the "local" choice and it backed things up fine. And I did not run backintime as root. It was from its GUI. And I didn't know what to make of that changelog as it pertained to my questions. I can open the files normally. Just (eg. .odt file) right click on the file and I'm presented with options (eg. LibreWriter for the .odt file). It opens normal. And any idea about that privacy warning? Do I need to worry about that? Thanks.
 
Old 06-12-2015, 10:05 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Gregg Bell View Post
And any idea about that privacy warning? Do I need to worry about that? Thanks.
I wouldn't. To me it is an merely a warning about (a) possible vuln(s) in encfs.
 
1 members found this post helpful.
Old 06-12-2015, 08:15 PM   #5
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Habitual View Post
I wouldn't. To me it is an merely a warning about (a) possible vuln(s) in encfs.
Thanks Habitual. I appreciate it.
 
Old 06-13-2015, 08:17 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Gregg:
You are very welcome.

John
 
Old 06-13-2015, 03:52 PM   #7
S0M30N3
LQ Newbie
 
Registered: Jul 2011
Posts: 22

Rep: Reputation: Disabled
Quote:
Originally Posted by Gregg Bell View Post
So what's the significance of the warning? Don't use BackInTime to backup anything sensitive? Or should I ignore it? Something in between?
This warning is not from BackInTime but from encfs which is an optional (recommended) dependency. You don't need to install it, if you don't want to create encrypted snapshots (see below). Like the message said, encfs got a paid audit which found some possible types of attacks. So the encryption should be seen as Not Secure Anymore. (it's still fine to stop your little brother at spying on you ;-) )

Quote:
Originally Posted by Gregg Bell View Post
And when using BackInTime on this computer with the warning I have to choose what "mode" to use. The choices are:

local
local encrypted
SSH
SSH encrypted

I don't really know what those signify or which would be the best choice.
This depends on where you want to store your snapshots and if you want them encrypted. If you have a local (maybe external) drive choose 'Local' or 'Local encrypted'. If you have a NAS choose 'SSH' or 'SSH encrypted'. For more information take a look at 'man backintime'

Quote:
Originally Posted by Gregg Bell View Post
And one last thing. I noticed that when I used BackInTime on the computer with the warning that there were lock icons over all the files that were saved in the BackInTime "snapshot." The files all opened properly though. I just wondered why the lock icons were there.
BIT stores permissions of files inside a separate file and changes permissions of all files in snapshots to be read-only. So you can't accidentally change or remove those files in the snapshots. After restore all permissions are restored as well. The locker icon only indicate that the file is read-only.

Regards,
Germar, BIT-Dev-Team
 
1 members found this post helpful.
Old 06-14-2015, 02:15 PM   #8
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by S0M30N3 View Post
This warning is not from BackInTime but from encfs which is an optional (recommended) dependency. You don't need to install it, if you don't want to create encrypted snapshots (see below). Like the message said, encfs got a paid audit which found some possible types of attacks. So the encryption should be seen as Not Secure Anymore. (it's still fine to stop your little brother at spying on you ;-) )



This depends on where you want to store your snapshots and if you want them encrypted. If you have a local (maybe external) drive choose 'Local' or 'Local encrypted'. If you have a NAS choose 'SSH' or 'SSH encrypted'. For more information take a look at 'man backintime'



BIT stores permissions of files inside a separate file and changes permissions of all files in snapshots to be read-only. So you can't accidentally change or remove those files in the snapshots. After restore all permissions are restored as well. The locker icon only indicate that the file is read-only.

Regards,
Germar, BIT-Dev-Team
Germar, Great! I feel much more comfortable about BIT thanks to your explanation. Thank you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
High security and privacy OS's that can be installed to hard disk punchy71 Linux - Distributions 6 07-13-2014 08:30 PM
BackInTime Segfaulting sniff SUSE / openSUSE 5 12-09-2013 04:37 AM
Question about backintime-gnome Nabeel Linux - Newbie 2 01-20-2013 08:51 AM
How do you get 'backintime' to run? sneckert Linux - Software 2 08-04-2009 05:32 PM
I cant uninstall backintime linux hates me Linux - Software 1 06-03-2009 06:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration