Append only backend?

Hello guys,

is there a -append-mode for sync, copy or move in rclone.

I needed a readonly & append only backend (no modification) just like restic serve but should work like a seperate backend.

This is helpful to sync or move data to a cloud backend and preserving the restic serve feature.

Your valuable inputs appriciated :slight_smile:

You might be looking for the --immutable flag

  --immutable   Do not modify files. Fail if existing files have been modified.
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.