2022-06-09 Usage: rclone copy source:path dest:path [flags] Flags: --create-empty-src-dirs Create empty source dirs on destination after copy -h, --help help for copy Use "rclone [command] --help" for more information abou

What is the problem you are having with rclone?

Run the command 'rclone version' and share the full output of the command.

rclone v1.55.1

  • os/type: linux
  • os/arch: amd64
  • go/version: go1.16.3
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

gdrivwif [[ -f /home/$user/backup/status ]]; then
while ! grep "Completed" /home/$user/backup/status > /dev/null;do sleep 60;done
rclone copy /home/$user/backup/status gdrive:basezap"$NODE"nodebackups/$SERVER_HOSTNAME/$DATE/$user > /dev/null 2>> /root/gdrive-backup-cyberpanel/user.log
rclone copy /home/$user/backup/*.tar.gz gdrive:basezap"$NODE"nodebackups/$SERVER_HOSTNAME/$DATE/$user > /dev/null 2>> /root/gdrive-backup-cyberpanel/user.log

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

The backup script is running which is generating the backup on gdrive

Usage:
rclone copy source:path dest:path [flags]

Flags:
--create-empty-src-dirs Create empty source dirs on destination after copy
-h, --help help for copy

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command copy needs 2 arguments maximum: you provided 3 non flag arguments: ["/home/exodrive.zapbase.innn/backup/backup-exodriv-12-15-03-Thu-Jun-2022.tar.gz" "/home/exodrive.zapbase.innn/backup/backup-exodriv-12-15-05-Thu-Jun-2022.tar.gz" "gdrive:basezapnovanodebackups/vps.mailez.io/2022-06-09/exodrive.zapbase.innn"]

Total Time Taken 490 Seconds


THIS 
IS  BACKUP LOG

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