We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using windows powersheel, I'm sending the command:
'.\rfm.exe backup -domain 192.168.1.6 -exclude gcodes ".\backup 2020.10.10" "/"'
However the script always backs up the gcodes folder, no matter what I do.
I've tried:
-exclude gcodes -exclude "gcodes" -exclude "*gcodes*" -exclude "/gcodes" -exclude "0://gcodes"
the help file has a mysterious asterisk in the command, but I don't think that is part of the command:
Usage: rfm backup <common-options> [-removeLocal] [-exclude <excludepattern>]* [<local/path> [<remote/path>]]
But I tried -exclude "gcodes"*
-exclude "gcodes"*
anyway, to no avail ofcourse.
would appreciate guidance on this.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using windows powersheel, I'm sending the command:
'.\rfm.exe backup -domain 192.168.1.6 -exclude gcodes ".\backup 2020.10.10" "/"'
However the script always backs up the gcodes folder, no matter what I do.
I've tried:
the help file has a mysterious asterisk in the command, but I don't think that is part of the command:
But I tried
-exclude "gcodes"*
anyway, to no avail ofcourse.
would appreciate guidance on this.
Thanks!
The text was updated successfully, but these errors were encountered: