Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21dd11f19459de8

Jump to content

Back in Time (Linux software)

From Wikipedia, the free encyclopedia
Back In Time
Original authorsOprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack
DevelopersMichael Büker, Christian Buhtz & Team
Release2008; 18 years ago (2008)
Stable release
1.6.1[1] Edit this on Wikidata / 10 February 2026; 5 months ago (10 February 2026)
Written inPython, Qt (GUI)
Operating systemGNU/Linux
Available in47 languages[2]
TypeBackup software
LicenseGPL-2.0-or-later
Websitegithub.com/bit-team/backintime
Repository

Back In Time is a backup application for GNU/Linux with a graphical interface written in Qt and a command line interface. It is available directly from the 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 links for files which are identical in backups 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 links 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.

References

[edit]
  1. "Release 1.6.1". 10 February 2026. Retrieved 10 February 2026.
  2. "Translations for Back In Time". translate.codeberg.org. Retrieved 13 Nov 2024.
[edit]