mutagen-io / mutagen

Fast file synchronization and network forwarding for remote development
https://mutagen.io
Other
3.47k stars 153 forks source link

unable to create file: unable to relocate staged file: Access is denied. #478

Open scruel opened 9 months ago

scruel commented 9 months ago

System: Windows 11 Home edition Mutagen version 0.17.5, after set stageMode: "neighboring" and maxStagingFileSize: "1024 MB" and start daemon with admin rights:

Name: serversync
Configuration:
        Synchronization mode: One Way Replica
        Hashing algorithm: Default (SHA-1)
        Maximum allowed entry count: Default (2⁶⁴−1)
        Maximum staging file size: 1024000000 (1.0 GB)
        Symbolic link mode: Portable
        Ignore VCS mode: Default (Propagate)
        Ignores:
                .env
        Permissions mode: Default (Portable)
Alpha:
        URL: E:\Test
        Configuration:
                Watch mode: Default (Portable)
                Watch polling interval: Default (10 seconds)
                Probe mode: Default (Probe)
                Scan mode: Default (Accelerated)
                Stage mode: Neighboring
                File mode: Default (0600)
                Directory mode: Default (0700)
                Default file/directory owner: Default
                Default file/directory group: Default
        Connected: Yes
        Synchronizable contents:
                70 directories
                324 files (705 MB)
                0 symbolic links
Beta:
        URL: N:\Test
        Configuration:
                Watch mode: Default (Portable)
                Watch polling interval: Default (10 seconds)
                Probe mode: Default (Probe)
                Scan mode: Default (Accelerated)
                Stage mode: Neighboring
                File mode: Default (0600)
                Directory mode: Default (0700)
                Default file/directory owner: Default
                Default file/directory group: Default
        Connected: Yes
        Synchronizable contents:
                70 directories
                323 files (705 MB)
                0 symbolic links
        Transition problems:
                Desktop.ini: unable to create file: unable to relocate staged file: Access is denied.
Status: Watching for changes

Config:

sync:
  defaults:
    stageMode: "neighboring"
    maxStagingFileSize: "1024 MB"
    symlink:
      mode: "portable"
    ignore:
      paths:
        - ".env"