sshfs map user, rsync backup with remote option
This commit is contained in:
@@ -93,6 +93,8 @@ if [[ $device1 = $device2 ]]; then
|
||||
|
||||
eval sshfs \
|
||||
-o reconnect \
|
||||
-o uid=`id -u` \
|
||||
-o gid=`id -g` \
|
||||
-o ServerAliveInterval=45,ServerAliveCountMax=2 \
|
||||
$NOSAVE \
|
||||
-o follow_symlinks "$valid_name$path" "$valid_name"
|
||||
|
||||
Reference in New Issue
Block a user