search for: compare_dir

Displaying 5 results from an estimated 5 matches for "compare_dir".

2003 Jun 03
1
Rsync: --link-dest when target and compare_dir both have file
...ne too. I'm CCing the list. > > Best regards, > Mike > > ---------- Forwarded message ---------- > Date: Mon, 2 Jun 2003 09:56:50 -0700 (PDT) > From: Michael Rubel <mrubel@galcit.caltech.edu> > To: rsync@lists.samba.org > Subject: --link-dest when target and compare_dir both have file > > Hi J.W. et al, > > Kevin Everets was kind enough to inform me about some strange behavior in > his backup script, which seems to be the result of --link-dest behaving > unexpectedly in the case where target/ is already populated with older > versions of t...
2003 Jun 02
1
--link-dest when target and compare_dir both have file
Hi J.W. et al, Kevin Everets was kind enough to inform me about some strange behavior in his backup script, which seems to be the result of --link-dest behaving unexpectedly in the case where target/ is already populated with older versions of the same file. Here's the situation: We want to do: $ rsync -a --link-dest=../backup.1 source/ backup.0/ There is a file present under all three
2008 Dec 22
1
rsync --link-dest option with the destination directory containing old files.
Way back: > > ---------- Forwarded message ---------- Date: Mon, 2 Jun 2003 > > 09:56:50 -0700 (PDT) From: Michael Rubel <mrubel at > > galcit.caltech.edu> To: rsync at lists.samba.org Subject: > > --link-dest when target and compare_dir both have file > > > > Hi J.W. et al, > > > > Kevin Everets was kind enough to inform me about some strange > > behavior in his backup script, which seems to be the result of > > --link-dest behaving unexpectedly in the case where target/ is > > already p...
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...bd->initrd); + refstr_put(bd->efi); + free(bd->options); + refstr_put(bd->devicetree); + refstr_put(bd->architecture); + refstr_put(bd->other); + refstr_put(bd->sort_field); + + memset(bd, 0, sizeof *bd); +} + +/* + * inspired by syslinux/com32/modules/ls.c:compare_dirent + */ +int compare_bls_data(const void *p_bd1, const void *p_bd2) +{ + if (!p_bd1 || !p_bd2) + return 0; + + const struct blsdata *bd1 = *(const struct blsdata **)p_bd1; + const struct blsdata *bd2 = *(const struct blsdata **)p_bd2; + + const char *a = NULL, *b = NULL; + + if (bd1-...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and