Move files that are 30 minutes old
问题 I work on a server system that does not allow me to store files more than 50 gigabytes. My application takes 20 minutes to generate a file. Is there any way whereby I can move all the files that are more than 30 minutes old from source to destination? I tried rsync : rsync -avP source/folder/ user@destiantionIp:dest/folder but this does not remove the files from my server and hence the storage limit fails. Secondly, if I use the mv command, the files that are still getting generated also move