Hi
I have a datalogger with a built in FTP server (called A) and some other FTP destination NAS (called B, C and D).
A produce 10 heavy files every 3hrs, I want to backup it (in B,C and D) and delete it from A in order to have: only the last 3hrs file in A and free space in A.
I think the best way is to do that:
1. copy A to B
2. copy B to C
3. copy C to D
4. after checked that A have the last 3hrs in B, C and D, I want to delete the last 3hrs files in A.
B,C,D contains last 3hrs+old files.
How can I do that?
Regards
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.
1 FTP to 3 or more FTP
-
- Expert
- Posts: 1021
- Joined: Mon Apr 13, 2015 6:22 am
Re: 1 FTP to 3 or more FTP
Hi,
You have to create a housekeeping profile in SyncBack to delete files created/modified during the last 3 hours and ignore the remaining files from location A. This forum post provides details on how to do this:
viewtopic.php?t=11761
Thank you.
You have to create a housekeeping profile in SyncBack to delete files created/modified during the last 3 hours and ignore the remaining files from location A. This forum post provides details on how to do this:
viewtopic.php?t=11761
Thank you.
-
- Expert
- Posts: 1021
- Joined: Mon Apr 13, 2015 6:22 am
Re: 1 FTP to 3 or more FTP
Hi,
In addition, please note that in SyncBack if you have selected a non-standard resource (FTP, Cloud, SyncBack Touch) on one side (Source/Destination) then you can only select a standard resource (local drive or network path) on the other side. More details about this are explained here:
http://support.2brightsparks.com/knowle ... e-reversed
Therefore, it is not possible to sync files between 2 FTP servers using one profile. However, you can achieve this by creating 2 profiles:
1. First profile to backup files from FTP server A to a temporary folder on your local drive.
2. Create a second Profile to backup files from local drive to FTP server B.
3. Create a Group and add the above two profiles as members to the group, so that when the Group is run the two profiles will run in a sequence.
Thank you.
In addition, please note that in SyncBack if you have selected a non-standard resource (FTP, Cloud, SyncBack Touch) on one side (Source/Destination) then you can only select a standard resource (local drive or network path) on the other side. More details about this are explained here:
http://support.2brightsparks.com/knowle ... e-reversed
Therefore, it is not possible to sync files between 2 FTP servers using one profile. However, you can achieve this by creating 2 profiles:
1. First profile to backup files from FTP server A to a temporary folder on your local drive.
2. Create a second Profile to backup files from local drive to FTP server B.
3. Create a Group and add the above two profiles as members to the group, so that when the Group is run the two profiles will run in a sequence.
Thank you.