Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone fails: Command copy needs 2 arguments #13

Open
jeremyfry opened this issue Oct 6, 2022 · 3 comments
Open

Clone fails: Command copy needs 2 arguments #13

jeremyfry opened this issue Oct 6, 2022 · 3 comments

Comments

@jeremyfry
Copy link

Opening this issue that is already solved by this pr: f6ec9f4

I receieved the following error after upgrading to Proxmox 7. I didn't see an issue so I spent the time to fix it myself, but then found the above PR when I went to publish my own. Hopefully this hits someones search and saves them time since it looks like the package is stale now.

INFO:   rclone copy source:path dest:path [flags]
INFO: Flags:
INFO:       --create-empty-src-dirs   Create empty source dirs on destination after copy
INFO:   -h, --help                    help for copy
INFO: Use "rclone [command] --help" for more information about a command.
INFO: Use "rclone help flags" for to see the global flags.
INFO: Use "rclone help backends" for a list of supported services.
INFO: Command copy needs 2 arguments minimum: you provided 1 non flag arguments: ["remote:/backups/PVE/2022/10/06"]
INFO: cleanup temporary 'vzdump' snapshot
@johntdyer
Copy link

Same issue for me , proxmox 8.1.3

@Rudi-Ment
Copy link

Same issue here

@ParadoxLeon
Copy link

found the solution in #7
Open the script and change tarfile=${TARFILE} to tarfile=${TARGET}
after this change I have no errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants