Date: Thu, 5 Feb 2009 20:39:00 -0500 From: David Karapetyan <david.karapetyan@gmail.com> To: freebsd-questions@freebsd.org Subject: problem rsycing with remote dir Message-ID: <20090206013900.GB367@vagrant.math.nd.edu> In-Reply-To: <21864688.post@talk.nabble.com> References: <21864688.post@talk.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello everyone. I am using the --backup flag in rsync to save incremental changes that rsync makes when I sync a directory on my laptop with my remote server. Please look at my pastebin code: http://pastebin.com/m16a3ce38On The problem is that I end up generating an root@davidkarapetyan.homeunix.com: directory on my laptop that contains empty versions of all the directories that were backed up. In short, it is a directory filled with empty sub directories. Furthermore, I am unable to have $INC be placed anywhere other than within $TARGET, no matter how I alter the code. Interestingly enough, I use a very similar script on the server itself, with no issues. It seems that rsync's remote backup scheme, with the --backup flag, is a bit borked. Any suggestions? -- -- Best, David Karapetyan http://davidkarapetyan.com University of Notre Dame Department of Mathematics 255 Hurley Hall Notre Dame, IN 46556-4618 Phone: 574-631-5706 Cell: 202-460-5173 Fax: 574-631-6579
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090206013900.GB367>