You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/drive/drive.go
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,17 @@ a non root folder as its starting point.
331
331
Default: true,
332
332
Help: "Send files to the trash instead of deleting permanently.\n\nDefaults to true, namely sending files to the trash.\nUse `--drive-use-trash=false` to delete files permanently instead.",
333
333
Advanced: true,
334
+
}, {
335
+
Name: "copy_shortcut_content",
336
+
Default: false,
337
+
Help: `Server side copy contents of shortcuts instead of the shortcut.
338
+
339
+
When doing server side copies, normally rclone will copy shortcuts as
340
+
shortcuts.
341
+
342
+
If this flag is used then rclone will copy the contents of shortcuts
343
+
rather than shortcuts themselves when doing server side copies.`,
Copy file name to clipboardExpand all lines: docs/content/drive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -410,7 +410,7 @@ For shortcuts pointing to files:
410
410
- When downloading the contents of the destination file is downloaded.
411
411
- When updating shortcut file with a non shortcut file, the shortcut is removed then a new file is uploaded in place of the shortcut.
412
412
- When server-side moving (renaming) the shortcut is renamed, not the destination file.
413
-
- When server-side copying the shortcut is copied, not the contents of the shortcut.
413
+
- When server-side copying the shortcut is copied, not the contents of the shortcut. (unless `--drive-copy-shortcut-content` is in use in which case the contents of the shortcut gets copied).
414
414
- When deleting the shortcut is deleted not the linked file.
415
415
- When setting the modification time, the modification time of the linked file will be set.
0 commit comments