Changed protocol from smb to afp for Synology

This commit is contained in:
Marcin Woźniak 2024-12-01 23:28:44 +01:00
parent ff3d44bd93
commit eca7bf37e0
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
~/.local/bin/sidebar-restore-macos ~/.local/bin/sidebar-restore-macos
open -gj "smb://10.0.0.14/Downloads" open -gj "afp://10.0.0.14/Downloads"
open -gj "smb://10.0.0.14/Anime" open -gj "afp://10.0.0.14/Anime"
open -gj "smb://10.0.0.14/Video" open -gj "afp://10.0.0.14/Video"
open -gj "smb://10.0.0.14/Series" open -gj "afp://10.0.0.14/Series"
open -gj "smb://10.0.0.14/Photos" open -gj "afp://10.0.0.14/Photos"
open -gj "smb://10.0.0.14/Backups" open -gj "afp://10.0.0.14/Backups"
open -gj "smb://10.0.0.14/Recordings" open -gj "afp://10.0.0.14/Recordings"
/usr/local/bin/mysides add Synology file:///Volumes/Recordings/ /usr/local/bin/mysides add Synology file:///Volumes/Recordings/
/usr/local/bin/mysides add Synology file:///Volumes/Backups/ /usr/local/bin/mysides add Synology file:///Volumes/Backups/