Ubuntu One에는 어떤 명령 줄 옵션이 있습니까? [닫은]


11

Ubuntu One 용 명령 줄 스위치를 볼 수있는 곳이 있습니까? 현재 나는 '-최소화'와 '--with-icon'이라는 두 가지만 알고 있습니다. 그것들은 Ubuntu One이 내 Windows 컴퓨터에 설치되었을 때 바로 가기에 포함되었습니다.

커맨드 라인에서 Ubuntu One 파일 동기화를 시작할 파일이 있는지 알아야하므로 사용자 정의 스케줄러를 빌드 할 수 있습니다. 지금까지 모든 명령이 'ubuntuone-control-panel-qt'실행 파일을 통해 제어되기 때문에 운영 체제의 차이는 중요하지 않다고 생각합니다. 그래도 오해 할 수 있습니다.

답변:


16

syncdaemon의 경우 :

u1sdtool [OPTION]... [ARGS]

  u1sdtool [OPTION]... [ARGS]
   u1sdtool --wait
   u1sdtool --accept-share=SHARE_ID
   u1sdtool --reject-share=SHARE_ID
   u1sdtool --list-shares
   u1sdtool --refresh-shares
   u1sdtool --offer-share PATH USER SHARE_NAME ACCESS_LEVEL
   u1sdtool --list-shared
   u1sdtool --create-folder=PATH
   u1sdtool --delete-folder=FOLDER_ID
   u1sdtool --list-folders
   u1sdtool --subscribe-folder=FOLDER_ID
   u1sdtool --unsubscribe-folder=FOLDER_ID
   u1sdtool --refresh-volumes
   u1sdtool --rescan-from-scratch=VOLUME_ID
   u1sdtool --info=PATH
   u1sdtool --list-dirty-nodes
   u1sdtool --current-transfers
   u1sdtool --quit
   u1sdtool --connect
   u1sdtool --disconnect
   u1sdtool --status
   u1sdtool --waiting
   u1sdtool --waiting-metadata
   u1sdtool --waiting-content
   u1sdtool --start

옵션

   --wait Wait until ubuntuone-syncdaemon reachs nirvana

   --accept-share=SHARE_ID
          Accept the share with the specified id

          SHARE_ID
                 The share id, as returned by --list-shares

   --reject-share=SHARE_ID
          Reject the share with the specified id

          SHARE_ID
                 The share id, as returned by --list-shares

   --list-shares
          Get the list of shares

   --refresh-shares
          request a refresh of the list of shares to the server

   --offer-share=PATH USER SHARE_NAME ACCESS_LEVEL
          share PATH to USER.

          PATH   A path of a  directory  or  file  managed  by  ubuntuone-
                 syncdaemon (can't be a path inside a Share)

          USER   The  (short)  username,  that  this  share is going to be
                 offered

          SHARE_NAME
                 The share name, as it's going to be offered to USER

          ACCESS_LEVEL
                 The acces level of USER to this share, can be: "View"  or
                 "Modify"

   --list-shared
          List the shared paths/shares offered.

   --create-folder=PATH
          Create user defined folder in the specified path

          PATH   The  path  of  a  directory  to  be managed by ubuntuone-
                 syncdaemon

   --delete-folder=FOLDER_ID
          Delete user defined folder identified by FOLDER_ID

          FOLDER_ID
                 The folder id, as returned by --list-folders

   --list-folders
          List all the user defined folders

   --subscribe-folder=FOLDER_ID
          Subscribe to the user defined folder specified by FOLDER_ID

          FOLDER_ID
                 The folder id, as returned by --list-folders

   --unsubscribe-folder=FOLDER_ID
          Unsubscribe from the user defined folder specified by FOLDER_ID

          FOLDER_ID
                 The folder id, as returned by --list-folders

   --refresh-volumes
          Request a refresh of the list of volumes to the server

   --rescan-from-scratch=VOLUME_ID
          Request a rescan from scratch for a volume.

          VOLUME_ID
                 The volume id, as returned by --list-folders  or  --list-
                 shares

   --info=PATH
          Request the metadata of PATH

          PATH   A  path  of  a  directory  or  file managed by ubuntuone-
                 syncdaemon

   --list-dirty-nodes
          Show the list of nodes marked as 'dirty'

   --current-transfers
          Show the current uploads and downloads

   --quit Shutdown ubuntuone-syncdaemon

   --connect
          Connect the syncdaemon

   --disconnect
          Disconnect the syncdaemon

   --status
          Get the current status of syncdaemon

   --waiting
          Get the operations being executed.

   --waiting-metadata
          Get the waiting metadata list (NOTE: This option  is  deprecated
          and will go away shortly)

   --waiting-content
          Get  the  waiting  content list (NOTE: This option is deprecated
          and will go away shortly)

          SHARE_ID
                 The share id, as returned by --waiting

          NODE_ID
                 The node id, as returned by --waiting

   --free-space=VOLUME_ID
          Get the free space for a volume.

          VOLUME_ID
                 The volume id, as returned by --list-folders  or  --list-
                 shares

   --start
          Start syncdaemon if it's not running

Windows에서는 ubuntuone-control-panel-qt.exe 실행하기 전에 완전히 실행 중이어야합니다 u1sdtool.exe .

출처 : http://manpages.ubuntu.com/manpages/precise/man1/u1sdtool.1.html


@ObsessiveFOSS 감사합니다. '--connect'명령이 가장 유용합니다. 나는 그것을 주사하고 다시보고 할 것입니다.
toddimyre

2
내 문제를 해결합니다. 대단히 감사합니다. Windows 클라이언트의 경우 "u1sdtool.exe"를 사용하기 전에 "ubuntuone-control-panel-qt.exe"가 완전히 실행 중이어야합니다.
toddimyre

@toddimyre Windows를 거의 사용하지 않으므로 생략하여 죄송합니다.
nanofarad

괜찮아. 나는 두 개의 다른 Windows 시스템, 두 개의 다른 Ubuntu 시스템 및 Mac 시스템 (작업 중) 사이에서 튀어 오므로 시스템 간의 다양한 차이점에 대해 모두 알고 있습니다.
toddimyre

정답에 Windows 주석이 표시되고 Precise 맨 페이지에 Lucid의 추가 / 변경된 스위치가 표시되지 않는지 확인할 수 있습니까? 고마워, 좋은 대답.
ish
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.