Command to get files updated in a hour
$find / -name "*.log" -mmin -60
$find / -name "*.log" -mmin -60
Command to get log files updated in a day
$find / -name "*.log" -mtime -1
$find / -name "*.log" -mtime -1
Smart Export / Import is the recommended way to achieve such a migration. This is the easiest way to make sure all the dependencies are ta...
No comments:
Post a Comment