search for: rltgod

Displaying 6 results from an estimated 6 matches for "rltgod".

Did you mean: rlptgod
2020 Mar 28
2
Rsync to Network Share works from cmd but fails from Scheduled Task
...Command line that works is bash command to call the C program under Administrator login. Scheduled task built as Administrator with or without highest privileges fails. Tried Cron entry built under Administrator and it fails. Here is the Rsync command (abbreviated) called by the C program: rsync -rltgoD --chmod=Du+w,u+r,u+x -e "ssh -p 33222 -i \"/cygdrive/c/Users/administrator/.ssh/id_rsa\"" --stats --files-from=/... -vv --exclude-from=/.... <usr>@remote:/<remote_loc> /cygdrive/q/restores Note: q is the mapped drive to the NAS share. So, what can be done to track...
2013 Feb 05
1
Destination file a lot larger then source (real size)
...t ls -alh mypst.pst -rw-rw---- 1 root root 8.9G Jan 25 17:07 mypst.pst # Permissions here are fine, disregard Real file size is almost double size! Extra info: Source dir is an xfs partition The NFS mount is also xfs on the NFS server NFSv4 Full cmdline for the daily backup: /usr/bin/rsync -rltgoD --no-perms --no-owner --no-group --delete <src> <dest> For the testing purposes, I've tried doing: rsync /srcdir/mypst.pst /nfsmount/mypst.pst and the result is the same: du reports 17 gigs, and ls -alh reports 8.9 Is there any way around this? -------------- next part -----------...
2020 Apr 02
1
Rsync to Network Share works from cmd but fails from Scheduled Task
...gt; > Administrator login. > > Scheduled task built as Administrator with or without highest privileges > > fails. > > Tried Cron entry built under Administrator and it fails. > > > > Here is the Rsync command (abbreviated) called by the C program: > > rsync -rltgoD --chmod=Du+w,u+r,u+x -e "ssh -p 33222 -i > > \"/cygdrive/c/Users/administrator/.ssh/id_rsa\"" --stats > --files-from=/... > > -vv --exclude-from=/.... <usr>@remote:/<remote_loc> /cygdrive/q/restores > > > > Note: q is the mapped drive to t...
2020 Mar 30
0
Rsync to Network Share works from cmd but fails from Scheduled Task
...mand to call the C program under > Administrator login. > Scheduled task built as Administrator with or without highest privileges > fails. > Tried Cron entry built under Administrator and it fails. > > Here is the Rsync command (abbreviated) called by the C program: > rsync -rltgoD --chmod=Du+w,u+r,u+x -e "ssh -p 33222 -i > \"/cygdrive/c/Users/administrator/.ssh/id_rsa\"" --stats --files-from=/... > -vv --exclude-from=/.... <usr>@remote:/<remote_loc> /cygdrive/q/restores > > Note: q is the mapped drive to the NAS share. > >...
2008 Nov 04
1
Behaviour of /./ in from file on version 3.0.4
...tter, and create the from file using the drive letter that was exposed). Since I don't want the data to be kept in the backups as part of H (the drive letter could change), I used the /./ to drop the exposure of the H drive. It worked great under version 2.6.8. Here?s the rsync call rsync -rltgoD --delete --partial-dir=./rsync_partial --chmod=Du+w,u+r,u+x -e "ssh ?p22 -i \"/cygdrive/c/Documents and Settings/Administrator/.ssh/id_dsa\"" --stats --files-from=<x> the from file <x> contains (samples) /cygdrive/H/./c_projects/ /cygdrive/H/./documents/ /cygd...
2017 Jul 28
2
Help - rsync runs from command line, fails from task scheduler, hangs at msg checking charset: UTF-8
...g charset: UTF-8" until the timeout. I have upped the timeout to 3000 with the same result. The scheduled task is run as administrator, with run with highest privileges checked. contents of test.bat:rsync --log-format="%1i %t %b of %l transferred for %f" --progress --timeout=300 -rltgoD --delete --partial-dir=./rsync_partial --chmod=Du+w,u+r,u+x -e "ssh -p 31122 -i \"/cygdrive/c/Users/administrator/.ssh/id_rsa\"" --stats --files-from=/cygdrive/d/WorkingDIr/c_from_file.dat -vvvvvvvv --exclude-from=/cygdrive/d/WorkingDIr/c_exc_file.dat / systemID at systemID.Web...