I am needing to know the command(s) to find and copy all files modified, within the last 90 days, of one users home directory to my home directory.
/export $ find . -depth -mtime 0 -print ./file4 ./file3 .
/export $ find . -depth -mtime 0 -print0 | tar -czvf backup.tar.gz --null -T - ./file4 ./file3 ./ ./share/ ./share/pdf/ ./share/pdf/penny-2014-09-03-11:41.30.pdf ./share/pdf/penny-2014-09-03-14:25.17.pdf ./share/pdf/penny-2014-09-03-11:24.36.pdf ./share/pdf/penny-2014-09-03-14:37.12.pdf tar: ./share/pdf/.directory: Cannot open: Permission denied ./share/pdf/penny-2014-09-02-14:52.06.pdf ./share/pdf/penny-2014-09-03-12:18.43.pdf tar: ./share/PDF: Cannot open: Permission denied ./share/file3 tar: ./share/.directory: Cannot open: Permission denied ./dir1/ ./dir1/file1 ./file4 ./file2 ./file3 tar: ./.directory: Cannot open: Permission denied ./list tar: Exiting with failure status due to previous errors
#include "wavelet2d.h"
#include "wavelet2s.h"
gcc -L/home/mario/wavelet/wavelib/linuxstatic -lwavelet2s wavedemo1.cpp -o wavedemo1