Include on few directory

2007-10-04 Thread OOzy Pal
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

prevent newer file from being written on

2007-09-04 Thread OOzy Pal
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

Sync my website between my host and local server

2007-08-28 Thread OOzy Pal
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