Thursday, August 28, 2008

Archive last 7days data

find -type f -mtime -7 -print | xargs tar cvf to_test.tar

atime (access time) last time file was accessed
ctime (change time) time inode info changed owner, group, permissions or number of links.
mtime (modification time) time contents of file change

No comments: