osx - Check network for available NAS and mount to /Volume on macOS 10.12.4 -


i searching solution checks if @ home , nas reachable. repeated every 4 hours. if available mount /volumes , start backup restic. after backup done, unmount , check again after next 4 hours.

i found older scripts seems none of them work /volumes path. link 1 link 2 tried add startup items that's not im searching for.

i can mount nas folder in finder using connect server:

afp://username@nasname.local/restic 

the password saved in keychain.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -