Skip to content

iverona/bashtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bashtools

Useful bash scripts, most of them done quick&dirty, be careful!

ordering.sh

Simple bash script for ordering files in a folder by date.

It will iterate over all the files in --source and create an ordered tree under --dest following the <dest_folder>/year/month/day structure.

backup-diff.sh

Diff two .tar.gz files and generate a summary and full diff file.

Usage:

./backup-diff.sh <old-backup> <new-backup>

About

Useful bash scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages