Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
451 B
2
Indexable
Never
{
  // source/dest of backups
  source: "",

  // group declarations and settings
  groups: {
    light: {
      backups: 4,
    },
    medium: {},
    weight: {},
  },
  
  // paths by group by user
  users: {
    root: {
      light: [
        "pon uno"
      ],
    },
    kokaito: {
      light: [
        "",
      ],
      medium: [
        "/home/kokaito/Videos",
      ],
      weight: [
        "/home/kokaito/vmware",
      ],
    },
  },
}
Leave a Comment