Difference between revisions of "DigitalOcean/image migration/backup/MacOS"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (Woozle moved page DigitalOcean/image migration/backup/iOS to DigitalOcean/image migration/backup/MacOS without leaving a redirect: iOS is the mobile thing; I meant desktops)
 
Line 1: Line 1:
* if doing this from [[iOS]], it looks like you need to include a <code>defer_permissions</code> option:
+
* if doing this from [[MacOS]], it looks like you need to include a <code>defer_permissions</code> option:
 
<source lang=bash>sudo sshfs -o allow_other,defer_permissions root@157.245.133.24:/ /mnt/droplet</source>
 
<source lang=bash>sudo sshfs -o allow_other,defer_permissions root@157.245.133.24:/ /mnt/droplet</source>
 
==Links==
 
==Links==
 
* '''2016-06-02''' [https://askubuntu.com/questions/780705/fuse-unknown-option-defer-permissions fuse: unknown option `defer_permissions']
 
* '''2016-06-02''' [https://askubuntu.com/questions/780705/fuse-unknown-option-defer-permissions fuse: unknown option `defer_permissions']

Latest revision as of 13:01, 22 September 2019

  • if doing this from MacOS, it looks like you need to include a defer_permissions option:
sudo sshfs -o allow_other,defer_permissions root@157.245.133.24:/ /mnt/droplet

Links