Skip to content

Modification time is not kept when copying or moving #472

Description

@batagy

Describe the bug
In February 2026, I had a Feature request to keep file & folder modification time when copying. See #457 and #458

It was implemented and tested with v19.6.8 at the time, when it worked nice.

Recently I've noticed that it doesn't work. I tested in v19.20.0. Both moving and copying files and folders, will modify the mtime on target as current time.

Was that feature discontinue or is this expected? If expected, why?
If not expected, can you please revisit the feature?

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Version (cloudcmd -v): v19.20.0
  • Node Version node -v: 26.7.0
  • OS (uname -a on Linux): Debian 13 (Linux openmediavault 7.1.8+deb13-amd64)
  • Browser name/version: Firefox 154.0
  • Used Command Line Parameters: Nothing special, default docker image used.
  • Changed Config:
services:
  web:
    image: coderaiser/cloudcmd
    ports:
      - 8010:8000
    user: "1002:100"
    volumes:
      - CHANGE_TO_COMPOSE_DATA_PATH/cloudcmd:/root
      - /srv/dev-disk-by-uuid-3c8c08fb-e33c-4e9f-b5d0-9584861386fd/media:/mnt/fs/media
      - /srv/dev-disk-by-uuid-05f6862b-1f41-48ce-a08b-358f32f713a5/backup:/mnt/fs/backup
      - /media/usbdevices/:/mnt/fs/usbdevices:rshared
    restart: unless-stopped
    environment:
      CLOUDCMD_THEME: light
      CLOUDCMD_ROOT: /mnt/fs
      CLOUDCMD_CONFIG_AUTH: false
      CLOUDCMD_AUTH: false

In donated via Opencollective on March 02, 2026.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions