Hi. Newbie linux user here.
I need to create a tar file containing a number of files from another directory where the file dates fall between two dates.
I get recent files like this:
tar -c -v --newer-mtime="2007-03-01" -f mytarfile.tar /archive/logs/testlogs/*testlog
But now I need to set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.