martinjust
Technical User
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 a high limit also.
thanks for any help!
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 a high limit also.
thanks for any help!