uubk / sambamount

Mount a samba share on boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sambamount

CircleCI status License

Add a samba server to /etc/fstab and set up local caching.

Configuration

Name Default value Description
sambamount_user "" User for logon
sambamount_password "" Password for logon
sambamount_share "" UNC path of share
sambamount_mountpoint "" local mount point
sambamount_options (see defaults/main.yml) Mount options
sambamount_cache_enable True Whether to enable local disk caching for the share
sambamount_cache_limit_run 25$ If free disk space is above this threshold, cache normally
sambamount_cache_limit_cull 23% If free disk space is below this threshold, start culling the cache
sambamount_cache_limit_stop 20% If free disk space is below this threshold, stop caching

License

GPLv3

About

Mount a samba share on boot

License:GNU General Public License v3.0