Page 1 of 1
Copy files to different clouds

Posted:
Mon Oct 06, 2025 7:28 am
by Doktor
Hi,
The following scenario:
I have a backup file created. In the first step, this file should be copied to cloud directory 1.
In the second step, the file should be moved to cloud directory 2.
What is the best way to do this without downloading the file from cloud directory 1 again in order to move it to cloud directory 2?
Best regards,
Doktor
Re: Copy files to different clouds

Posted:
Mon Oct 06, 2025 9:03 am
by Mr_Noodle
Where do you want the file to be moved from in the second step?
Re: Copy files to different clouds

Posted:
Mon Oct 06, 2025 11:45 am
by Doktor
The files are on my ssd.
The best way:
copy file from ssd to cloud directory 1
move file from ssd to cloud directory 2.
But I have in mind that Hazel changes the reference after a operation. That would mean that if I then do ‘move’, it would try to move the file from cloud directory 1 to cloud directory 2 and it would not try to move the file from the SSD to cloud directory 2.
Is that correct?
Re: Copy files to different clouds

Posted:
Wed Oct 08, 2025 8:42 am
by Mr_Noodle
Right, so you would need to split it into two rules, with the first one using a "Continue" action to allow the file to keep being evaluated after the first match.
Re: Copy files to different clouds

Posted:
Fri Oct 10, 2025 1:03 pm
by Doktor
And the second rule starts after the first rule is finish?
Re: Copy files to different clouds

Posted:
Mon Oct 13, 2025 9:24 am
by Mr_Noodle
Yes. Rules execute in order.