I have set up my system with snapshot tasks during the day, and replication tasks in the evening. However, it seems that my snapshots are not replicated at all, and I wonder whether this is because the time periods do not overlap.
A quick look at autosnap.py shows that it exits if there are no snapshots that need to be created (so it stops processing in the evening), and autorepl.py is only called at the end of autosnap.py. Therefore, autorepl.py may not run during the evening, while during the day it doesn't do anything.
Does this make sense? Is this described anywhere? I do not get any errors, it just doesn't seem to work...
A quick look at autosnap.py shows that it exits if there are no snapshots that need to be created (so it stops processing in the evening), and autorepl.py is only called at the end of autosnap.py. Therefore, autorepl.py may not run during the evening, while during the day it doesn't do anything.
Does this make sense? Is this described anywhere? I do not get any errors, it just doesn't seem to work...