forked from 007revad/Linux_Plex_Backup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup_linux_plex.config
More file actions
30 lines (23 loc) · 866 Bytes
/
backup_linux_plex.config
File metadata and controls
30 lines (23 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#-------------------------------------------------------------------------
# User settings config file for Linux_Plex_Backup.sh
#
# https://github.com/007revad/Linux_Plex_Backup
#-------------------------------------------------------------------------
# Set location to save tgz file to.
Backup_Directory=/share/Backups/Plex_Backup
# The script gets the distro and hostname for logging and the backup file name.
# Set Name= to distro, hostname or set it to a 'nickname'.
# If Name= is blank the computer's hostname will be used.
Name=distro
# Set to yes if installed in snap
snap=no
# Log all files backed up.
# Set LogAll= to yes or no. Blank is the same as no.
LogAll=no
# Email log. Requires LogAll=yes
# Uses msmtp to send the email.
to_email_address=
from_email_address=
# Delete old backups.
# Set KeepQty= to the number of backups to keep.
KeepQty=5