Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sancoderhost committed Sep 25, 2023
1 parent b1966d3 commit 4bc23c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Termux sync script

This bash script allows files from phone to synced to your pc or laptop over network
using ssh.

## Direction to use
First before deploying edit these three config files
- main.conf : Include your desired credentials for ssh and ports
- syncpaths.csv : Here you provide list source and destination directory to want to sync.
- service.csv : list of ports to local port you want to forward

# Deploy this script
```bash
nohup ./syncstuff.sh &

```

0 comments on commit 4bc23c1

Please sign in to comment.