Những tùy chọn dòng lệnh nào có sẵn cho Ubuntu One? [đóng cửa]


11

Có nơi nào tôi có thể thấy Công tắc dòng lệnh cho Ubuntu One không? Hiện tại, tôi chỉ biết hai: '- tối thiểu hóa' và '- với biểu tượng'. Chúng được bao gồm trong lối tắt khi Ubuntu One được cài đặt trên máy Windows của tôi.

Tôi chủ yếu cần biết nếu có một cái để bắt đầu đồng bộ hóa tệp Ubuntu One từ Dòng lệnh để tôi có thể xây dựng một lịch trình tùy chỉnh. Tôi không nghĩ rằng sự khác biệt trong các hệ điều hành là quan trọng bởi vì tất cả các lệnh cho đến nay đều được kiểm soát thông qua thực thi 'ubfoxone-control-panel-qt'. Tôi có thể bị nhầm lẫn mặc dù.

Câu trả lời:


16

Đối với 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

LỰA CHỌN

   --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

Xin lưu ý rằng trên Windows, ubuntuone-control-panel-qt.exe nên chạy hoàn toàn trước khi thực hiện u1sdtool.exe .

Nguồn: http://manpages.ubfox.com/manpages/precise/man1/u1sdtool.1.html


Cảm ơn bạn @ObsessiveFOSS. Lệnh '--connect' chắc chắn là hữu ích nhất. Tôi sẽ cung cấp cho nó một shot và báo cáo lại.
chập chững

2
Nó không giải quyết vấn đề của tôi. Cảm ơn rât nhiều. Cần lưu ý cho máy khách Windows rằng bạn phải có "ubfoxone-control-panel-qt.exe" chạy hoàn toàn trước khi sử dụng "u1sdtool.exe".
chập chững

@toddimyre Tôi hiếm khi sử dụng Windows, rất tiếc vì thiếu sót đó.
Phục hồi Monica - ζ--

Không sao đâu. Tôi nảy giữa hai hệ thống Windows khác nhau, hai hệ thống Ubuntu khác nhau và hệ thống Mac (đang hoạt động), vì vậy tôi biết tất cả về sự khác biệt khác nhau giữa các hệ thống.
chập chững

Bạn có thể vui lòng lưu ý nhận xét Windows trong câu trả lời của mình không và cũng kiểm tra xem trang chính xác có hiển thị không có công tắc bổ sung / thay đổi nào từ Lucid không? Cảm ơn, câu trả lời tuyệt vời.
ish
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.