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.

Delete SOURCE after profile execution

For technical support visit https://support.2brightsparks.com/
Post Reply
cmcruz007
Enthusiastic
Enthusiastic
Posts: 18
Joined: Fri Jun 11, 2010 8:18 am

Delete SOURCE after profile execution

Post by cmcruz007 »

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!
Swapna
Expert
Expert
Posts: 1026
Joined: Mon Apr 13, 2015 6:22 am

Re: Delete SOURCE after profile execution

Post by Swapna »

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
cmcruz007
Enthusiastic
Enthusiastic
Posts: 18
Joined: Fri Jun 11, 2010 8:18 am

Re: Delete SOURCE after profile execution

Post by cmcruz007 »

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
cmcruz007
Enthusiastic
Enthusiastic
Posts: 18
Joined: Fri Jun 11, 2010 8:18 am

Re: Delete SOURCE after profile execution

Post by cmcruz007 »

Someone with the same problem?
Post Reply