Displaying 20 results from an estimated 20000 matches similar to: "Only backup deleted files/dirs"
2006 Jan 20
1
deleting remote dirs I no longer want to backup
Hi all,
I have been using rsync to copy multiple dirs, eg:
rsync -aR dira dirb /tmp
Now, I no longer want to copy dirb, and I want it to be removed on the
remote side, and I cannot figure how to achieve this.
I tried:
rsync -aR --exclude=dirb --exclude-deleted dira dirb /tmp
but this has no effect.
I have searched for similar posts, and found:
2004 Oct 14
3
Filling polygons with points
Dear list,
are there any possibilities to fill a polygon with a point pattern or with a symbol pattern like '+' oder '-' instead of shading lines?
Thanks in advance
Dr. Michael Wolf
Bezirksregierung M??nster
Dezernat 61
Domplatz 1-3 48161 M??nster
Tel.: ++ 49 (02 51) / 4 11 - 17 95
Fax.: ++ 49 (02 51) / 4 11 - 8 17 95
E-Mail: michael.wolf at bezreg-muenster.nrw.de
2023 Apr 16
1
Incrementally backup ONLY deleted / changed / new files
People,
I have command for backing up to a backup dir (eg /home/backup/prix/)
with:
rsync -av --delete --link-dest /home/backup/prix/${1}_0_hard_link /$1/
/home/backup/prix/${1}_$dt/
for example the etc dir - which creates the following in the backup dir:
etc
etc_0_hard_link
etc_20230416_165232
- having previously created a hard-linked clone of the previously
existing backup
2007 Apr 30
3
Incremental backup and empty dirs
Hi,
I use rsync with such options:
OPTIONS="-a -u -z -v -S --delete-during --ignore-errors \
-b --backup-dir=${PATH_BACKUP}/${DATE_YESTERDAY} \
--exclude-from=$IGNORE"
rsync $OPTIONS ${PATH_SRC} \
${PATH_BACKUP}/current
Everything works as it should be, deleted files are transfered everyday
to a new catalog, determinated by a variable ${DATE_YESTERDAY}.
But
2014 Jul 18
13
[Bug 10724] New: rsync 3.1.1 incorrectly creates extra dirs inside --backup-dir on Mac OSX
https://bugzilla.samba.org/show_bug.cgi?id=10724
Summary: rsync 3.1.1 incorrectly creates extra dirs inside
--backup-dir on Mac OSX
Product: rsync
Version: 3.1.1
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2004 Sep 23
1
How to improve the quality of curve/line plots?
Dear list,
I'm using the windows version of R. When plotting a curve or a line for time series with annual data , e. g. GDP growth 1991-2003, the line seems to exist of a lot of smaller lines. Printing the results the curves and lines seems to be "unclean" (because of using small resolution bitmaps?). Comparing the result of R with the same results of Excel the lines in excel seems
2007 Sep 23
1
DO NOT REPLY [Bug 4985] New: --list-only shows implied dirs even with --no-implied-dirs
https://bugzilla.samba.org/show_bug.cgi?id=4985
Summary: --list-only shows implied dirs even with --no-implied-
dirs
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2018 Jun 20
1
doveadm backup -A does not create user dirs
Hello
doveadm backup -A mdbox:/tmp/test
does not create per user folders, instead it tries to override same
catalog again and again
doveadm backup -A mdbox:/tmp/test/%u
does not work as well
Is there a solution for local backups? Thanks
Vladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 19
1
--relative, --dirs and --delete without --recursive
The manual says that without --recursive directories are (noisily)
skiped. However with --relative intermediate directories are created.
So what happens if you give only -R? Is -d the default? And what
happens when you give -R --no-dirs? I tried and it seems that
intermediate dirs are considered anyway, so it looks like -R overrides
--no-dirs. Is it true? Does it depend on the order of options?
2005 Sep 27
1
--delete and --dirs
rsync-2.6.6 manpage says:
--delete
[...]
This option has no effect unless directory recursion is enabled.
True. In fact, I noted that --delete doesn't delete anything if --dirs
is used rather than --recursive.
Is there any reason for --delete not to delete when used with --dirs?
Is there a way to get rsync to actually delete files on the receiving
end when using
2010 May 17
1
rsync - dirs and symlinks only, not contents
Hi all,
I have a need to copy only dirs, subdirs and sym links only without
the need to copy contents.
I originally used the following test to observe behavior;
rsync -a -f"+ */" -f"- *" source destination
So I noticed that dirs/subdirs were copied but without contents as
desired.
I have several sym links (dir sym links) that I would also to to copy
over.
I tried
2006 Jan 31
0
Samba 3 and german umlaute in filenames/ can not delete or rename files or dirs
Hello,
i habe an Sama 3 Server with some shares.
If I access these shares from Windows and if I generate new files or dirs with
german umlaute everythink is OK.
I can open theses files and I can open the directory.
If I want do delete or rename the files or dirs with german umlaute I got an
error message. "I can not read the file from source".
creating new dirptr 256 for path
2019 Apr 30
1
[Bug 13920] New: --max-delete and dirs being replaced by symlinks on source
https://bugzilla.samba.org/show_bug.cgi?id=13920
Bug ID: 13920
Summary: --max-delete and dirs being replaced by symlinks on
source
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne
2004 Mar 22
2
orphan dirs and files with --delete
rsync (2.5.[67]) --delete fails on dirs with the w bit cleared. (example below)
Rsync will sync a dir with w bit clear, but will not remove it with --delete.
This is not a big problem, but it will create situations where there are
'orphaned' files.
Has anyone else had this problem?
It looks like a change would be needed in robust_unlink (util.c). This function
would have to do a chmod
2004 Sep 24
5
AW: How to improve the quality of curve/line plots?
Thanks for the tip using a smoothing technique before plotiing in order to get a curve instead of a line connecting the observations.
But that's not the solution for my main problem with the "unclean" line plot. In order to show my problem let's take this simple example:
> xval <- c(1, 2, 3, 4, 5, 6, 7, 8)
> yval <- c(10, 30, 40, 50, 70, 90, 100, 110)
> plot
2003 Jun 15
2
selective dirs only
Hi All,
Just to get the jist of things, trying to sort 5 diff rsyncs into the same
process:) if I want to copy only say 2 dirs and everything under them
when use include exclude, I have to define the dir first then the
dir/all ? like :
rsync -azr host::/top_dir --include "pub/" --include "pub/*" --include "ftp1/"
--include "ftp1/*" --exclude
2008 Jul 29
2
DO NOT REPLY [Bug 5645] New: Optimization-only basis dirs that don't affect itemization
https://bugzilla.samba.org/show_bug.cgi?id=5645
Summary: Optimization-only basis dirs that don't affect
itemization
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2014 Jul 29
2
[Bug 10748] New: 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs
https://bugzilla.samba.org/show_bug.cgi?id=10748
Summary: 3.1.0 and 3.1.1 create all dirs on target even with
--prune-empty-dirs
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2020 Feb 10
4
FW: samba_kcc issue after joining the domain as a DC
Hai,
Ok. I did more digging, this is a link Dennis showed which might help..
https://www.itprotoday.com/windows-78/q-how-can-i-create-domaindnszones-directory-partition
Now, if i go throught the mailing list and lookup everything abotu this part.
> Could not find machine account in secrets database: Failed to fetch
> machine account password for DOM from both secrets.ldb (Could not
2012 Oct 17
1
rsync has big problem with leaving lots of empty dirs around...
The volume I am differencing a snapshot with has
595,400 dirs (424994 w/link count=2)
& 5,703,820 files.
The diff volume starts with
233,764 files (a large multi-day diff)
but 289,215 dirs!
I ran a script to clean out all the empty dirs...final tally:
same # of files: 233764, but
#dirs: 5462.
Thats about a huge amount of extra dirs -- I'm seeing
almost a 10% reduction in the diff size