• What does "archive" in Properties|Read Only mean?

    From [email protected]@21:1/5 to All on Sat Jan 8 15:14:27 2022
    I notice each time I make a file in Explorer 'Read Only' the archive
    menu is turned on. Why and what does this mean?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Shadow@21:1/5 to [email protected] on Sat Jan 8 18:58:33 2022
    On Sat, 08 Jan 2022 15:14:27 -0600, [email protected] wrote:

    I notice each time I make a file in Explorer 'Read Only' the archive
    menu is turned on. Why and what does this mean?

    Makes sense. If you're not going to write to the file anymore,
    put it in the archive.
    Like you would with a finished paper document and a physical
    cabinet.
    PS Probably so backup programs don't mess with files you're
    writing.
    []'s
    --
    Don't be evil - Google 2004
    We have a new policy - Google 2012
    Google Fuchsia - 2021

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stary Denisov@21:1/5 to [email protected] on Sun Jan 9 00:57:02 2022
    [email protected] wrote:

    Subject: What does "archive" in Properties|Read Only mean?

    I notice each time I make a file in Explorer 'Read Only' the archive
    menu is turned on. Why and what does this mean?


    <https://www.google.com/search?q=What+is+the+Windows+archive+bit>


    FYI: Here, "archive" is in Properties|General|Advanced.
    FYI: Here, "archive" looks like an on/off checkbox (a bit), not like a menu.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Shadow on Sat Jan 8 16:53:29 2022
    On Sat, 08 Jan 2022 18:58:33 -0300, Shadow <[email protected]> wrote:

    On Sat, 08 Jan 2022 15:14:27 -0600, [email protected] wrote:

    I notice each time I make a file in Explorer 'Read Only' the archive
    menu is turned on. Why and what does this mean?

    Makes sense. If you're not going to write to the file anymore,
    put it in the archive.
    Like you would with a finished paper document and a physical
    cabinet.
    PS Probably so backup programs don't mess with files you're
    writing.
    []'s

    I still don't get it. Exactly what happens if I uncheck the archive
    box after making the file Read Only?

    What happens if I leave the Archived box checked?

    I'm only concerned with this because it is some personal info files
    which I write protect, and I don't want them "archived" - saved - to
    anywhere else on any of my drives.

    So, I guess my question should have been "When the Archive box is
    checked does it mean that Windows has saved that file somewhere else
    on my dirve? (I don't trust Windows. And don't mention Linux. I'm
    barely making it with Windows.) :o)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to [email protected] on Sat Jan 8 17:35:49 2022
    On Sat, 08 Jan 2022 16:53:29 -0600, [email protected] wrote:

    On Sat, 08 Jan 2022 18:58:33 -0300, Shadow <[email protected]> wrote:

    On Sat, 08 Jan 2022 15:14:27 -0600, [email protected] wrote:

    I notice each time I make a file in Explorer 'Read Only' the archive
    menu is turned on. Why and what does this mean?

    Makes sense. If you're not going to write to the file anymore,
    put it in the archive.
    Like you would with a finished paper document and a physical
    cabinet.
    PS Probably so backup programs don't mess with files you're
    writing.
    []'s

    I still don't get it. Exactly what happens if I uncheck the archive
    box after making the file Read Only?

    What happens if I leave the Archived box checked?

    I'm only concerned with this because it is some personal info files
    which I write protect, and I don't want them "archived" - saved - to
    anywhere else on any of my drives.

    So, I guess my question should have been "When the Archive box is
    checked does it mean that Windows has saved that file somewhere else
    on my dirve? (I don't trust Windows. And don't mention Linux. I'm
    barely making it with Windows.) :o)

    Finally - an explanation simple enough for me.

    https://networkencyclopedia.com/archive-attribute/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Shadow@21:1/5 to [email protected] on Sat Jan 8 20:34:32 2022
    On Sat, 08 Jan 2022 16:53:29 -0600, [email protected] wrote:

    On Sat, 08 Jan 2022 18:58:33 -0300, Shadow <[email protected]> wrote:

    On Sat, 08 Jan 2022 15:14:27 -0600, [email protected] wrote:

    I notice each time I make a file in Explorer 'Read Only' the archive
    menu is turned on. Why and what does this mean?

    Makes sense. If you're not going to write to the file anymore,
    put it in the archive.
    Like you would with a finished paper document and a physical
    cabinet.
    PS Probably so backup programs don't mess with files you're
    writing.
    []'s

    I still don't get it. Exactly what happens if I uncheck the archive
    box after making the file Read Only?

    What happens if I leave the Archived box checked?

    I'm only concerned with this because it is some personal info files
    which I write protect, and I don't want them "archived" - saved - to
    anywhere else on any of my drives.

    So, I guess my question should have been "When the Archive box is
    checked does it mean that Windows has saved that file somewhere else
    on my dirve? (I don't trust Windows. And don't mention Linux. I'm
    barely making it with Windows.) :o)

    No, the file is not archived anywhere else, unless you're
    running a backup program.

    For example the command "xcopy" can backup only files with the "archive" attribute set.

    XCOPY /A

    If you type XCOPY /N it will copy and then clear the archive
    attribute.

    Start ---> Run ---> cmd

    Type
    xcopy /? >> xcopy.txt
    Then read xcopy.txt
    You can see all the options.
    HTH
    []'s
    --
    Don't be evil - Google 2004
    We have a new policy - Google 2012
    Google Fuchsia - 2021

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Shadow on Sat Jan 8 17:39:11 2022
    On Sat, 08 Jan 2022 20:34:32 -0300, Shadow <[email protected]> wrote:

    On Sat, 08 Jan 2022 16:53:29 -0600, [email protected] wrote:

    On Sat, 08 Jan 2022 18:58:33 -0300, Shadow <[email protected]> wrote:

    On Sat, 08 Jan 2022 15:14:27 -0600, [email protected] wrote:

    I notice each time I make a file in Explorer 'Read Only' the archive >>>>menu is turned on. Why and what does this mean?

    Makes sense. If you're not going to write to the file anymore,
    put it in the archive.
    Like you would with a finished paper document and a physical >>>cabinet.
    PS Probably so backup programs don't mess with files you're
    writing.
    []'s

    I still don't get it. Exactly what happens if I uncheck the archive
    box after making the file Read Only?

    What happens if I leave the Archived box checked?

    I'm only concerned with this because it is some personal info files
    which I write protect, and I don't want them "archived" - saved - to >>anywhere else on any of my drives.

    So, I guess my question should have been "When the Archive box is
    checked does it mean that Windows has saved that file somewhere else
    on my dirve? (I don't trust Windows. And don't mention Linux. I'm
    barely making it with Windows.) :o)

    No, the file is not archived anywhere else, unless you're
    running a backup program.

    For example the command "xcopy" can backup only files with the
    "archive" attribute set.

    XCOPY /A

    If you type XCOPY /N it will copy and then clear the archive
    attribute.

    Start ---> Run ---> cmd

    Type
    xcopy /? >> xcopy.txt
    Then read xcopy.txt
    You can see all the options.
    HTH
    []'s

    Finally - your explanation and this link

    https://networkencyclopedia.com/archive-attribute/

    Clears it up.

    Tnx!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)