Would like to find out, if anyone have experience regarding this.
Have set-up a few policies to backup the following folders / directories, e.g.:
Policy 1 for /mnt/user/Projects
Policy 2 for /mnt/user/Past Projects
The reason for the different policy is to set different retention, and to avoid snapshotting too many things while multiple users are accessing the server.
Now that some projects in /mnt/user/Projects has been concluded, we would like to move it to /mnt/user/Past Projects. Say /mnt/user/Projects/Project A with 100GB is moved to /mnt/user/Past Projects.
In this situation, how will kopia handle snapshotting the same files that has been moved across directories and policies as well? Will it be:
A. kopia create additional blobs while snapshotting /mnt/user/Past Projects; or
B. kopia will be be very smart and know that the files are the same just refer back (index I guess?) to the same blobs that was previously snapshotted at /mnt/user/Projects?
Asking because in the long term, if the answer is A, it will cause quite a lot more storage to be used, and I will have to rethink how the policies are set up.