Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2017-03-31 08:54:33
Size: 376
Editor: maegger
Comment:
Revision 6 as of 2020-12-03 16:03:26
Size: 549
Editor: bonaccos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2020-09-09 bonaccos
Line 2: Line 4:
How do i use polyboxcmd (Polybox Command Line interface) to sync Folders? How do i use `polyboxcmd` (Polybox Command Line interface) to sync Folders?
Line 5: Line 7:
 * The polyboxcmd is very verbose. Use the option {{{-s or --silent}}} to make it a little bit less verbose!
 * To sync the folder {{{/home/myuser/polybox}}} use the following command:
 * The `polyboxcmd` is very verbose. Use the option `-s` or `--silent` to make it a little bit less verbose!
 * To sync the folder `/home/myuser/polybox` use the following command:
Line 10: Line 12:
 * '''Note:''' Do '''not''' pass the password via the `-p` parameter directly to the command as this will leak your password in the process list.

Problem

How do i use polyboxcmd (Polybox Command Line interface) to sync Folders?

Solution

  • The polyboxcmd is very verbose. Use the option -s or --silent to make it a little bit less verbose!

  • To sync the folder /home/myuser/polybox use the following command:

    polyboxcmd --user myuser -s /home/myuser/polybox https://polybox.ethz.ch
  • Note: Do not pass the password via the -p parameter directly to the command as this will leak your password in the process list.

FAQ/PolyboxcmdHowto (last edited 2020-12-03 16:03:26 by bonaccos)