You can use the below command with atime if the files are accessed often
find /sourcedirectory -type f -atime +365 -exec mv -t /destinationdirectory {} +;
You can use the below command with atime if the files are accessed often
find /sourcedirectory -type f -atime +365 -exec mv -t /destinationdirectory {} +;