Update
This commit is contained in:
7
root/etc/cont-finish.d/99-plex-cfg-backup
Executable file
7
root/etc/cont-finish.d/99-plex-cfg-backup
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# Creating a backup of plex configuration
|
||||
|
||||
cd /config
|
||||
tar -cvzf /pms.tar.gz Library
|
||||
|
||||
rclone move /pms.tar.gz $BACKUP --verbose --transfers 4 --checkers 20 --stats 10s
|
||||
Reference in New Issue
Block a user