filetraq
Small utility to keep track of changes in config files
Install
- All systems
-
curl cmd.cat/filetraq.sh
- Debian
-
apt-get install filetraq
- Ubuntu
-
apt-get install filetraq
- Kali Linux
-
apt-get install filetraq
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install filetraq
- Raspbian
-
apt-get install filetraq
- Dockerfile
- dockerfile.run/filetraq
filetraq
Small utility to keep track of changes in config files
FileTraq is just a shell script that reads a list of files to watch, runs diff against each file and its backup, and reports any discrepancies, along with keeping a dated backup of the original. It's designed to be run as a cron job.