search for: change_dir

Displaying 20 results from an estimated 35 matches for "change_dir".

2009 Feb 15
12
DO NOT REPLY [Bug 6116] New: Cannot access files in exposed shadow drive in version 3.0.5
...dot-dir path (e.g. foo/./bar) inside a --files-from file when the root of the transfer isn't the current directory. 3.05 works fine unless the backup is using an exposed shadow. In this case, the C: and D: drives are exposed as H: and I: respectively. I get the following error: rsync: change_dir "/cygdrive/H" failed: No such host or network path (136) This causes zero (0) files to be transferred, and rsync error: some files/attrs were not transferred (see previous (Repeats for I: drive) rsync: change_dir "/cygdrive/I" failed: No such host or network path (136)...
2012 Sep 25
2
[Bug 9212] New: rsync loses track of files if differing directory prefixes are given
https://bugzilla.samba.org/show_bug.cgi?id=9212 Summary: rsync loses track of files if differing directory prefixes are given Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
2008 Nov 04
1
Behaviour of /./ in from file on version 3.0.4
...cuments and Settings/Administrator/.ssh/id_dsa\"" --stats --files-from=<x> the from file <x> contains (samples) /cygdrive/H/./c_projects/ /cygdrive/H/./documents/ /cygdrive/H/./Installs/ /cygdrive/H/./MyDocuments/ rsync 3.0.4 gives the following error messages rsync: change_dir "/cygdrive/c/Program Files/rsync/cygdrive/H" failed: No such file or directory (2) rsync: change_dir "/cygdrive/c/Program Files/rsync/cygdrive/H" failed: No such file or directory (2) rsync: change_dir "/cygdrive/c/Program Files/rsync/cygdrive/H" failed: No such file o...
2009 Feb 09
0
dot-dir in --from-file in 3.0.5 can't seem to backup from exposed shadow copy of drive
...ir path (e.g. foo/./bar) inside a --files-from file when the root of the transfer isn't the current directory. 3.05 works fine unless the backup is using an exposed shadow. In this case, the C: and D: drives are exposed as H: and I: respectively. I get the following error: rsync: change_dir "/cygdrive/H" failed: No such host or network path (136) This causes zero (0) files to be transferred, and rsync error: some files/attrs were not transferred (see previous (Repeats for I: drive) rsync: change_dir "/cygdrive/I" failed: No such host or network pat...
2017 Jan 18
4
[Bug 12527] New: Sender waits for timeout when fuzzy basis file found
...w_bug.cgi?id=12522), I found one case where sender exits with timeout instead of correctly exiting. It is when a fuzzy basis file has been selected. Here is an example where we send 2 files, but as the remote FS gets full, transfer properly exits. Perfect. sending incremental file list [sender] change_dir(/home/prd/bkp) send_files starting server_recv(2) starting pid=45749 get_local_name count=3 /home/prd/bkp/ [Receiver] change_dir(/home/prd/bkp) generator starting pid=45749 delta-transmission enabled recv_generator(.,0) set modtime of . to (1484751636) Wed Jan 18 16:00:36 2017 recv_generator(.,1) r...
2009 Aug 18
1
prepending /cygdrive/c/ to source line
...g17/ note: iconv_open("CP1252", "CP1252") succeeded. (Client) Protocol versions: remote=30, negotiated=20 (Server) Protocol versions: remote=20, negotiated=20 Client is very old version of rsync, upgrade recommended. building file list ... server_recv(2) starting pid=5220 rsync: change_dir "/cygdrive/c/\\cagecfsu1.saifg.rbc.com\YCM0\ InternalCache\test_aug17" failed: No such file or directory (2) done -- View this message in context: http://www.nabble.com/prepending--cygdrive-c--to-source-line-tp25026780p25026780.html Sent from the Samba - rsync mailing list archive at Nab...
2019 Jun 20
0
Multiple errors from rsync - later 'soft' error raised rather than earlier 'hard' error.
...p/pearcey-user-dumps/home_intel.20190613.seq.1696 Recycling /backup/pearcey-user-dumps/home_intel.20190603.seq.1684.recycle to /backup/pearcey-user-dumps/home_intel.20190613.seq.1695 Rsync Folks, We recently encountered a case with rsync hitting what I regard as a 'hard' error (unable to change_dir to the source), but it did not immediately abort, but continued and went on to hit other errors (which I regard as soft) and returned the error code 23. Our backup suite continues after error 23, because it is common and usually not a problem. Here is selected output. rsync: change_dir "/...
2018 Dec 30
2
--partial does not "unhide" the files
.... "/shares/Storage/Bilder\ von\ Heikos\ Computer/" (9 args) msg checking charset: UTF-8 FILE_STRUCT_LEN=16, EXTRA_LEN=4 (Server) Protocol versions: remote=31, negotiated=31 (Client) Protocol versions: remote=31, negotiated=31 sending incremental file list [sender] change_dir(/home/heiko/Pictures) [sender] make_file(x,*,0) [sender] flist start=1, used=1, low=0, high=0 [sender] i=1 . x mode=0100644 len=0 uid=1000 gid=1000 flags=1005 send_file_list done [sender] flist_eof=1 file list sent send_files starting server_recv(2) starting pid=2198...
2018 Dec 30
0
--partial does not "unhide" the files
...\ von\ Heikos\ Computer/" (9 args) > msg checking charset: UTF-8 > FILE_STRUCT_LEN=16, EXTRA_LEN=4 > (Server) Protocol versions: remote=31, negotiated=31 > (Client) Protocol versions: remote=31, negotiated=31 > sending incremental file list > [sender] change_dir(/home/heiko/Pictures) > [sender] make_file(x,*,0) > [sender] flist start=1, used=1, low=0, high=0 > [sender] i=1 . x mode=0100644 len=0 uid=1000 gid=1000 flags=1005 > send_file_list done > [sender] flist_eof=1 > file list sent > send_files starting &...
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...ined with FD_OPEN.| +|@FD_OVERWRITE_PROMPT@|For save dialog only: prompt for a confirmation if a file will be overwritten.| +|@FD_FILE_MUST_EXIST@|For open dialog only: the user may only select files that actually exist.| +|@FD_MULTIPLE@|For open dialog only: allows selecting multiple files.| +|@FD_CHANGE_DIR@|Change the current working directory to the directory where the file(s) chosen by the user are.| +|@FD_PREVIEW@|Show the preview of the selected files (currently only supported by GTK using GTK+ 2.4 or later).| + + +*NB:* Previous versions of Widgets used @FD_CHANGE_DIR@ by default +under MS Windo...
2020 Jun 10
2
Delta-compression and --write-devices
...g output and the source code I suspect that the problem occurs because the delta-compression determines the size of the destination to be 0. I base that on the following diff of the rsync output: recv_file_list done -get_local_name count=1 /dev/dm-7 +get_local_name count=1 /root/file -[Receiver] change_dir(/dev) +[Receiver] change_dir(/root) -generator starting pid=2490 +generator starting pid=2486 delta-transmission enabled -recv_generator(dm-7,0) +recv_generator(file,0) -gen mapped dm-7 of size 0 *** +gen mapped file of size 64400243 generating and sending sums for 0 +count=8026 rem=7643 blength=80...
2010 Sep 28
1
How to mirror only specified directories
...ebuser/logs/rsync-log --include "/export/home/[internal|das|em|enf|itb|medtox|pml|psb|reg|whs]/htdocs/docs/*" --exclude "/*" /export/home/xterernal/htdocs/ webuser at appprod::dprweb_extranet This is failing with this message in the output. sending incremental file list rsync: change_dir "/export/home/xterernal/htdocs" failed: No such file or directory (2) Question A: Why was it looking at the "/export/home/xterernal/htdocs" directory. The external is one of the many directories I am trying to ignore. Question B: Where is it trying to change to the /export/h...
2013 Mar 01
2
Problems with directories containing spaces in name
....168.101.53:/Volumes/WD-Daten/XserveMirror/Satz/Akzidenzen 2012/" "/Volumes/PromiseRAID/Satz/Akzidenzen 2012" 2>&1 This one throws the following errors: rsync: link_stat "/Volumes/WD-Daten/XserveMirror/Satz/Akzidenzen" failed: No such file or directory (2) rsync: change_dir "/private/var/root//2012" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1588) [Receiver=3.0.9] Both pathes are correct and I could hunt the problem down to the space character between "Akzidenze...
2011 Sep 13
1
protect rule prevents file sending when in merge filter file?
...=<NULL> machine=<NULL> user=<NULL> path=/tmp/bbb/ cmd[0]=. cmd[1]=/tmp/bbb/ note: iconv_open("UTF-8", "UTF-8") succeeded. (Client) Protocol versions: remote=30, negotiated=30 (Server) Protocol versions: remote=30, negotiated=30 building file list ... [sender] change_dir(/tmp/aaa) [sender] make_file(.,*,0) [sender] make_file(file,*,2) [sender] make_file(x,*,2) [sender] make_file(x/file,*,2) done (b) [client] parse_filter_file(my.rules,10400,1) [client] add_rule(-sr /x/***) FILE_STRUCT_LEN=24, EXTRA_LEN=4 cmd=<NULL> machine=<NULL> user=<NULL> pat...
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called rsync once with --delete -d for every directory in which anything
2008 Sep 20
0
"No such file or directory" error!
How to solve "No such file or directory" error? Here's the output: >>> Starting rsync with rsync://192.168.0.25/gentoo-portage... >>> Checking server timestamp ... This is rsync[number].[country].gentoo.org. receiving file list ... rsync: change_dir "/metadata" (in gentoo-portage) failed: No such file or directory (2) done Number of files: 0 Number of files transferred: 0 Total file size: 0 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 5 Total bytes sent: 47 Total bytes receiv...
2010 May 08
0
--files-from= broken when run from cron?
...h contains one line at a time the location of all the .bsp files found in /home, here is a snippet from /tmp/tf2maplist: /home/user1/srcds_l/orangebox/tf/maps/cp_generator_b4b.bsp /home/user2/srcds_l/orangebox/tf/maps/cp_orange_n5_final.bsp When run from the root crontab this error occurs: rsync: change_dir "/root/home/user1/srcds_l/orangebox/tf/maps" failed: No such file or directory (2) How do i stop rsync from prepending /root/ to the front of every line when run from cron? Is this a bug with rsync, a stupid syntax error on my part or something else? Thanks for any help i've been ban...
2010 May 13
1
DO NOT REPLY [Bug 7426] New: --files-from= broken when run from crontab
...h contains one line at a time the location of all the .bsp files found in /home, here is a snippet from /tmp/tf2maplist: /home/user1/srcds_l/orangebox/tf/maps/cp_generator_b4b.bsp /home/user2/srcds_l/orangebox/tf/maps/cp_orange_n5_final.bsp When run from the root crontab this error occurs: rsync: change_dir "/root/home/user1/srcds_l/orangebox/tf/maps" failed: No such file or directory (2) How do i stop rsync from prepending /root/ to the front of every line when run from cron? Thanks! -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this...
2010 Oct 29
1
Multiple wildcards in source
..."/home/foobar/domains/example.com/public" "/home/cake/domains/mydomain.org/public" I need to use a single rsync command to sync "/home/*/domains/*" to another directory, but I'm really struggling on how to do this. rsync -arv '/home/*/domains/*' ~/ rsync: change_dir "/home/*/domains" failed: No such file or directory (2) I've been looking at doing it another way, using something mad such as: rsync -arv --exclude='*' --include='*/domains/*' home ~/ But this still copies every file under /home Is this possible to do? Regards Al...
2013 Oct 03
0
Automatic boot menu?
...ir); + buf->st_mode=S_IFDIR; + buf->st_size=0; + return 0; + } + if (fstat (fd, buf) == -1) { + int err = errno; + close (fd); + errno = err; + return -1; + } + close (fd); + return 0; +} + +/* +** This function changes the working (current) directory +*/ +static int change_dir (lua_State *L) { + const char *path = luaL_checkstring(L, 1); + if (chdir(path)) { + lua_pushnil (L); + lua_pushfstring (L,"Unable to change working directory to '%s'\n%s\n", + path, chdir_error); +...