From cef5a0ed716509085d113999fbc419998330e3d2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 26 Mar 2021 22:34:46 -0400 Subject: more things to remove --- modules/partofme/files/munin-plugin-conf | 6 -- modules/partofme/files/sshd_config.duplicati | 7 -- .../templates/duplicati-partofme-cloud.json | 75 ---------------------- modules/partofme/templates/duplicati-partofme.json | 73 --------------------- 4 files changed, 161 deletions(-) delete mode 100644 modules/partofme/files/munin-plugin-conf delete mode 100644 modules/partofme/files/sshd_config.duplicati delete mode 100644 modules/partofme/templates/duplicati-partofme-cloud.json delete mode 100644 modules/partofme/templates/duplicati-partofme.json (limited to 'modules/partofme') diff --git a/modules/partofme/files/munin-plugin-conf b/modules/partofme/files/munin-plugin-conf deleted file mode 100644 index ef4fe98..0000000 --- a/modules/partofme/files/munin-plugin-conf +++ /dev/null @@ -1,6 +0,0 @@ -[smart_*] -user root -group disk - -[package_updates] -user root diff --git a/modules/partofme/files/sshd_config.duplicati b/modules/partofme/files/sshd_config.duplicati deleted file mode 100644 index 52a33fe..0000000 --- a/modules/partofme/files/sshd_config.duplicati +++ /dev/null @@ -1,7 +0,0 @@ -Match User duplicati - ChrootDirectory %h - ForceCommand internal-sftp - AllowTcpForwarding no - X11Forwarding no - -# vim:ft=sshdconfig diff --git a/modules/partofme/templates/duplicati-partofme-cloud.json b/modules/partofme/templates/duplicati-partofme-cloud.json deleted file mode 100644 index 64d2921..0000000 --- a/modules/partofme/templates/duplicati-partofme-cloud.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "CreatedByVersion": "2.0.4.4", - "Schedule": { - "ID": 2, - "Tags": [ - "ID=5" - ], - "Time": "2018-11-19T18:00:00Z", - "Repeat": "1D", - "LastRun": "0001-01-01T05:00:00Z", - "Rule": "AllowedWeekDays=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", - "AllowedDays": [ - "mon", - "tue", - "wed", - "thu", - "fri", - "sat", - "sun" - ] - }, - "Backup": { - "ID": "5", - "Name": "partofme-cloud", - "Description": "", - "Tags": [], - "TargetURL": "<%= @cloud_url %>", - "DBPath": "/root/.config/Duplicati/80677580908767887373.sqlite", - "Sources": [ - "/media/persistent/crypt/", - "/media/persistent/media/", - "/media/persistent/systems/" - ], - "Settings": [ - { - "Filter": "", - "Name": "encryption-module", - "Value": "aes", - "Argument": null - }, - { - "Filter": "", - "Name": "compression-module", - "Value": "zip", - "Argument": null - }, - { - "Filter": "", - "Name": "dblock-size", - "Value": "50mb", - "Argument": null - }, - { - "Filter": "", - "Name": "passphrase", - "Value": "<%= @cloud_encrypt_passphrase %>", - "Argument": null - }, - { - "Filter": "", - "Name": "retention-policy", - "Value": "1W:1D,4W:1W,12M:1M", - "Argument": null - } - ], - "Filters": [], - "Metadata": {}, - "IsTemporary": false - }, - "DisplayNames": { - "/media/persistent/crypt/": "crypt", - "/media/persistent/media/": "media", - "/media/persistent/systems/": "systems" - } -} diff --git a/modules/partofme/templates/duplicati-partofme.json b/modules/partofme/templates/duplicati-partofme.json deleted file mode 100644 index b0fae06..0000000 --- a/modules/partofme/templates/duplicati-partofme.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "CreatedByVersion": "2.0.4.4", - "Schedule": { - "ID": 1, - "Tags": [ - "ID=1" - ], - "Time": "2018-11-19T18:00:00Z", - "Repeat": "1D", - "LastRun": "0001-01-01T05:00:00Z", - "Rule": "AllowedWeekDays=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", - "AllowedDays": [ - "mon", - "tue", - "wed", - "thu", - "fri", - "sat", - "sun" - ] - }, - "Backup": { - "ID": "1", - "Name": "partofme", - "Description": "", - "Tags": [], - "TargetURL": "file:///media/persistent/duplicati/backups/partofme", - "DBPath": "/media/persistent/duplicati/.config/Duplicati/90657175837370896667.sqlite", - "Sources": [ - "/etc/", - "/home/" - ], - "Settings": [ - { - "Filter": "", - "Name": "encryption-module", - "Value": "aes", - "Argument": null - }, - { - "Filter": "", - "Name": "compression-module", - "Value": "zip", - "Argument": null - }, - { - "Filter": "", - "Name": "dblock-size", - "Value": "50mb", - "Argument": null - }, - { - "Filter": "", - "Name": "passphrase", - "Value": "<%= @encrypt_passphrase %>", - "Argument": null - }, - { - "Filter": "", - "Name": "retention-policy", - "Value": "1W:1D,4W:1W,12M:1M", - "Argument": null - } - ], - "Filters": [], - "Metadata": {}, - "IsTemporary": false - }, - "DisplayNames": { - "/etc/": "etc", - "/home/": "home" - } -} -- cgit v1.2.3-54-g00ecf