Content deleted Content added
Corrected part I had missed Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile app edit Android app edit App section source |
||
(15 intermediate revisions by 6 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}} | programming language = [[Python (programming language)|Python]], [[Qt (software)|Qt]] (GUI)
| operating system = [[Linux|GNU/Linux]]
Line 21 ⟶ 23:
| size =
| language =
| language count =
| 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
| genre = [[Backup software]]
| license = [[GPL#Version_2|
| website =
}}
'''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
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.
==References==
{{Reflist}}
==External links==
* [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
|