Skip to content

Instantly share code, notes, and snippets.

@skidnik
Last active May 21, 2021 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skidnik/636d013bf74f4c243f1b1a421388f235 to your computer and use it in GitHub Desktop.
Save skidnik/636d013bf74f4c243f1b1a421388f235 to your computer and use it in GitHub Desktop.
rclone mount log
$ rclone mount -vv --umask=077 hetznernxc: hetznernxc
<7>DEBUG : Using config file from "/home/skidnik/.config/rclone/rclone.conf"
<7>DEBUG : rclone: Version "v1.55.0-DEV" starting with parameters ["rclone" "mount" "-vv" "--umask=077" "hetznernxc:" "hetznernxc"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "hetznernxc:"
<6>INFO : webdav root '': poll-interval is not supported by this remote
<5>NOTICE: webdav root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
<7>DEBUG : webdav root '': Mounting on "hetznernxc"
<7>DEBUG : : Root:
<7>DEBUG : : >Root: node=/, err=<nil>
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwx------, err=<nil>
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=7, err=<nil>
<7>DEBUG : /: Lookup: name="Documents"
<7>DEBUG : /: >Lookup: node=Documents/, err=<nil>
<7>DEBUG : Documents/: Attr:
<7>DEBUG : Documents/: >Attr: attr=valid=1s ino=0 size=0 mode=drwx------, err=<nil>
<7>DEBUG : /: Lookup: name="Music"
<7>DEBUG : /: >Lookup: node=Music/, err=<nil>
<7>DEBUG : Music/: Attr:
<7>DEBUG : Music/: >Attr: attr=valid=1s ino=0 size=0 mode=drwx------, err=<nil>
<7>DEBUG : /: Lookup: name="Readme.md"
<7>DEBUG : /: >Lookup: node=Readme.md, err=<nil>
<7>DEBUG : Readme.md: Attr:
<7>DEBUG : Readme.md: >Attr: a=valid=1s ino=0 size=1 mode=-rw-------, err=<nil>
<7>DEBUG : /: Lookup: name="Storage-Share.png"
<7>DEBUG : /: >Lookup: node=Storage-Share.png, err=<nil>
<7>DEBUG : Storage-Share.png: Attr:
<7>DEBUG : Storage-Share.png: >Attr: a=valid=1s ino=0 size=25671 mode=-rw-------, err=<nil>
^C<6>INFO : Signal received: interrupt
<6>INFO : Exiting...
...........................................................snip................................................................
$ RCLONE_UMASK=077 rclone -vv mount hetznernxc: hetznernxc
<7>DEBUG : Using config file from "/home/skidnik/.config/rclone/rclone.conf"
<7>DEBUG : rclone: Version "v1.55.0-DEV" starting with parameters ["rclone" "-vv" "mount" "hetznernxc:" "hetznernxc"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "hetznernxc:"
<6>INFO : webdav root '': poll-interval is not supported by this remote
<5>NOTICE: webdav root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
<7>DEBUG : webdav root '': Mounting on "hetznernxc"
<7>DEBUG : : Root:
<7>DEBUG : : >Root: node=/, err=<nil>
<7>DEBUG : /: Attr:
<7>DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
<7>DEBUG : /: ReadDirAll:
<7>DEBUG : /: >ReadDirAll: item=7, err=<nil>
<7>DEBUG : /: Lookup: name="Documents"
<7>DEBUG : /: >Lookup: node=Documents/, err=<nil>
<7>DEBUG : Documents/: Attr:
<7>DEBUG : Documents/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
<7>DEBUG : /: Lookup: name="Music"
<7>DEBUG : /: >Lookup: node=Music/, err=<nil>
<7>DEBUG : Music/: Attr:
<7>DEBUG : Music/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
<7>DEBUG : /: Lookup: name="Readme.md"
<7>DEBUG : /: >Lookup: node=Readme.md, err=<nil>
<7>DEBUG : Readme.md: Attr:
<7>DEBUG : Readme.md: >Attr: a=valid=1s ino=0 size=1 mode=-rw-rw-r--, err=<nil>
<7>DEBUG : /: Lookup: name="Storage-Share.png"
<7>DEBUG : /: >Lookup: node=Storage-Share.png, err=<nil>
<7>DEBUG : Storage-Share.png: Attr:
<7>DEBUG : Storage-Share.png: >Attr: a=valid=1s ino=0 size=25671 mode=-rw-rw-r--, err=<nil>
^C<6>INFO : Signal received: interrupt
<6>INFO : Exiting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment