Performing Incremental backups using tar
https://www.unixmen.com/performing-incremental-backups-using-tar/
Related Posts
How to rsync – one way only!
For example you want to rsync "/var/lib/mysql" from "/somefolder/var/lib/mysql", use the following syntax ( for local…
grep tips
If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search…
