Synchronize and only change permissions to new files
Hello,
I made a script who synchronize a local folder to a remote folder: it works fine
After I execute a
Is it possible to "filter" the chmod only to the new files I just synchronized? Like files who are modifies under 24hours for examples?
Thanks
I made a script who synchronize a local folder to a remote folder: it works fine
After I execute a
chmod 644
on all files with extensions *.pdf
for example: it works but it take long time because it change the permissions for all files: the new ones and the olders who already have the good permissions.
Is it possible to "filter" the chmod only to the new files I just synchronized? Like files who are modifies under 24hours for examples?
Thanks