Here is my way to do my backup. Pull backup over ssh ang git / snapshot it. - Launch backup remotely - Pull backup over ssh - Push .rsc to git - zfs snapshot receive vol The date is not in the filename, but in the commit comment, and also in the zfs snapshot name. #!/bin/sh . /usr/local/bin/zfs-snap...