similar to: DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync

Displaying 20 results from an estimated 300 matches similar to: "DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync"

2007 Sep 04
0
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621 ------- Comment #1 from hq4ever@gmail.com 2007-09-04 13:32 CST ------- Hi, I would like to add that I've created a wrapper for rsync to implemented this functionality in the mean time, if/when it will be available via rsync itself. Bash: """ function cp() { # PARAMS: # $1 : What to Sync? # $2 : Where To? #
2009 Dec 15
0
DO NOT REPLY [Bug 4621] Option to create ancestors of destination, like "mkdir -p"
https://bugzilla.samba.org/show_bug.cgi?id=4621 lists at elasticmind.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lists at elasticmind.net ------- Comment #4 from lists at elasticmind.net 2009-12-15 06:12 CST ------- Greetings, I just noticed
2003 Jun 29
2
rsync/jscript/cygwin problem
I'm using a javascript program to execute rsync 2.5.6 compiled with cygwin on Windows XP Pro machines. These backup the user's "My Documents" folder to a Linux server running rsync 2.5.6 in daemon mode when the user logs in to XP and certain conditions are met (e.g. user hasn't backed up for a few days, user on the network etc). This works great except every now and then
2018 Sep 11
2
Ensuring that rsync doesn't try to write to an unmounted drive
I have a script that runs nightly as a cronjob to backup my drive to a USB drive https://pastebin.com/yivqrGUC On the command line I use the --timeout option. Is this sufficient to ensure that if the external drive somehow becomes unmounted that rsync will gracefully fail without trying to write to the hard drive instead of the USB drive? rsync -vaWSHpl --timeout=15 --delete-excluded --filter
2018 Sep 11
0
Ensuring that rsync doesn't try to write to an unmounted drive
--timeout is about network connection timeouts. You aren't using the network so it doesn't apply at all. Even if you were networking an unmounted filesystem is an empty directory as far as rsync is concerned and rsync would treat it that way with no idea that you intended to have something mounted there. Now, I see at the top of your script you check for the existence of the target
2004 Apr 07
2
--suffix problem - possibly bug?
I'm having an issue with the --suffix and -b flags - I've tried the following commands: rsync -avbr --backup-dir=/rsyncbackup rsynctest user@server.com::module rsync -avbr --backup-dir=/rsyncbackup --suffix="" rsynctest user@server.com::module and either way, I wind up with a tilde as a suffix on all the files moved into the backup directory at time of synchronization.
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
On Tue, 2018-09-11 at 12:56 -0400, Kevin Korb via rsync wrote: > --timeout is about network connection timeouts. You aren't using the > network so it doesn't apply at all. Even if you were networking an > unmounted filesystem is an empty directory as far as rsync is > concerned > and rsync would treat it that way with no idea that you intended to > have > something
2008 Aug 15
6
Rsync of LVM Snapshots copies whole file
Hello, anybody has a clue why this happens? The scenario: Each night I create LVM snapshot of my volume which contains some virtual disk images (VirtualBox VDIs). Then I rsync the content of one of the snapshot directories to a backup server. Each file size is between 1.3 GB and 6GB. I run the following commmand: sudo -u rsyncbackup rsync -avzP --exclude-from /home/rsyncbackup/excludefile -e
2011 Jul 13
0
How to call rsync client so that is detects that server has gone away?
Hi Larry, Your tech details are way beyond my knowledge, but maybe python can do the job for you too? I use this python script (from the python cookbook) and crontab to keep my sheep in the dry: #!/usr/bin/env python #wraps up rsync to synchronize two directories # ! -- should contain check of disk space using rsync -n option for drytest ! from subprocess import call import sys import time
2010 Mar 25
3
rsync give option mkdir -p
Hello how i can use rsync whith mkdir -p for nackup dirs ? when i use rsync / /backup/month/day i need automatic creation month and day dirs. mkdir -p can do that, but rsync can't
2011 May 24
3
[Bug 8162] New: MKDIR Fail
https://bugzilla.samba.org/show_bug.cgi?id=8162 Summary: MKDIR Fail Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Linux Status: NEW Severity: blocker Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: yannick at magikdo.com QAContact: rsync-qa at
2015 Jan 07
3
rsync splits filenames, creates special characters where none are, weird permissions
Hello, I have a quite unusual encoding problem (?). I call rsync with the following parameters: /usr/bin/rsync -a --delete --numeric-ids --delete-excluded \ --rsh="/usr/bin/ssh -o StrictHostKeyChecking=no -i \ /etc/rsnapshot_ssh_certs/mykey" \ --link-dest=/data/snapshots/hourly.1/folder/mail/ \ rsyncbackup at server:/var/backups/mail/. \
2005 Oct 14
1
Does anyone Know if tha avaya 4621 IP phone work wiht asteisk?
Does anyone Know if tha avaya 4621 IP phone work wiht asteisk? if it work it has featuras working Thanks Ignacio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051014/d3a65784/attachment.htm
2007 Dec 11
0
Problem with rsync over ssh
Hello, I have the following problem: On our internet host I have running rsync-static-2.5.7-1 (I have to use the static one as our web hoster had installed a limited Suse 9.1 vserver system) On our local server which I would like to rsync I have running rsync version 2.6.8 protocol version 29. I can remotely execute applications throungh ssh without a password. But rsync won't run. On
2005 Jan 29
1
rsync-ing on MacOS X.
Hi all, I'm setting up a backup script for my Mac, and I'm wondering about the rsync ability of dealing with HFS+ filesystem (resource-fork and such...). I've searched the mailing list archive for this topic and I've found some thread regarding it, but it's not clear to me what is the actual situation. Is the HFS+ officially supported? Will it be in the near future?
2008 Mar 28
3
Major rsync issue - overwriting files!!!
Hi, I'm having a MAJOR issue with an rsync backup script that is actually OVERWRITING the files that it should be backing up! The thing is, the same script (with different source/destination variables) runs FLAWLESSLY on another file server! Background: 2 OS X client computers running 10.4.11 (1 intel, 1 PPC). both are running rsync v2.6.3. rsync is backing up from one firewire HD(afp
2012 Nov 14
0
R in batch mode: cannot mkdir R_TempDir
Dear all, I am trying to run a simple R script in batch mode on a cluster. Running a simple test script with "R CMD BATCH test.R test.Rout" works fine, but as soon as I submit the very same command to the queue and the job gets sent to a node, the following error is written to test.Rout: Fatal error: cannot mkdir R_TempDir I set the environment variables TEMP, TMP and TMPDIR to
2006 Mar 23
0
BUG/fixed : mkdir /var/run/xenstored needed
Hi, xend start should test for /var/run/xenstored before running xenstored. on (k)ubuntu at least /var/run is a tmpfs, so after each reboot it is empty and you need to re-create all directories. a simple test -e ... || mkdir ... would prevent people from running into problems. maybe this is simple enought to get into xen-unstable before 3.0.2? Thanks, Andreas
2006 Aug 24
0
[patch] mkdir use and add usage
please pull git://charm.itp.tuwien.ac.at/mattems/klibc/.git maks commit b0c5c2b8ee60d91cb96541339c6be8108d0e2131 Author: maximilian attems <maks at sternwelten.at> Date: Thu Aug 24 22:40:23 2006 +0200 [klibc] mkdir add usage when printing errors about cli switches, point out the expected usage. patches adds usage function and calls to it. Signed-off-by: maximilian
2008 Nov 03
1
smbtorture : Unknown operation mkdir
Hi, I got problem while using smbtorture with the NBENCH test. The error happens on the "Mkdir" operation. I'm using the file "client.txt" from dbench-3.04. There are "Mkdir" operations, but in the file "torture.c", this operation is not handled. Few other operations are not handled. I did compare operations from run_netbench and those that are present