Page 2 of 2
Re: backupto no confirmation
Posted: 07 Mar 2020 09:13
by highend
but i have not found what i need....
I've posted several times what you need
oh guys, i don't understand your problem in helping me....
Because it's always the same. You're saying that you've read the docs and in the next sentence clearly prove that you haven't.
[flags] is the 4th parameter and your last post shows that you are only providing three.
Don't you think that you should be able to count if you want to script something?
Re: backupto no confirmation
Posted: 07 Mar 2020 09:33
by swan_x
Code: Select all
copyto [location], [source], [rootpath], [flags]
then
Code: Select all
copyto [location], [source], 2, 2;
this simple string took 2 days... bye bye
Re: backupto no confirmation
Posted: 07 Mar 2020 09:39
by highend
this simple string took 2 days...
Yeah, guess why and btw you once again haven't understood what you're providing as parameters *sigh*
Re: backupto no confirmation
Posted: 07 Mar 2020 14:43
by swan_x
sorry, bad post.
i have understand my error. work fine with:
Code: Select all
copyto [location], [source], , 2, 0, 2;
Regards.
Re: backupto no confirmation
Posted: 07 Mar 2020 14:48
by highend
The answer is in this thread. Go, find it, read it. 1.000.000 times. Understand it!
Re: backupto no confirmation
Posted: 08 Nov 2020 09:46
by swan_x
with this command
Code: Select all
copyto [location], [source], , 2, 0, 2;
need location and source. we have alternative to select one/multiple file (or folder) then run script?
(this intent to avoid source path, which may be different... i have file (or folder) on different source to put in same location)
Re: backupto no confirmation
Posted: 08 Nov 2020 09:49
by highend
Read the docs about copyto, it's clearly stated how to do that^^
Re: backupto no confirmation
Posted: 08 Nov 2020 15:08
by swan_x
understand. this work correctly