Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] File change info on upload to server
- Date: Fri, 11 Apr 2008 17:17:34 +0900
- From: "Nguyen Vu Hung" <vuhung16plus+shape@example.com>
- Subject: Re: [tlug] File change info on upload to server
- References: <1207702810.8368.18.camel@bodhi> <47FC3461.205@jj.em-net.ne.jp> <1207871948.7437.66.camel@bodhi> <47FF149F.9060902@jj.em-net.ne.jp>
On Fri, Apr 11, 2008 at 4:34 PM, Charles Muller <cmuller-lst@example.com> wrote: > > This looks fine. The only functionality which may be missing would be a > > way to automatically know whether a file has changed without having to > > download the whole file. Suppose that your cronjob runs weekly. This command will list all the *files* that has changed in the last *7 days*. find . -type f -mtime -7 and archive it if you need: find . -type f -mtime -7 | xargs tar -rf weekly_incremental.`date -I`.tar -- Best Regards, Nguyen Hung Vu ( Nguyễn Vũ Hưng ) vuhung16plus{remove}@example.com , YIM: vuhung16 Japan through an eye of a gaijin: http://www.flickr.com/photos/vuhung/tags/fav/
- Follow-Ups:
- Re: [tlug] File change info on upload to server
- From: Charles Muller
- References:
- [tlug] File change info on upload to server
- From: Charles Muller
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] The Great Mistake is thinking OOo is different [was: Why Vista Sucks]
- Next by Date: Re: [tlug] File change info on upload to server
- Previous by thread: [tlug] File change info on upload to server
- Next by thread: Re: [tlug] File change info on upload to server
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links