I want to have a rock solid tool to move older files to a slower disk - a migration instead of a backup.
I was thinking Duplicity would be a good candidate, though I would need a reliable way of deleting the source files once they are backed up and making sure Duplicity does not propagate this deletion to the backup.
Is this the right approach? How would you implement this strategy.