Skip to content

Simple snapshot utility that uses TAR to compress current directory into a .tar file while ignoring some of the directories.

License

Notifications You must be signed in to change notification settings

mitjafelicijan/sm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapshot manager

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.

Compilation & Dependencies

sudo dnf install libtar-devel

# compile with
make

Options and flags

Usage: ./sm [options]

Available options:
  -t,--tag=1.4         set tag of the snapshot
  -h,--help            this help
  -v,--verbose         show detailed log

License

sm was written by Mitja Felicijan and is released under the BSD two-clause license, see the LICENSE file for more information.

About

Simple snapshot utility that uses TAR to compress current directory into a .tar file while ignoring some of the directories.

Topics

Resources

License

Stars

Watchers

Forks