mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Remove Deluge and all related configs
This commit is contained in:
parent
0f861d38d7
commit
c1ae999fa6
5 changed files with 13 additions and 48 deletions
|
|
@ -13,7 +13,7 @@ rsync -aAvh --progress root@${SOURCE_HOST}:/backups/ /backups --delete
|
|||
#Sync Torrents
|
||||
mkdir -p {{docker_compose_files_folder}}/torrent
|
||||
rsync -aAvh --progress root@${SOURCE_HOST}:{{docker_compose_files_folder_previous_server}}/torrent/config/ {{docker_compose_files_folder}}/torrent/config --delete
|
||||
rsync -aAvh --progress root@${SOURCE_HOST}:/var/lib/deluge/ /var/lib/deluge --delete
|
||||
rsync -aAvh --progress root@${SOURCE_HOST}:/var/lib/transmission/ /var/lib/transmission --delete
|
||||
|
||||
#Sync emby
|
||||
mkdir -p {{docker_compose_files_folder}}/emby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue