/FileSyncer

Simple Bash script that syncs up two directories, checking what files they have in common and copying into eachother the ones they don't.

Primary LanguageShell

FileSyncer

Run program to sync two directories, copying files from one into the other and viceversa. Useful for local password manager users with multiple machines, if you haven't opted for using a remote repository.

Execute

Make program executable with

chmod +x FileSyncer.sh

Run with

./FileSyncer.sh /path/to/dir1 /path/to/dir2