Hello,
I would like only to sync few directories between my two Linux boxes.
I tries this but no help
sudo rsync -avrtzun --stats \
--include-from "include-nix" \
--exclude-from "excludes-nix" \
--delete \
--progress \
-e "ssh -l hab" /home/hab/ desktop:/home/hab
excludes-nix
*
include-nix
Deve
Hello,
I am using this to sync two dir
rsync -a -v -r orig/ new \
--exclude "d.zip" \
--exclude "a1"
Now, how can I prevent files in the orig dir from overwriting newer
file in the new dir?
--
OOzy
Ubuntu-Feisty
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsy
I am trying to find a utility that sync my website between the remote
host and local server. Is this the right tool?
If yes, how can I sync my .php and .html file including MySQL databasees?
--
OOzy
Ubuntu-Feisty
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsyn