Left to right. The very last path on the commandline is the destination.
Don't put any source location there. If you're not certain what will
happen with a particular commandline, add "-n" to it, along with at least
one "-v", and it'll tell you everything it would do.
"man rsync" will yield a
On Tue, Apr 06, 2004 at 12:32:16PM +0200, Selim Sinno wrote:
> I afraid of mixing my source and destination.
I'd suggest running "rsync --help" and noting the SRC and DEST items.
If you are still unsure, use the -n (--dry-run) option to see what would
happen if rsync were to actually do the update
On Mon, Apr 05, 2004 at 07:04:00PM -0300, Marcio d'Avila wrote:
> I'm trying to compile rsync 2.6.0 on Solaris 9 Sparc, using gcc 3.2.
> The configure script seems to run with no problem.
> But when I go ahead to make, I get the following error output:
I don't have access to any Solaris systems, s
On Tue, Apr 06, 2004 at 04:31:31PM -0500, Steve Sether wrote:
> Is there any interest in ODBC database logging for Rsync? If
> so should I submit diffs of changed files, and full versions of
> new files?
If you'd care to submit such a change, make sure it is relative to the
CVS version and is cre
Hello,
In the following thread
http://lists.samba.org/archive/rsync/2003-May/005944.html
mdubey talks about a patch to rsync to create the full path (like mkdir -p)
when the destination dir is not there. Could I please get a copy of this
patch as this is a feature I would like to use.
Thanks
I've added ODBC database logging to rsync, and was wondering what
the procedure is to submit my code changes to be (hopefully) included
into the main development branch of rsync.
I've added everything in such a way that ODBC database logging is
only included with a configure option, and otherwise
Hi,
I'm kind of a newbie in development and need to create an incremental backup
of my http server on my computer (through ssh). But after reading the manual
I had, I afraid of mixing my source and destination.
Can somebody give me the right command and help me developing a daily
incremental backup