Back in Time (Linux software): Difference between revisions

Content deleted Content added
Update version infos
Tags: Mobile edit Mobile app edit Android app edit App section source
 
(24 intermediate revisions by 10 users not shown)
Line 1:
{{Short description|Computer backup program for GNU/Linux}}
{{Infobox software
| name =
| title = Back In Time
| logo = <!-- Image name is enough -->
| logo caption =
| logo_size =
| logo_alt =
| screenshot = <!-- Image name is enough -->
| caption =
| screenshot_size =
| screenshot_alt =
| collapsible =
| author = Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack
| developer = Michael Büker, Christian Buhtz & = Team
| released = {{Start date and age|2008|df=yes}}
| discontinued =
| latest release version = 1.3.1{{wikidata|property|preferred|references|edit|P348|P548=Q2804309}}
| latest release date = {{Start date and age|2021{{wikidata|07qualifier|05preferred|df=yes}}<ref>{{cite web single|title=Releases P348|urlP548=https://github.com/bit-team/backintime/releases Q2804309|website=Github P577}}|accessdatedf=5 August 2021yes}}</ref>
| programming language = [[Python (programming language)|Python]], [[Qt (software)|Qt]] (GUI)
| operating system = [[Linux|GNU/Linux]]
| platform =
| size =
| language =
| language = English, Czech, Dutch, French, German, Italian, Polish, Russian, Slovak, Slovenian, Spanish, Swedish
| language count = 12+47
| language footnote = <ref>{{cite web |title=Translations for Back In Time |url=https://translationstranslate.launchpadcodeberg.netorg/engage/backintime/trunk/+pots/back-in-time |website=translations[[Codeberg|translate.launchpadcodeberg.netorg]] |accessdate=313 SeptemberNov 20192024}}</ref>
| genre = [[Backup software]]
| license = [[GPL#Version_2|GPLv2GPL-2.0-or-later]]
| website = {{URL|https://github.com/bit-team/backintime}}
}}
'''Back In Time''' is a backup application for [[Linux|GNU/Linux]]. Itwith hasa versionsgraphical thatinterface integrate favorablywritten in [[GNOMEQt_(software)|Qt]] and [[KDEa SCcommand 4]]line andinterface. It is available directly from the [[Software repository|repositories]] of many [[GNU/Linux distributions]]. Released under the terms of the [[GNU General Public License]] (GPL), it is [[free software]].
 
Back In Time uses [[rsync]] as backend and has the characteristic feature of using [[hard link]]s for files which are identical in snapshotsbackups at different times, thus using disk space just once for files that remained unchanged. It is possible to use several backup profiles, e.g. for backups on different hard disks and also to create schedules. [[Symbolic link]]s can be backed up, both absolute and relative ones, but hard links cannot be treated as such due to the used backup method. Back In Time also supports encryption of backups and backup over [[SSH]].
 
Advantages of the hard link method are that it is easy to look at snapshots of the system at different times and also easy to remove old snapshots compared to incremental backup methods which save difference information between consecutive backup times. However, a drawback of Back In Time is that it does not allow for compression, and requires file systems that support hard links on the backup ___location.
 
== User interface ==
There is a graphical interface written in [[Qt (software)|Qt]].
 
==See also==
*The standard backup tool of [[Mac OS X]], [[Time Machine (OS X)|Time Machine]], works on the same principles.
 
==References==
{{Reflist}}
*[http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html Back In Time – A Simple backup tool for ubuntu]
 
== External links ==
* [http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html Back In Time – A Simple backup tool for ubuntuUbuntu] - Blog Post
* [https://github.com/bit-team/backintime Back In Time code hosting]
 
[[Category:Free backup software]]