On Fri, 23 Apr 2010, Edward Ned Harvey wrote:
>> From: Tom Limoncelli [mailto:[email protected]]
>>
>>> That user's files are not included in the snapshot anymore.  Not
>> getting
>>> backed up.
>>
>> The creation of a snapshot is atomic.  I don't think that can happen.
>
> Did you read this thread?
> That was precisely the result of Jonathan's test.

It was indeed, but how about mine on a 3020 running 7.3.1:

$ mkdir a
$ mkdir a/b
$ mkdir a/b/c
$ echo "whee" >  a/b/c/d.txt
$ rsh ptssfas01 p607 snap create vol0 test
creating snapshot...
$ mv a/b a/e
$ ls a/e/c/.snapshot
hourly.0   hourly.2   hourly.4   nightly.0  test
hourly.1   hourly.3   hourly.5   nightly.1
$ ls a/e/c/.sna pshot/test
d.txt
$ find a/.snapshot/test
a/.snapshot/test
a/.snapshot/test/b
a/.snapshot/test/b/c
a/.snapshot/test/b/c/d.txt
$

-Adam


_______________________________________________
Tech mailing list
[email protected]
http://lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
 http://lopsa.org/

Reply via email to