Back in Time (Linux software): Difference between revisions

Content deleted Content added
Release info from Wikidata
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile app edit Android app edit App section source
 
(16 intermediate revisions by 7 users not shown)
Line 1:
{{Short description|Computer backup program for GNU/Linux}}
{{Infobox software
| name =
Line 12 ⟶ 13:
| 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 = {{wikidata|property|preferred|references|edit|P348|P548=Q2804309}}
| latest release date = {{Start date and age|{{wikidata|qualifier|preferred|single|P348|P548=Q2804309|P577}}|df=yes}}
|website=Github |accessdate=13 November 2023}}</ref>
| programming language = [[Python (programming language)|Python]], [[Qt (software)|Qt]] (GUI)
| operating system = [[Linux|GNU/Linux]]
Line 22 ⟶ 23:
| size =
| language =
| language count = 4547
| 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 NovemberNov 20232024}}</ref>
| genre = [[Backup software]]
| license = [[GPL#Version_2|GPLv2GPL-2.0-or-later]]
| website = [[Codeberg{{URL|Codeberggithub.org]]com/bit-team/backintime}}
}}
'''Back In Time''' is a backup application for [[Linux|GNU/Linux]] with a graphical interface written in [[Qt_(software)|Qt]] and a command line interface. 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.
 
==See also==
*The standard backup tool of [[Mac OS X]], [[Time Machine (OS X)|Time Machine]], works on the same principles.
 
==References==
{{Reflist}}
 
 
==External links==
* [https://github.com/bit-team/backintime Back In Time code hosting]
* [http://www.ubuntugeek.com/back-in-time-a-simple-backup-tool-for-ubuntu.html Back In Time – A Simple backup tool for Ubuntu] - Blog Post