rsync security and regression updates

2025-01-16 Thread der.hans via PLUG-discuss
moin moin, several rsync security updates were announced, including privilege escalation. Most are if you run the rsync daemon, but the last two look like they're client. Also, there was a regression in the fix ( at least on debian ) and now there's a new release tod

Re: rsync

2024-11-13 Thread Michael via PLUG-discuss
That worked! Thanks for the assistance. On Wed, Nov 13, 2024 at 1:49 AM Phil Waclawski wrote: > rsync -av /path/to/files/*.jpg /target/folder/ > > assuming all the files end in lowercase jpg > /dev/sdc1 should be mounted on a directory somewhere, so use that as your > /path/t

rsync

2024-11-12 Thread Michael via PLUG-discuss
how do you rsync only JPG files from /dev/sdc1 to a drive labled Photos1? ai is copying everything or nothing. -- :-)~MIKE~(-: --- PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings

Re: rsync

2024-11-12 Thread Phil Waclawski via PLUG-discuss
rsync -av /path/to/files/*.jpg /target/folder/ assuming all the files end in lowercase jpg /dev/sdc1 should be mounted on a directory somewhere, so use that as your /path/to/files/ Phil W On Tue, Nov 12, 2024 at 11:32 PM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org>

Re: rsync advice:

2024-09-14 Thread Arun Khan via PLUG-discuss
On Fri, Sep 13, 2024 at 10:54 AM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > chatgpt is telling me to rsync with... > > sudo rsync -aAXv --delete > --exclude={"/home/bmike1/.cache","/home/bmike1/.local/share/Trash"} /home/ > /m

rsync advice:

2024-09-13 Thread Michael via PLUG-discuss
chatgpt is telling me to rsync with... sudo rsync -aAXv --delete --exclude={"/home/bmike1/.cache","/home/bmike1/.local/share/Trash"} /home/ /media/$USER/rsync/ and to restore with: sudo rsync -aAXv --delete --exclude={"/home/bmike1/.cache","/home/bmike1/.loc

re: How to rsync to a chromebook with linux?

2019-11-29 Thread James Crawford
rsync options [from] [to] If you are running it on the chromebook then the from will be your desktop rsynce -avH --progress 192.168.0.??:/home/joe/bin /home/upquick/bin or from the chromebook cd /home/upquick/bin scp -r joe@192.168.0.??:bin . Since its the first time then there won't be

How to rsync to a chromebook with linux?

2019-11-28 Thread Joe Lowder
l I can do now with Linux on this Chromebook running *simultaneously* with the chrome os. However, I have not yet been able to find the magic syntax to rsync files from my current Linux system to this new Chromebook. When I tap on the Linux icon on the shelf the Chromebook opens to a black screen

Re: rsync permission denied

2019-01-30 Thread Bob Elzer
is seagate mounted ? is it write protected ? On Wed, Jan 30, 2019, 7:52 AM > rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/Seagate > > rsync: mkdir "/media/bmike1/Seagate" failed: Permission denied (13) > Mike, this suggests that whatever user is logi

Re: rsync permission denied

2019-01-30 Thread kitepilot
rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/Seagate rsync: mkdir "/media/bmike1/Seagate" failed: Permission denied (13) Mike, this suggests that whatever user is login in to the remote box doesn't have the rights to 'mkdir /media/bmike1/Seagate'

Re: rsync permission denied

2019-01-30 Thread kitepilot
the local box? What directories are you rsync(ing). Whatever the answer is, I'll bet you dollars to donuts that you have a 'user error'... ;-) ET Michael writes: I was trying to backup my system for the first time and rsync is throwing a permission denied error up. Did s

Re: rsync permission denied

2019-01-30 Thread Michael
rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/Seagate rsync: mkdir "/media/bmike1/Seagate" failed: Permission denied (13) rsync error: error in file IO (code 11) at main.c(675) [Receiver=3.1.2] On Wed, Jan 30, 2019 at 8:25 AM Snyder, Alexander J < a...@mister

Re: rsync permission denied

2019-01-30 Thread Snyder, Alexander J
What is the exact text of the error? What are the existing permissions of what you're trying to backup? Thanks, Alexander. Sent from my Samsung Galaxy S8+ On Wed, Jan 30, 2019, 05:28 Michael I was trying to backup my system for the first time and rsync is throwing > a permission deni

rsync permission denied

2019-01-30 Thread Michael
I was trying to backup my system for the first time and rsync is throwing a permission denied error up. Did something change with rsync or is this a user error? How do I fix it? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss

RE: sleep and rsync

2019-01-03 Thread Carruth, Rusty
rsync there are two different things. screen saver and power management. power management will put the computer in suspend mode which will copy memory to a buffer then put the system into a very low power mode waiting to be woke up after wich it will copy the buffer back to memory and resume where

Re: sleep and rsync

2019-01-02 Thread Michael
aking up from suspend mode. > > hope this helps > > > On Tue, Jan 1, 2019, 5:34 PM Michael >> , doesn't work. Oh well, all use the media player because when that is >> playing it does not go off >> >> On Tue, Jan 1, 2019, 18:33 David Lopez > >&g

Re: sleep and rsync

2019-01-02 Thread Bob Elzer
at is > playing it does not go off > > On Tue, Jan 1, 2019, 18:33 David Lopez >> keep computer on by simply using the linux (ubuntu) timer on until rsync >> is finished. >> >>settings-->power-->power saving=="never" >> >> this is a time

Re: sleep and rsync

2019-01-01 Thread Michael
, doesn't work. Oh well, all use the media player because when that is playing it does not go off On Tue, Jan 1, 2019, 18:33 David Lopez keep computer on by simply using the linux (ubuntu) timer on until rsync > is finished. > >settings-->power-->power saving=="neve

Re: sleep and rsync

2019-01-01 Thread David Lopez
keep computer on by simply using the linux (ubuntu) timer on until rsync is finished. settings-->power-->power saving=="never" this is a time set at 3 minutes - change it to an hour or more until rsync is done. david lopez On Tue, Jan 1, 2019 at 4:25 PM David Lopez wrote:

Re: sleep and rsync

2019-01-01 Thread David Lopez
keep computer on by simply using the linux (ubuntu) on until rsync is finished. settings-->power-->power saving==never this is a time set at 3 minutes - change it to an your or more until rsync is done. david lopez On Tue, Jan 1, 2019 at 1:33 PM Michael wrote: > how does one m

Re: sleep and rsync

2019-01-01 Thread Michael
how does one make it so the computer will not go to sleep? On Tue, Jan 1, 2019 at 1:26 PM der.hans wrote: > Am 01. Jan, 2019 schwätzte Michael so: > > moin moin, > > your computer effectively turns off when it goes to sleep. > > tcp connections such as rsync might cont

Re: sleep and rsync

2019-01-01 Thread der.hans
Am 01. Jan, 2019 schwätzte Michael so: moin moin, your computer effectively turns off when it goes to sleep. tcp connections such as rsync might continue if you bring the computer out of sleep soon enough. Most likely you'll have to restart the rsync as the tcp connections will have time

sleep and rsync

2019-01-01 Thread Michael
I run rsync and sometimes the computer goes to sleep while I'm running it (or at least the screen goes black and I need to reenter the pass word). What happens to rsync when it goes to sleep? Like does it continue to run or is it suspended? Do I need to ^C the thing and restart it or does it

Re: rsync problem

2018-09-27 Thread Michael
thanks Matt. I ignored the squirrel this time! disk not plugged in. there is a seagate expansion drive directory in /media. after further investigation it seems rsync backed the seagate expansion drive to /media and not to /media/Seagate\ Expansion\ Drive. Would you say rmdir and things should

ADD? NO! not me!!! (was RE: rsync problem)

2018-09-27 Thread Carruth, Rusty
Well, my Dr says I have ADD, but I think he's wrong because - HEY, look at that rabbit! -Original Message- Subject: Re: rsync problem ... (Sometimes, I think people don't read the stuff I write... is it horrible mail clients, spam filtering, short attention spans, or

Re: rsync problem

2018-09-27 Thread Matt Graham
: what about running the rsync command [as] root? Bob, the problem as shown in the parts of the message above marked with >>> is that the automounter put the disk /dev/sdc1 on "/media/bmike1/Seagate Expansion Drive1" instead of "/media/bmike1/Seagate Expansion Drive".

Re: rsync problem

2018-09-27 Thread Bob Elzer
what about running the rsync command from root? if you know the root password, you can sudo to root and run the rsync command and it should be able to accomplish any reads and writes On Thu, Sep 27, 2018, 3:01 PM Matt Graham wrote: > >>>> /dev/sdc1 on /media/bmike1/Seagate E

Re: rsync problem

2018-09-27 Thread Matt Graham
/dev/sdc1 on /media/bmike1/Seagate Expansion Drive1 type fuseblk bmike1@MikesBeast ~ $ ls -l /media/bmike1 drwxr-xr-x 3 root   root   4096 Sep 25 19:16 Seagate Expansion Drive drwxrwxrwx 1 bmike1 bmike1 4096 Sep 25 19:57 Seagate Expansion Drive1 Have a good look at the ls -l output and the outpu

Re: rsync problem

2018-09-27 Thread Michael
only recommend using a new drive to store backups on. >>> >>> >>> >>> On Wed, Sep 26, 2018, 3:04 PM Matt Graham wrote: >>> >>>> On 2018-09-26 14:41, Michael wrote: >>>> >> On Wed, Sep 26, 2018 at 5:27 PM Matt Graha

Re: rsync problem

2018-09-26 Thread Bob Elzer
> >> >> On Wed, Sep 26, 2018, 3:04 PM Matt Graham wrote: >> >>> On 2018-09-26 14:41, Michael wrote: >>> >> On Wed, Sep 26, 2018 at 5:27 PM Matt Graham >>> >> wrote: >>> >>>> On Tue, Sep 25, 2018 at 4:20 PM Michael wr

Re: rsync problem

2018-09-26 Thread Michael
ing a new drive to store backups on. > > > > On Wed, Sep 26, 2018, 3:04 PM Matt Graham wrote: > >> On 2018-09-26 14:41, Michael wrote: >> >> On Wed, Sep 26, 2018 at 5:27 PM Matt Graham >> >> wrote: >> >>>> On Tue, Sep 25, 2018 at 4:20

Re: rsync problem

2018-09-26 Thread Bob Elzer
wrote: > >>>> On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: > >>> bmike1@MikesBeast ~ $ rsync -aWuq --delete-before > >>> /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" > >>> rsync: mkdir "/media/bmike1/Seagate Expa

Re: rsync problem

2018-09-26 Thread Matt Graham
On 2018-09-26 14:41, Michael wrote: On Wed, Sep 26, 2018 at 5:27 PM Matt Graham wrote: On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" rsync: mkdir "/media/bmike1/Se

Re: rsync problem

2018-09-26 Thread Michael
PREC=0x00 TTL=1 ID=0 PROTO=2 > [109961.270941] [UFW BLOCK] IN=enp2s0 OUT= > MAC=01:00:5e:00:00:01:b0:93:5b:2d:f4:28:08:00 SRC=192.168.2.1 DST=224.0.0.1 > LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 > bmike1@MikesBeast ~ $ > > > On Wed, Sep 26, 2018 at 5:27 PM Matt Graham wrote: >

Re: rsync problem

2018-09-26 Thread Michael
2018 at 5:27 PM Matt Graham wrote: > > On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: > >> bmike1@MikesBeast ~ $ rsync -aWuq --delete-before > >> /home/bmike1/Documents > >> /media/bmike1/"Seagate Expansion Drive" > >> rsync: mkdir "/media/

Re: rsync problem

2018-09-26 Thread Matt Graham
On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" rsync: mkdir "/media/bmike1/Seagate Expansion Drive" failed: Permission denied (13) I never had this problem

Re: rsync problem

2018-09-25 Thread Michael
t; > On Sep 25, 2018, at 5:20 PM, Michael wrote: >> >> I never had this problem before. What does it mean? >> >> bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents >> /media/bmike1/"Seagate Expansion Drive" >> rsync:

Re: rsync problem

2018-09-25 Thread Kevin Fries
Probably means you dont have the permissions to do a delete on the source file Kevin ⁣Sent from BlueMail ​ On Sep 25, 2018, 5:20 PM, at 5:20 PM, Michael wrote: >I never had this problem before. What does it mean? > >bmike1@MikesBeast ~ $ rsync -aWuq --delete-before >/home/bmik

Re: rsync problem

2018-09-25 Thread Michael
es it mean? >> >> bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents >> /media/bmike1/"Seagate Expansion Drive" >> rsync: mkdir "/media/bmike1/Seagate Expansion Drive" failed: Permission >> denied (13) >> >> >> -- &g

Re: rsync problem

2018-09-25 Thread Michael
could it mean my drive is dieing? On Tue, Sep 25, 2018 at 7:19 PM, Michael wrote: > I never had this problem before. What does it mean? > > bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents > /media/bmike1/"Seagate Expansion Drive" > rsync: mkd

Re: rsync problem

2018-09-25 Thread Anthony Radzykewycz
Maybe the owner of the drive is root On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: > I never had this problem before. What does it mean? > > bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents > /media/bmike1/"Seagate Expansion Drive" > rsync: mkd

rsync problem

2018-09-25 Thread Michael
I never had this problem before. What does it mean? bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" rsync: mkdir "/media/bmike1/Seagate Expansion Drive" failed: Permission denied

Re: rsync

2017-09-23 Thread Michael
;> >> gparted says the device is on sda1 >> >> On Fri, Sep 22, 2017 at 12:14 PM, Carruth, Rusty < >> rusty.carr...@smartm.com> wrote: >> >>> Try fsck –f (for force). If the filesystem is marked clean and some >>> other stuff it won’t run the te

Re: rsync

2017-09-22 Thread Eric Oyen
...@lists.phxlinux.org] On Behalf > Of Michael > Sent: Friday, September 22, 2017 5:15 AM > To: Main PLUG discussion list > Subject: Re: rsync > > > > $ sudo fsck /dev/sdc1 > > fsck from util-linux 2.27.1 > > $ > > > > isn't it suppo

Re: rsync

2017-09-22 Thread Michael
t; >> >> *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On >> Behalf Of *Michael >> *Sent:* Friday, September 22, 2017 5:15 AM >> *To:* Main PLUG discussion list >> *Subject:* Re: rsync >> >> >> >> $ sudo fsck /dev/sdc1

Re: rsync

2017-09-22 Thread Michael
> *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On > Behalf Of *Michael > *Sent:* Friday, September 22, 2017 5:15 AM > *To:* Main PLUG discussion list > *Subject:* Re: rsync > > > > $ sudo fsck /dev/sdc1 > > fsck from util-linux 2.27.1 > &

RE: rsync

2017-09-22 Thread Carruth, Rusty
Try fsck –f (for force). If the filesystem is marked clean and some other stuff it won’t run the test, IIRC. From: PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] On Behalf Of Michael Sent: Friday, September 22, 2017 5:15 AM To: Main PLUG discussion list Subject: Re: rsync

Re: rsync

2017-09-22 Thread Michael
$ sudo fsck /dev/sdc1 fsck from util-linux 2.27.1 $ isn't it supposed to give a code of some sort? Here is a mall snippet of the errors it gives when trying to rsync to the drive: rsync: readlink_stat("/media/bmike1/Seagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465

Re: rsync

2017-09-07 Thread Michael
PM, Michael wrote: >>>>> >>>>>> interesting. I recovered some files using tesstdisk. I tried to >>>>>> delete them and some of the wouldn't die (the ones I'm having problems >>>>>> with). My google for the swol

Re: rsync

2017-09-07 Thread Michael
ed to >>>>> delete them and some of the wouldn't die (the ones I'm having problems >>>>> with). My google for the swolution suggested I chown but that gave a >>>>> similar error: >>>>> >>>>> $ sudo chown bm

Re: rsync

2017-09-07 Thread Michael
ed to >>>> delete them and some of the wouldn't die (the ones I'm having problems >>>> with). My google for the swolution suggested I chown but that gave a >>>> similar error: >>>> >>>> $ sudo chown bmike1 -R recup_dir.465/ >>>

Re: rsync

2017-09-07 Thread Michael
'recup_dir.465/f46038464.elf': Input/output >>> error >>> >>> >>> >>> >>> On Thu, Sep 7, 2017 at 5:49 PM, Michael wrote: >>> >>>> I forgot to mention I deleted those files on the source disk. This i >>>>

Re: rsync

2017-09-07 Thread Michael
; >> On Thu, Sep 7, 2017 at 5:49 PM, Michael wrote: >> >>> I forgot to mention I deleted those files on the source disk. This i the >>> command I'm issuing: >>> >>> rsync -aWuq --delete-before /home/bmike1/Documents >>> /media/bmik

Re: rsync

2017-09-07 Thread Stephen Partington
7 at 5:49 PM, Michael wrote: > >> I forgot to mention I deleted those files on the source disk. This i the >> command I'm issuing: >> >> rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate >> Expansion Drive" >> >> &

Re: rsync

2017-09-07 Thread Michael
nership of 'recup_dir.465/f46038464.elf': Input/output error On Thu, Sep 7, 2017 at 5:49 PM, Michael wrote: > I forgot to mention I deleted those files on the source disk. This i the > command I'm issuing: > > rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1

Re: rsync

2017-09-07 Thread Michael
I forgot to mention I deleted those files on the source disk. This i the command I'm issuing: rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" On Thu, Sep 7, 2017 at 5:36 PM, James Dugger wrote: > You potentially have corrupt file

Re: rsync

2017-09-07 Thread James Dugger
You potentially have corrupt files or problems with your disk. Use the fsck command to check files/file system and smartctl command to check the disk On Sep 7, 2017 4:52 AM, "Michael" wrote: > I get the following errors. How do I stop it? > $ rsync -aWuq --delete-before /home/

rsync

2017-09-07 Thread Michael
I get the following errors. How do I stop it? $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" rsync: readlink_stat("/media/bmike1/Seagate Expansion Drive/Documents/Programs/file recovery/recup_dir.465/f46038464.elf") failed: Input/ou

rsync error

2017-08-26 Thread Michael
Last night I was backing up my system. It seemed to be taking a long time so I just went to bed. I got up in the morning and the drive wasn't flashing but the terminal wasn't waiting for a new command. so I pressed cntrl-c. Suddenly a bunch of errors printed up with the following err

Re: Rsync ran like 30-40 minutes

2017-04-29 Thread Brian Cluff
s an >>>>>> ext2/ext3/ext4 >>>>>> filesystem (and not swap or ufs or something else), then the >superblock >>>>>> is corrupt, and you might try running e2fsck with an alternate >>>>>> superblock: >>>&

Re: Rsync ran like 30-40 minutes

2017-04-29 Thread Michael
;>>> e2fsck -b 32768 >>>>> $ sudo fsck /dev/sdd1 >>>>> fsck from util-linux 2.20.1 >>>>> fsck.fat 3.0.26 (2014-03-07) >>>>> 0x41: Dirty bit is set. Fs was not properly unmounted and some data >>>>> may be corru

Re: Rsync ran like 30-40 minutes

2017-04-29 Thread Brian Cluff
f *Michael *Sent:* Friday, April 28, 2017 4:41 PM *To:* PLUG *Subject:* Rsync ran like 30-40 minutes this is what happened in that time: $ rsync -aWuq --delete-before --progress /

Re: Rsync ran like 30-40 minutes

2017-04-29 Thread Bob Elzer
Can an admin of the mailing list please delete these posts with the personal private information. Anyone replying to this topic, please remove the quoted text with the private info. Michael, please be careful when you post things like this. As for the problem, I really think you would be better

Re: Rsync ran like 30-40 minutes

2017-04-29 Thread Michael
as not properly unmounted and some data may >>>> be corrupt. >>>> 1) Remove dirty bit >>>> 2) No action >>>> ? ^C >>>> >>>> bmike1@MikesBeast ~ $ sudo fsck /dev/sdd1 >>>> fsck from util-linux 2.20.1 >>>> e

Re: Rsync ran like 30-40 minutes

2017-04-29 Thread Michael
ome data may >>> be corrupt. >>> 1) Remove dirty bit >>> 2) No action >>> ? ^C >>> >>> bmike1@MikesBeast ~ $ sudo fsck /dev/sdd1 >>> fsck from util-linux 2.20.1 >>> e2fsck 1.42.9 (4-Feb-2014) >>> fsck.ext2: No such fi

Re: Rsync ran like 30-40 minutes

2017-04-28 Thread Michael
; Possibly non-existent device? >> >> >> On Fri, Apr 28, 2017 at 7:43 PM, Carruth, Rusty > > wrote: >> >>> What does fsck say? >>> >>> >>> >>> *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On >>&

Re: Rsync ran like 30-40 minutes

2017-04-28 Thread Michael
> > > On Fri, Apr 28, 2017 at 7:43 PM, Carruth, Rusty > wrote: > >> What does fsck say? >> >> >> >> *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On >> Behalf Of *Michael >> *Sent:* Friday, April 28, 2017 4:41 PM >

Re: Rsync ran like 30-40 minutes

2017-04-28 Thread Michael
/dev/sdd1 Possibly non-existent device? On Fri, Apr 28, 2017 at 7:43 PM, Carruth, Rusty wrote: > What does fsck say? > > > > *From:* PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] *On > Behalf Of *Michael > *Sent:* Friday, April 28, 2017 4:41 PM > *To:* PLU

RE: Rsync ran like 30-40 minutes

2017-04-28 Thread Carruth, Rusty
What does fsck say? From: PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] On Behalf Of Michael Sent: Friday, April 28, 2017 4:41 PM To: PLUG Subject: Rsync ran like 30-40 minutes this is what happened in that time: $ rsync -aWuq --delete-before --progress /home/bmike1/Documents

Rsync ran like 30-40 minutes

2017-04-28 Thread Michael
this is what happened in that time: $ rsync -aWuq --delete-before --progress /home/bmike1/Documents /media/bmike1/GORILLA64 ^C rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(632) [sender=3.1.0] rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at io.c(521

rsync

2017-03-24 Thread Michael
rsync: mkstemp "/media/bmike1/GORILLA64/Documents/Business/Photography/PropertyPhotographing/.NewServiceOffered:AeriialPhotography.HDX8Kp" failed: Invalid argument (22) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.0] W

Re: rsync

2017-03-19 Thread kitepilot
You have a permissions problem on your destination path. rsync errors will be reported regardless of where you redirect them too. PIPESTATUS will contain the exit code from rsync. If it is zero (0) GOOD will print, otherwise it will not. The question is what code is rsync exiting with. Regardless

rsync

2017-03-18 Thread Michael
Will the command: ( rsync -aWu --delete-before --progress /home/bmike1/Documents /media/bmike1/GORILLA64 2>&1 | tee RsyncErrorLog && exit $PIPESTATUS ) && echo GOOD Prevent the following rsync error from appearing but put it into the file 'RsyncErrorLog'? or

Re: rsync

2017-01-15 Thread Kevin Fries
chael" wrote: > I know what the problem is. i have a 'q' flag in it! > > On Sun, Jan 15, 2017 at 10:03 AM, Stephen Partington > wrote: > >> Try a - v or - - progress >> >> On Jan 15, 2017 8:01 AM, "Michael" wrote: >> >>>

Re: rsync

2017-01-15 Thread Michael
I know what the problem is. i have a 'q' flag in it! On Sun, Jan 15, 2017 at 10:03 AM, Stephen Partington wrote: > Try a - v or - - progress > > On Jan 15, 2017 8:01 AM, "Michael" wrote: > >> I was wondering if there was a way to see the progress of

Re: rsync

2017-01-15 Thread Stephen Partington
Try a - v or - - progress On Jan 15, 2017 8:01 AM, "Michael" wrote: > I was wondering if there was a way to see the progress of an rsync command > so I searched the man page and found '--progress'. So I included that into > my command and the output doesn't s

rsync

2017-01-15 Thread Michael
I was wondering if there was a way to see the progress of an rsync command so I searched the man page and found '--progress'. So I included that into my command and the output doesn't seem to look like it is supposed to. Would someone look at my command and tell me if I messed

Re: More rsync

2017-01-02 Thread Michael
thanks Brian. On Mon, Jan 2, 2017 at 10:19 PM, Brian Cluff wrote: > You should just have to run your rsync command as usual as long as the new > drive mounts as GORILLA64. Even if you didn't get it copied over there > correctly the rsync command will correct anything that isn

Re: More rsync

2017-01-02 Thread Brian Cluff
You should just have to run your rsync command as usual as long as the new drive mounts as GORILLA64. Even if you didn't get it copied over there correctly the rsync command will correct anything that isn't quite right, which it already should be. Brian Cluff On 01/02/2017 04:29 P

More rsync

2017-01-02 Thread Michael
So I think that drive died on me.So I went out and bought a new one. I wasn't thinking and I just copied one of the folders I want to use rsync on to the new drive. My question is (which I don't think I'll need to do) will the following command just copy Documents to the gorilla

Re: Problem with rsync

2017-01-02 Thread Michael
FAT16 or 32 what is the difference google it the maximum size is 32GB. So that is why I got the errors. Well apparently the ntfs format worked it was the ntfsck that balked. Any ideas on how to get it to work? --- PLUG-discuss mailing list

Re: Problem with rsync

2017-01-02 Thread Michael
Bummer... that didn't work: $ sudo ntfsck /dev/sdc Boot sector: Bad jump. Boot sector: Bad NTFS magic. sectors_per_cluster (216) is not a power of 2. Attribute (0xbd58c437) is larger than FILE record at offset 21297264072 (0x4f56a75c8). Loading $MFT runlist failed. Trying $MFTMirr. Failed to read

Re: Problem with rsync

2017-01-01 Thread Michael
thanks. I no longer have access to the machine in question. I'll take care of it in the morning. Is installing ntfs-3g merely a simple apt command? On Sun, Jan 1, 2017 at 6:49 PM, Matt Graham wrote: > On 2017-01-01 16:34, Michael wrote: > >> $ sudo fsck.ntfs /dev/sdc >> sudo: fsck.ntfs: comm

Re: Problem with rsync

2017-01-01 Thread Matt Graham
On 2017-01-01 16:34, Michael wrote: $ sudo fsck.ntfs /dev/sdc sudo: fsck.ntfs: command not found $ sudo fsck.vfat /dev/sdc fsck.fat 3.0.26 (2014-03-07) Currently, only 1 or 2 FATs are supported, not 251. Provided that you have ntfs-3g installed, the fsck for ntfs is called ntfsck instead of fs

Re: Problem with rsync

2017-01-01 Thread Michael
, not 251. On Sun, Jan 1, 2017 at 5:55 PM, Michael wrote: > Thanks I decided to reformat it and rsync it all again. And it isn't > giving me any errors (yet). I am formatting it ntfs. Can I do fsck.ntfs or > would I just do ...vfat? What about for a reminder? Could I put, "rsy

Re: Problem with rsync

2017-01-01 Thread Michael
Thanks I decided to reformat it and rsync it all again. And it isn't giving me any errors (yet). I am formatting it ntfs. Can I do fsck.ntfs or would I just do ...vfat? What about for a reminder? Could I put, "rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/SDULTRA6

Re: Problem with rsync

2017-01-01 Thread Sesso
irectories and files have are >>> locked but I can still access them. Then when I back out of the directory >>> the lock is gone and then back in and the pictures are no longer locked. >>> >>> On Sun, Jan 1, 2017 at 5:07 PM, Matt Graham wrote: >

Re: Problem with rsync

2017-01-01 Thread Matt Graham
On 2017-01-01 15:29, Michael wrote: sudo fsck -p /media/bmike1/SDULTRA64 This is not correct. You run fsck on the device, not the mount point. Find out what the device node is (probably /dev/sdX1 where X is a lowercase letter which is not a. Try "ls -l /dev/disk/by-label/" to get a listin

Re: Problem with rsync

2017-01-01 Thread Michael
gt;> the lock is gone and then back in and the pictures are no longer locked. >>> >>> On Sun, Jan 1, 2017 at 5:07 PM, Matt Graham >>> wrote: >>> >>>> On Jan 1, 2017, at 2:54 PM, Michael wrote: >>>>> >>>>>> $ rsync

Re: Problem with rsync

2017-01-01 Thread Michael
On Sun, Jan 1, 2017 at 5:07 PM, Matt Graham wrote: >> >>> On Jan 1, 2017, at 2:54 PM, Michael wrote: >>>> >>>>> $ rsync -aWuq --delete-before /home/bmike1/Documents >>>>> /media/bmike1/SDULTRA64 >>>>> rsync: mkstemp "/media

Re: Problem with rsync

2017-01-01 Thread Michael
out of the directory > the lock is gone and then back in and the pictures are no longer locked. > > On Sun, Jan 1, 2017 at 5:07 PM, Matt Graham wrote: > >> On Jan 1, 2017, at 2:54 PM, Michael wrote: >>> >>>> $ rsync -aWuq --delete-before /home/bmike1/Document

Re: Problem with rsync

2017-01-01 Thread Michael
17, at 2:54 PM, Michael wrote: >> >>> $ rsync -aWuq --delete-before /home/bmike1/Documents >>> /media/bmike1/SDULTRA64 >>> rsync: mkstemp "/media/bmike1/SDULTRA64/Documents/ComputerInstructions/. >>> Reinstall-Desktop.txt.m7GSdf" failed: Read-o

Re: Problem with rsync

2017-01-01 Thread Matt Graham
On Jan 1, 2017, at 2:54 PM, Michael wrote: $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/SDULTRA64 rsync: mkstemp "/media/bmike1/SDULTRA64/Documents/ComputerInstructions/. Reinstall-Desktop.txt.m7GSdf" failed: Read-only file system (30) On 2017-01-01 14:59, S

Re: Problem with rsync

2017-01-01 Thread Michael
t; Jason > > Sent from my iPhone > > On Jan 1, 2017, at 2:54 PM, Michael wrote: > > I run the command: > $ rsync -aWuq --delete-before /home/bmike1/Documents > /media/bmike1/SDULTRA64 > and Most everything on my system backed up but this is it's complaint:

Re: Problem with rsync

2017-01-01 Thread Sesso
What are the outputs of the command "mount"? Are they (rw)? Jason Sent from my iPhone > On Jan 1, 2017, at 2:54 PM, Michael wrote: > > I run the command: > $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/SDULTRA64 > and Most everything on my sys

Problem with rsync

2017-01-01 Thread Michael
I run the command: $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/SDULTRA64 and Most everything on my system backed up but this is it's complaint: rsync: mkstemp "/media/bmike1/SDULTRA64/Documents/ComputerInstructions/.Reinstall-Desktop.txt.m7GSdf" failed:

Re: rsync`

2016-10-10 Thread Michael
It was mounted. I labled it as Kingston64 but mlabel turned it into KINGSTON64. My rsync command had it as Kingston until I realized mlabel had capitalized everything. On Tue, Oct 11, 2016 at 12:51 AM, Brien Dieterle wrote: > Ah, so it wasn't mounted. . . where you thought it was ;-)

Re: rsync`

2016-10-10 Thread Brien Dieterle
M, Michael wrote: >> >>> It's mounted. Otherwise the mlabel command would have failed. >>> >>> $ ls /media/bmike1 >>> KINGSTON64 >>> >>> >>> On Mon, Oct 10, 2016 at 9:30 PM, Brien Dieterle >>> wrote: >>> >&

Re: rsync`

2016-10-10 Thread Michael
2016 at 10:54 PM, Michael wrote: > >> It's mounted. Otherwise the mlabel command would have failed. >> >> $ ls /media/bmike1 >> KINGSTON64 >> >> >> On Mon, Oct 10, 2016 at 9:30 PM, Brien Dieterle wrote: >> >>> I don't think your

Re: rsync`

2016-10-10 Thread Michael
k your sdcard is even mounted. Try this: >> http://www.pkill-9.com/mount-usb-micro-sd-card-linux-automount/ >> >> Also, until you are confident it is configured correctly, you should >> really use -n (or --dry-run) for rsync so you don't accidentally... oh, >>

  1   2   3   >