Warning
This guide is INCOMPLETE and this software is not necessarily endorsed!
It is an easy-to-use backup tool for files and folders. It runs on GNU Linux and provides a command line tool backintime
and a Qt5 GUI backintime-qt
both written in Python3.
This details how to install and setup Back In Time as a backup solution used with a Samba share.
-
Install the
backintime
package usingyay
. -
Install the
encfs
package usingyay
for enabling encryption. -
Enable symlink following to our Samba share.
Create a
/etc/samba/smb.conf
file:sudo nano /etc/samba/smb.conf
Add the following lines to the
smb.conf
configuration file:[global] follow symlinks = yes wide links = yes unix extensions = no