- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] .snapshot filesystem
- From: Andrew Bennetts <andrew-slug@xxxxxxxxxxxx>
- Date: Wed, 7 May 2003 12:22:01 +1000
- User-agent: Mutt/1.5.4i
On Wed, May 07, 2003 at 12:16:57PM +1000, Jobst Schmalenbach wrote:
>
> all,
>
> is there a (kind off) filesystem available that makes it possible
> to have hourly/daily/weekly backups?
>
> On my ISP's server I can do a
>
> cd .snapshot
>
> which brings me to a "dir" having hourly and nightly backups o
> the dir I am in. These dirs are not visible doing an "ls".
Try "ls -a". ls hides directories starting with "." by default. I expect
that .snapshot is an ordinary directory made my cron jobs or similar.
-Andrew.