How to upload recently added files independently of last modification?
I try to upload/put files to a destination server every week. The destination server does not hold files forever. I need to upload new local files only (=new modification or newly added to local) but not those previously uploaded.
The -neweronly switch prevents to upload files already present in the remote folder.
How to upload files added since last week?
Switches -latest and -filemask and/or time constraints are not useful as they are operating on modification time. Newly added (copy to local) files pertain their original modification time and actualize the creation time and accessed time. A time constraints of '>7D' does not result in selection files modified last year but new to local folder.
Is it possible to refer to creation time (or last accessed time) in the time constraints?
Thanks for your help.
The -neweronly switch prevents to upload files already present in the remote folder.
How to upload files added since last week?
Switches -latest and -filemask and/or time constraints are not useful as they are operating on modification time. Newly added (copy to local) files pertain their original modification time and actualize the creation time and accessed time. A time constraints of '>7D' does not result in selection files modified last year but new to local folder.
Is it possible to refer to creation time (or last accessed time) in the time constraints?
Thanks for your help.