Copy Attributes
The options on this page control which file attributes are copied (or
preserved) when you copy files in Directory Opus. These options can all be
overridden at the command level by supplying different parameters to the Copy command.
- Clear read-only flag when copying from CDs: Files that
reside on CDs and DVDs are implicitly read-only, and normally this attribute
is preserved when you copy these files. If this option is on, the
R attribute will be cleared when these files are copied. This
can be overridden by the CLEARREADONLY argument to the
Copy command.
- Copy metadata: Copies file metadata that is stored in an
NTFS Alternate Data Stream (ADS). This metadata is things like
comments, tags, rating information. This only applies to metadata that is
stored in a separate data stream - for example, Office documents store this
information as part of the file itself, and so this metadata would always be
copied anyway. Turning this option on may make the file copy process slightly
slower. This can be overridden by the COPYPROPERTIES argument
to the Copy command.
- Copy owner: This option copies file owner information.
Normally newly copied files will be owned by the user making the copy, but
with this option on they would be owned by the owner of the original file.
Because setting the file owner requires elevation under Vista / Windows 7,
this will cause a UAC prompt to be displayed if the original owner is not the
current user. You can opt to do this on Local drives only if
desired. This can be overridden by the COPYOWNER argument to
the Copy command.
- Copy security permissions: This copies the original files
security permissions - when turned off, the copied file will inherit the
permissions of the target folder. This setting can be overridden by the
COPYSECURITY option to the Copy command.
- Mark copied files as archived: This sets the
A attribute on newly copied files. You can use this if have a
backup solution that uses the A attribute as an indication
that a file has been backed up. This can be overridden by the
MARKDESTARCHIVE argument to the Copy
command.
- Mark original files as archived after being copied: This
sets the A attribute on the original files after they have
been copied. This can be overridden by the MARKSOURCEARCHIVE
argument.
- Preserve the attributes of copied files: This preserves
the attributes of files when they are copied. Without this option attributes
will be reset on the new files. This can be overridden by the
COPYATTR argument.
- Preserve the descriptions of copied files: This preserves
any description assigned to the copied files. This option only applies to the
DESCRIPT.ION file comment system that Opus uses - descriptions that are stored
in file metadata are subject to the Copy metadata option
instead. This can be overridden by the COPYDESC argument to
the Copy command.
- Preserve the timestamps of copied files: This option
preserves the timestamps of copied files - if turned off, newly copied files
will have their timestamps set to the current time and date. This can be
overridden by the COPYFILETIMES,
COPYDIRTIMES and COPYCREATIONTIMES argument
to the Copy command. The Miscellaneous / Advanced page in Preferences
also contains some overrides (no_copy_creation_time and
no_copy_dir_dates).
- Update permissions/encryption to match the destination when moving
files: Normally when you move a file on the same hard drive (an
operation that doesn't involve a new file being created), it will keep its
original permissions. This can cause problems when you move files into a
folder with different permissions - for example, if you moved a private file
into a shared public folder, the file would keep its original permissions and
not be accessible to users of the share. Turning on this option causes Opus to
update the permissions of the moved file to match the folder it has been moved
into. This can be overridden by the UPDATESECURITY argument
to the Copy command.