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 61dbf3b400
commit 1fc65342a6

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/