Hy everyone.
One question:
I have a profile that it copies a source X from a destination Y. It is posible to delete all folders and files in SOURCE when the execution is correct??
Now, I have it configured with a bat file that executes a command "del", but I'd like to do it with Synbackpro.
Example
NET USE O: \\source
del /F/S/Q O:\*.*
net use O: /delete /Y
Thanks!
Before posting, and to avoid disappointment, please read the following:
- This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
- If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.
- If you are entitled to technical support then please submit a support ticket. Please do not post the same question to the forum and also via a support ticket. Once again, 2BrightSparks does not provide technical support via this forum.
Delete SOURCE after profile execution
-
- Enthusiastic
- Posts: 17
- Joined: Fri Jun 11, 2010 8:18 am
-
- Expert
- Posts: 1020
- Joined: Mon Apr 13, 2015 6:22 am
Re: Delete SOURCE after profile execution
Hi,
You can configure SyncBackPro profile to move files to destination i.e. to copy file to destination and delete them from source after the copy is success. Please read this forum post for additional details:
viewtopic.php?t=12188
Thank you
You can configure SyncBackPro profile to move files to destination i.e. to copy file to destination and delete them from source after the copy is success. Please read this forum post for additional details:
viewtopic.php?t=12188
Thank you
-
- Enthusiastic
- Posts: 17
- Joined: Fri Jun 11, 2010 8:18 am
Re: Delete SOURCE after profile execution
The second link is broken, but,
If the files exist in source and destination, Synbackpro doesn't move the files.
I use Synbackpro to move files, but I need to delete the ENTIRE source when the copy is correct.
Now I can only do it with a bat file. I see an option to delete the source BEFORE passing the data, which doesn't make much sense.
Thanks
If the files exist in source and destination, Synbackpro doesn't move the files.
I use Synbackpro to move files, but I need to delete the ENTIRE source when the copy is correct.
Now I can only do it with a bat file. I see an option to delete the source BEFORE passing the data, which doesn't make much sense.
Thanks
-
- Enthusiastic
- Posts: 17
- Joined: Fri Jun 11, 2010 8:18 am
Re: Delete SOURCE after profile execution
Someone with the same problem?