A tool to backup my personal files. It's a personnal project, not documentation will be written.
To use this project, install it with the install.sh script or follow the steps below.
-
Copy all directories and files in
/opt/backup_tool. -
To install as service, copy the file
/src/backup_tool.serviceinto/home/joseph/.config/systemd/user. -
Enable the service with the command
systemctl --user enable backup_tool.serviceand check that it is activated by writing the commandsystemctl --user is-enabled backup_tool.service, thensystemctl --user status backup_tool.service.