mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
quatrix: overwrite files on conflict during server-side move
This commit is contained in:
committed by
Nick Craig-Wood
parent
41a52f50df
commit
6b60e09ff2
@ -6,8 +6,8 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// OverwriteOnCopyMode is a conflict resolve mode during copy. Files with conflicting names will be overwritten
|
||||
const OverwriteOnCopyMode = "overwrite"
|
||||
// OverwriteMode is a conflict resolve mode during copy or move. Files with conflicting names will be overwritten
|
||||
const OverwriteMode = "overwrite"
|
||||
|
||||
// ProfileInfo is a profile info about quota
|
||||
type ProfileInfo struct {
|
||||
|
Reference in New Issue
Block a user