This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
forked from elgs/filesync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
54 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Server | ||
export FILESYNC_MODE=server | ||
export FILESYNC_PORT=6776 | ||
export FILESYNC_IP=0.0.0.0 | ||
export FILESYNC_PATH=/tmp/share | ||
|
||
# Client | ||
export FILESYNC_MODE=client | ||
export FILESYNC_PORT=6776 | ||
export FILESYNC_IP=127.0.0.1 | ||
export FILESYNC_PATH=/tmp/test1 | ||
|
||
# Cleanup | ||
unset FILESYNC_MODE | ||
unset FILESYNC_PORT | ||
unset FILESYNC_IP | ||
unset FILESYNC_PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters