syncany-team team mailing list archive
-
syncany-team team
-
Mailing list archive
-
Message #00412
[Bug 887179] [NEW] Computer name with simbol -
Public bug reported:
The program automatically takes the name of the machine. For example in
ubuntu puts the username - laptop or desktop (example: luis-laptop).
When reading files(chunk-files, repository-files) from the remote
storage separated by -, the system does not jump from the computer name
and does not read files.
This is the parttern that fails when read files from the remote.
Pattern.compile("^"+PREFIX+"-([^-]+)-(\\d+)$");
** Affects: syncany
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Syncany
Team, which is subscribed to Syncany.
https://bugs.launchpad.net/bugs/887179
Title:
Computer name with simbol -
Status in Syncany:
New
Bug description:
The program automatically takes the name of the machine. For example
in ubuntu puts the username - laptop or desktop (example: luis-
laptop). When reading files(chunk-files, repository-files) from the
remote storage separated by -, the system does not jump from the
computer name and does not read files.
This is the parttern that fails when read files from the remote.
Pattern.compile("^"+PREFIX+"-([^-]+)-(\\d+)$");
To manage notifications about this bug go to:
https://bugs.launchpad.net/syncany/+bug/887179/+subscriptions
Follow ups
References