similar to: Removing folder at destination

Displaying 20 results from an estimated 2000 matches similar to: "Removing folder at destination"

2019 Nov 22
1
Removing folder at destination
>Why not exclude 2_ASSETS from the first run, and then do a second run to >rsync the _contents_ of 2_ASSETS to the target 01_us_eng directory? > >Add /01_us_eng/2_ASSETS/ to the exclude.txt file. > >rsync -rvz --exclude-from=exclude.txt source destination >rsync -rvz source/01_us_eng/2_ASSETS/ destination/01_us_eng/ > >(perhaps add some variation of the exclude.txt file
2019 Nov 14
2
Removing folder at destination
Hello, Rsync 2.6.9 Mac OS interacting with Windows servers. My Rsync command: rsync -rvz --exclude-from=exclude.txt source destination. I copy large files from server A to server B excluding multiple directories which rsync quickly and beautifully executes. What I end up with at destination is these folders. 01_us_eng... 2_ASSETS 3_web 4_print I manually then move the
2016 Jul 01
0
rsync Digest, Vol 163, Issue 1
Check if the FAQ here can be helpful: https://www.itefix.net/content/permissions-filesdirectories-are-clutteredmixed Tev 2016-07-01 14:00 GMT+02:00 <rsync-request at lists.samba.org>: > Send rsync mailing list submissions to > rsync at lists.samba.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2004 Feb 21
1
Does wine supports database applications
Hai Fabian , Can you kindly describe me how you achieved this. In which way did you connect to the database. Did you use the ADO method or ODBC DSN method to connect to the database. Please kindly guide me. Saravanan ----- Original Message ----- From: Fabian Cenedese <Cenedese@indel.ch> To: saravanan
2016 May 25
0
Combine exclude files
Hi Fabi, From the man-page, at the end of FILTER RULES: --- Note also that the --filter, --include, and --exclude options take one rule/pattern each. To add multiple ones, you can repeat the options on the command-line, use the merge-file syntax of the --filter option, or the --include-from/--exclude-from options. --- This implies that --exclude/include/filter options can be repeated on the
2014 Dec 02
1
Aw: Re: Comparing FLAC header before syncing
yes, i`d second that. maybe you just try using metaflac to generate the appropriate list of files to sync and then feed that list to rsync. > Gesendet: Dienstag, 02. Dezember 2014 um 08:37 Uhr > Von: "Fabian Cenedese" <Cenedese at indel.ch> > An: rsync at lists.samba.org > Betreff: Re: Comparing FLAC header before syncing > > At 02:24 02.12.2014, Mike Garey
2008 Apr 04
0
Check free space on destination
Hi I use rsync to backup some data to an external NAS which has a rsync daemon running. The problem is that I sometimes have too much data to store, so the rsync fills up the whole NAS drive until that doesn't react anymore as it has no space left for the working system. Is there a possibility to tell rsync to leave a certain amount of space on the destination? I couldn't find a
2020 Mar 10
0
Encrypt destination file
Rainy Days via rsync wrote: > Hi, > > My company have been using rsync to sync our file to a backup server (running rsync daemon), and now we would like to store them encrypted. > I found some thread that discussed this issue but they are pretty old (about 10 years ago). So I send this question again and looking for any new approach. > Is there any option or module for rsync to
2016 May 09
0
homes in Samba 3.5
On 09/05/16 15:50, Fabian Cenedese wrote: > Hello > > I know that this is about outdated Samba versions, but I have > to stick with those. And after trying now for days without getting > anywhere I'm looking for help from others. > > We used an old Thecus-NAS as fileserver (no domain etc). It uses > a Samba 3.0.26 which works as we want. Now we bought newer >
2016 Jun 02
0
Delete remote folder
Try having a look at this, for inspiration. It does require the capability of hard-links on the remote end though... and it does not resolve your "delete target directory" either, but it might save you some fiddeling around :-) https://blog.interlinked.org/tutorials/rsync_time_machine.html HC On 02-06-2016 10:27, Fabian Cenedese wrote: > Hi > > I'm trying to build a
2018 Dec 04
0
Exclude and delete or not delete
You need to switch to filters where you have the additional options hide, show, risk, and protect. See the filter rules section of man rsync. On 12/4/18 8:36 AM, Fabian Cenedese via rsync wrote: > Hello > > I'm looking for a way to exclude and delete some items but not delete > other items. Use case: > > I'm on Windows where there are folders like recycle.bin and
2019 Nov 13
1
Speed up rsync with many of excluded files
raf via rsync wrote: > Georg Limbach via rsync wrote: > > > Hello, > > > > I have a problem while rsyncing a directory with perhaps 1.000.000 > > files. Before this I generate some files locally and add them to temp > > files. So this files should be excluded from syncing. > > > > My rsync call looks like this: > > > > rsync
2020 Sep 30
4
How to use ssh -i with a key from ssh-agent rather than from a file?
On Wed, Sep 30, 2020 at 03:35:43PM +1000, Damien Miller <djm at mindrot.org> wrote: > On Wed, 30 Sep 2020, raf wrote: > > > Hi, > > > > I have a VM with a git repository whose origin is on > > github. I have several keys known to github, so I needed > > to set git's core.sshcommand config parameter in the > > repository to something like this:
2019 Oct 30
0
Seemingly impossible bug: -v not always listing every copied file
Hi raf, Curious issue you have. A few things: What distro(s) are you using? Same rsync version on both ends? Hash of files look correct before and after the rsync? Have you tried using inotify to monitor for changes at the fs level? You should see a "read" on the sender and a "read" + "write" on the receiver. On Tue, Oct 29, 2019, 11:25 PM raf via rsync
2019 Oct 30
0
Seemingly impossible bug: -v not always listing every copied file
If you are doing a small test run that duplicates the problem, you could use inotifywait or tail -f to watch the log in real time on another terminal. Maybe you'd see something like a line being overwritten, etc. I don't know what rsync would do with a file name that ends in a carriage return (not a newline). It's probably smart enough to handle it, but if it isn't, the current
2005 Nov 11
2
Rsync, subversion and directories
Hi all, I'm attempting to build a backup system using rsync and subversion. I have a samba share which I would like to replicate via rsync. The replicated copy is under subversion control to store a 'history'. This appears to work well until a directory is removed on the primary (non-backup) file system. The rsync command which I assumed would do the job: $ rsyc -zrv
2020 Aug 05
4
Deprecation of scp protocol and improving sftp client
It seems that there are a few camps here: * The scp power users - this camp believes that scp supporting backtick notation is fine and that running arbitrary commands is a perfectly fine thing to do. * The restricted shell users - this camp believes that scp supporting backtick may not be the best, and there are various restricted shells which can prevent this. Power users may belong to this
2020 Apr 02
1
Rsync to Network Share works from cmd but fails from Scheduled Task
Hi raf, I was not aware the network maps were "user experience". Thanks for your tips. I have tried everything I can come up with, but cannot get it to work. I figured out another solution, but thank you very much for your help. Best, Leon On Sun, Mar 29, 2020 at 9:23 PM raf via rsync <rsync at lists.samba.org> wrote: > Leon Vanderploeg via rsync wrote: > > >
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
Hi, I've noticed some ssh behaviour that I wish didn't happen. I was wondering if someone can explain how I can stop it from happening, or explain why it's unavoidable. If I ssh-with-agent-forwarding from one host to a second host, and on the second host use something like nohup/screen/tmux/daemon, and from within that new process session, start a long-running command via
2019 Oct 30
4
Seemingly impossible bug: -v not always listing every copied file
Thanks. I'll try that. But I agree that it'll be something else. It's unlikely that whole trace files are being overwritten, because there's locking in place to prevent that sort of thing, but it's more likely than anything else. I'll check that the locking is working properly. Although, when I last investigated it, it really did look as though, in a single run of this