Search found 4 matches

by windowshelp
30 Dec 2021, 07:31
Forum: Help
Topic: Teaching .ffs_tmp delete
Replies: 0
Views: 141

Teaching .ffs_tmp delete

Granting permissions has no effect, permissions are denied outright and cannot be granted

Then I directly restarted the computer, the permissions are normal, and I can directly delete

so....reboot oh~~~
by windowshelp
30 Dec 2021, 04:17
Forum: Help
Topic: help me Cannot read directory
Replies: 2
Views: 557

help me Cannot read directory

Error
Cannot read directory "Y:\2020\a\07--b\c".
ERROR_NOT_ENOUGH_SERVER_MEMORY
DirReaderPlus:readDir

/////
Source directory Local F: drive ##IP:192.168.1.10

Destination directory //192.168.1.11 ##WINDOWS Shared File Services
Mapped in the source directory Y:
by windowshelp
10 Dec 2021, 07:12
Forum: General Discussion
Topic: Request additional features
Replies: 2
Views: 497

Re: Request additional features

I do, for now.
XCOPY d:\foder f:\foder /X /K /T /E /O
/X Copies file audit settings (implicit /O).
/K Copies attributes. Normal Xcopy resets the read-only attribute.
/T Creates a directory structure, but does not copy files. Does not include empty directories or subdirectories. /T /E Includes empty ...
by windowshelp
10 Dec 2021, 06:49
Forum: General Discussion
Topic: Request additional features
Replies: 2
Views: 497

Request additional features

Description.
When I am backing up windows server files, the source directory d:/ has custom permissions. For example; Folder A Team A read-write; Team B read-only.
When I sync the source directory d:/ to f:/, the d:/ custom permissions are lost.
This faces a problem that when my source directory ...