Got it working properly. Many thanks!
Regards,
Matt Stevens
On 8/3/20 10:28 AM, Paul Slootman via rsync wrote:
On Mon 03 Aug 2020, Matt Stevens via rsync wrote:
So I've gotten excluding paths to work as a standalone command. When I paste
this into a script however, it ignores the exclusions.
On Mon 03 Aug 2020, Matt Stevens via rsync wrote:
> So I've gotten excluding paths to work as a standalone command. When I paste
> this into a script however, it ignores the exclusions. Any advice?
>
> rsync -aXvr --times --links
> --exclude={'*.vdi','*.vmdk','*.ova','*.qcow2','.config/discord/'}
So I've gotten excluding paths to work as a standalone command. When I
paste this into a script however, it ignores the exclusions. Any advice?
rsync -aXvr --times --links
--exclude={'*.vdi','*.vmdk','*.ova','*.qcow2','.config/discord/'}
/home/path/ user@nas:/NAS/HOME/destination/
Are there
Hi Matt,
On Sat, Aug 01, 2020 at 10:10:49PM -0400, Matt Stevens via rsync wrote:
> I lack development skills. Would there be a way for rsync to be passed an
> option to exclude a specific path during a sync operaton? All of my attempts
> to use exclude have failed, as it does not respect paths, on
Greetings. I've been using rsync for quite a long time. I have a homedir
I like to backup to a NAS. I find myself having to manually specifying
paths rather than letting rsync copy the entire home directory.
I lack development skills. Would there be a way for rsync to be passed
an option to ex