We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44ebbb2 + c151106 commit d2655d6Copy full SHA for d2655d6
1 file changed
README.md
@@ -54,13 +54,13 @@ You need to set **backupDirectory=** near the top of the script (below the heade
54
backupDirectory="/share/Backups/Plex_Backups"
55
```
56
57
-The script gets the brand, model and hostname from the NAS to use logs and backup name.
+The script gets the disto and hostname from the NAS to use logs and backup name.
58
Set Name= to "distro", "hostname" or some nickname. If Name= is blank the Linux computer's hostname will be used.
59
60
The LogAll setting enables, or disables, logging every file that gets backed up. Set LogAll= to "yes" or "no". Blank is the same as no.
61
62
```YAML
63
-Name="brand"
+Name="distro"
64
LogAll="no"
65
66
0 commit comments