Back in Time (Linux software): Difference between revisions

Content deleted Content added
m Remove invisible unicode control characters + other fixes using AWB (10072)
Tags: Mobile edit Mobile app edit Android app edit App section source
 
(41 intermediate revisions by 25 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|YYYY|MM|DD2008|df=yes/no}} -->
| discontinued =
| latest release version = {{wikidata|property|preferred|references|edit|P348|P548=Q2804309}}
| latest release date = <!-- {{Start date and age|YYYY{{wikidata|MMqualifier|DDpreferred|single|P348|P548=Q2804309|P577}}|df=yes/no}} -->
| programming language = [[Python (programming language)|Python]], [[Qt (software)|Qt]] (GUI)
| latest preview version =
| operating system = [[Linux|GNU/Linux]]
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| platform =
| status =
| size =
| programming language =
| operating system =
| language count = 47
| platform =
| language footnote = <ref>{{cite web |title=Translations for Back In Time |url=https://translate.codeberg.org/engage/backintime/ |website=[[Codeberg|translate.codeberg.org]] |accessdate=13 Nov 2024}}</ref>
| size =
| genre = [[Backup software]]
| language =
| license = [[GPL#Version_2|GPL-2.0-or-later]]
| language count = <!-- DO NOT include this parameter unless you know what it does -->
| website = {{URL|http:github.com/bit-team/backintime.le-web.org/}}
| language footnote =
| genre = [[Backup software]]
| license = [[GNU General Public License]]
| website = {{URL|http://backintime.le-web.org/}}
}}
'''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 encryption of backups, and requires file systems that support hard links on the backup ___location.
 
== User interfaces ==
There are graphical interfaces written in [[GTK+]] and in [[Qt (software)|Qt]].
 
==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
* [http://backintime.le-web.org/ Back In Time home page]
 
[[Category:Free backup software]]
[[Category:Backup software for Linux]]
[[Category:Software that uses GTK+]]
[[Category:Software that uses Qt]]
[[Category:Linux-only free software]]