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
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
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.
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
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
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
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
7 matches
Mail list logo