Simple snapshot utility that uses TAR to compress current directory into a
.tar
file while ignoring some of the directories.
Note
This could have very well been a bash script but why not have fun with it and do it in C and learn something in the process.
sudo dnf install libtar-devel
# compile with
make
Usage: ./sm [options]
Available options:
-t,--tag=1.4 set tag of the snapshot
-h,--help this help
-v,--verbose show detailed log
sm was written by Mitja Felicijan and is released under the BSD two-clause license, see the LICENSE file for more information.