Re: [gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-05 Thread Dale
Frank Steinmetzger wrote: > Am Fri, Sep 02, 2022 at 03:35:56AM -0500 schrieb Dale: > >> time rsync -auv --progress --delete /home/dale/Desktop/Crypt/Video/* >> /mnt/10tb/Video/ > A little OT, but still related: > Instead of -v, give -i a try. -v only shows you the path of synced files. In > additio

Re: [gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-03 Thread Frank Steinmetzger
Am Fri, Sep 02, 2022 at 03:35:56AM -0500 schrieb Dale: > time rsync -auv --progress --delete /home/dale/Desktop/Crypt/Video/* > /mnt/10tb/Video/ A little OT, but still related: Instead of -v, give -i a try. -v only shows you the path of synced files. In addition to that, -i also shows you *why* a

Re: [gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-02 Thread Dale
Sebastiaan L. Zoutendijk wrote: > Dear Dale, > > On Friday 2 September 2022, 3.35am -0500, Dale wrote: > >> time rsync -auv --progress --delete /home/dale/Desktop/Crypt/Video/* >> /mnt/10tb/Video/ > What is going on here is due to a subtle interplay of rsync’s syntax and > shell wildcard expansion.

Re: [gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-02 Thread Sebastiaan L. Zoutendijk
Dear Dale, On Friday 2 September 2022, 3.35am -0500, Dale wrote: > time rsync -auv --progress --delete /home/dale/Desktop/Crypt/Video/* > /mnt/10tb/Video/ What is going on here is due to a subtle interplay of rsync’s syntax and shell wildcard expansion. You can read about the details of rsync s

Re: [gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-02 Thread Ramon Fischer
Hello Dale, if I understand you correctly, you had renamed the source directory "/home/dale/Desktop/Crypt/Video/" to "/home/dale/Desktop/Crypt/Video-1/" and want to have it removed in the target directory, which is still "/mnt/10tb/Video/"? Important!: Please read everything first, t

Re: [gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-02 Thread Arve Barsnes
On Fri, 2 Sept 2022 at 10:36, Dale wrote: > I've tried removing the -u, adding --force but no change. Basically, if > I remove a directory on the source, how do I get it to remove the same > on the backup/target? I went through the options on the man page and > nothing hit me as a fix. What am

[gentoo-user] rsync not deleting removed directory and drive PW DIS 3.3v question

2022-09-02 Thread Dale
Howdy, I was doing a backup update and noticed a directory I didn't like the name of, forgot to change it before starting the back up.  So, I stopped the backup and changed the name, which is similar to removing it from the perspective of the backup.  I then started the backup command again and no