Displaying 3 results from an estimated 3 matches for "nfb_cach".
Did you mean:
nfb_caches
2020 Sep 10
2
Copying TBs -> error -> work around
...quot;$dir" /mntb5/"$dir" ;
done < ./home_dirs_sorted.txt
and:
while read dir ; do echo $dir ; rsync -lptgoD "$dir"/\.[a-zA-Z0-9]*
/mntb5/"$dir"/ ; done < ./home_dirs_sorted.txt
and finally with no problems:
rsync -av --exclude-from=/usr/local/bin/nfb_caches.txt /home/ /mntb5/
If there was a more sensible / efficient way of getting this done I
would like to know about it!
Thanks,
Phil.
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: phil at pricom.com.au
2020 Sep 11
2
Copying TBs -> error -> work around
...t;>
>> and:
>>
>> ? while read dir ; do echo $dir ; rsync -lptgoD "$dir"/\.[a-zA-Z0-9]*
>> /mntb5/"$dir"/ ; done < ./home_dirs_sorted.txt
>>
>> and finally with no problems:
>>
>> ? rsync -av --exclude-from=/usr/local/bin/nfb_caches.txt /home/
>> /mntb5/
>>
>> If there was a more sensible / efficient way of getting this done I
>> would like to know about it!
>>
>> Thanks,
>>
>> Phil.
>>
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: phil at prico...
2020 Sep 14
0
Copying TBs -> error -> work around
...> > ? while read dir ; do echo $dir ; rsync -lptgoD "$dir"/\.[a-zA-Z0-9]*
> > > /mntb5/"$dir"/ ; done < ./home_dirs_sorted.txt
> > >
> > > and finally with no problems:
> > >
> > > ? rsync -av --exclude-from=/usr/local/bin/nfb_caches.txt /home/
> > > /mntb5/
> > >
> > > If there was a more sensible / efficient way of getting this done I
> > > would like to know about it!
> > >
> > > Thanks,
> > >
> > > Phil.
> > >
>
> --
> Philip R...