backintime icon indicating copy to clipboard operation
backintime copied to clipboard

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back

Results 311 backintime issues
Sort by recently updated
recently updated
newest added

Remove the function `tools.syncfs()` and its unit test. It was used in `shutdown()` only. Shutodwn cause an unmount which itself cause synfs on OS level. No need for BIT to...

PR: Merge after creative-break

# Introduction Welcome to the project, if you pick up this Issue because of the "GOOD FIRST USE" label. You will be mentored through the process if you want. First...

Logging & diagnostics
GOOD FIRST ISSUE
HELP-WANTED

@Anard requested this feature in another unrelated issue so I have added it as new feature request I would like to have access to BackInTime in systray even if it's...

High
Meta
Feature

Closes #1686 - Removed `isIPv6Address()` function and related tests - Using `ipaddress` package directly in the `escapeIPv6Address` function

PR: Modifications requested

Hello, I have a problem with the lock file. First the backup of my user is executed and then always the backup of the root account. The backup of the...

Reproduced
Discussion
Bug

https://github.com/bit-team/backintime/blob/d33f35e10b4c3027b3b12881152c157eb1b2cc8c/common/snapshots.py#L1140 The field "filesystem_mounts" (and also "snapshot_version") is written into the "info" file of each backup. It is never used anywhere (checked via grep). - Remove that field. - Remove...

Infrastructure
Discussion
Low

https://github.com/bit-team/backintime/blob/d33f35e10b4c3027b3b12881152c157eb1b2cc8c/common/tools.py#L1539-L1547 I vote to remove that function because there is no appropriated use case for it. It simply execute `sync` on the shell to make sure the file system is...

Discussion
Low

While the build and run-time dependencies are documented in [REAMDE](https://github.com/bit-team/backintime#from-sources) of this Github repo they will not be checked in the configured makefiles (`common/makefile` and `qt/makefile`). It would be great...

Infrastructure
Feature
Low
GOOD FIRST ISSUE
HELP-WANTED

This came up a couple of days ago. Some time ago, I changed my ssh keys on my machine and while I updated all the public keys I remembered, I...

Feature
Low
Notifications
Logging & diagnostics
Close after cooling-off period

Automatic backups now fail because the remote user doesn't have write access to the _parent_ of the snapshots folder. For instance, if the remote directory is `/mnt/disk` and snapshots are...

Discussion
Bug
Feedback
Close after cooling-off period