A python-written program for Linux that automatically synchronizes directories between devices. Like cloud, but without clouds.
Sync creaes a tarfile with files and sends it another device, where client-Sync unpacks it and extracts the files to same directories where they were on the first device.
python
Linux machine
run python3 install.py to set up base config
python3 sync.py --pack - to create a tarfile
python3 sync.py --unpack - to unpack and extract files from a tarfile
python3 sync.py --list - to list files in a tarfile
python3 sync.py --open-socket - to create a socket (NOT TESTED AND PROBABLY NOT WORKING)
Sync is in early stages of development, so any help and contributions would be great
My ass and Python