X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=scandir.cc;h=65151bca1afbe620b594d3ba4834935639d81617;hb=d2079ba19b474993ec8544186d21824e8e22921f;hp=7a7ba46d6a34eb1ed5ab5aae5991e063280bc60d;hpb=be68c96ef7500b196bc347498b0e9a4a51663ba3;p=cumulus.git diff --git a/scandir.cc b/scandir.cc index 7a7ba46..65151bc 100644 --- a/scandir.cc +++ b/scandir.cc @@ -790,6 +790,7 @@ int main(int argc, char *argv[]) fprintf(descriptor, "Date: %s\n", desc_buf); if (backup_scheme.size() > 0) fprintf(descriptor, "Scheme: %s\n", backup_scheme.c_str()); + fprintf(descriptor, "Backup-Intent: %g\n", snapshot_intent); fprintf(descriptor, "Root: %s\n", backup_root.c_str()); SHA1Checksum checksum_csum;