Re: [gentoo-user] Re: copy file and preserve ownership

2014-09-17 Thread Joseph
On 09/18/14 02:14, Jouni Kosonen wrote: Joseph wrote: I like to use meld to copy file but meld does now preserve ownership of the file that it copy. rsyc does but how do I use rysnc to copy let say file that are newer then certain date ? I was trying to use: find /home/myuser/oldir/* -mtime -6

[gentoo-user] Re: copy file and preserve ownership

2014-09-17 Thread Jouni Kosonen
Joseph wrote: > I like to use meld to copy file but meld does now preserve ownership of > the file that it copy. rsyc does but how do I use rysnc to copy let say > file that are newer then certain date ? > > I was trying to use: > find /home/myuser/oldir/* -mtime -60 -exec cp {} /home/myuser/newd