link_morgue.sh: also transfer files older than 14 days
find's `-ctime 14` option only matches files that were changed exactly 14 days ago, but we also want to get rid of older files.
Loading
Please register or sign in to comment
find's `-ctime 14` option only matches files that were changed exactly 14 days ago, but we also want to get rid of older files.