Re: [PLUG] Where are cups website files?

2020-04-04 Thread Ben Koenig
Common problem. What you are seeing is not an unusual way for cups to fail. There are a lit of fiddly settings that have to be set and if one of them is out of line, it all fails. One of the reasons you won't find a huge amount of meaningful advice online is because this is a difficult problem to

Re: [PLUG] BASH script make a backup...

2020-04-04 Thread Nat Taylor
Have you considered using rsync? On Sat, Apr 4, 2020 at 5:36 PM King Beowulf wrote: > On 4/4/20 4:06 PM, mich...@robinson-west.com wrote: > > tar: > root/web_safety/build/squid/squid-4.9/debian/.debhelper/squid/dbgsym-root/usr/share/doc/squid-dbgsym: > File removed before we read it > > tar: >

Re: [PLUG] BASH script make a backup...

2020-04-04 Thread King Beowulf
On 4/4/20 4:06 PM, mich...@robinson-west.com wrote: > tar: > root/web_safety/build/squid/squid-4.9/debian/.debhelper/squid/dbgsym-root/usr/share/doc/squid-dbgsym: > File removed before we read it > tar: >

Re: [PLUG] Where are cups website files?

2020-04-04 Thread Michael Barnes
On Sat, Apr 4, 2020 at 3:32 PM Ben Koenig wrote: > On Sat, Apr 4, 2020 at 3:18 PM Michael Barnes > wrote: > > > On Fri, Apr 3, 2020 at 7:06 PM Michael Barnes > > wrote: > > > > > > > > > > > On Fri, Apr 3, 2020 at 2:07 PM Tomas Kuchta < > > tomas.kuchta.li...@gmail.com> > > > wrote: > > > > >

Re: [PLUG] BASH script make a backup...

2020-04-04 Thread michael
tar: root/web_safety/build/squid/squid-4.9/debian/.debhelper/squid/dbgsym-root/usr/share/doc/squid-dbgsym: File removed before we read it tar: root/web_safety/build/squid/squid-4.9/debian/.debhelper/squid-cgi/dbgsym-root/usr/share/doc/squid-cgi-dbgsym: File removed before we read it tar:

Re: [PLUG] Where are cups website files?

2020-04-04 Thread Ben Koenig
On Sat, Apr 4, 2020 at 3:18 PM Michael Barnes wrote: > On Fri, Apr 3, 2020 at 7:06 PM Michael Barnes > wrote: > > > > > > > On Fri, Apr 3, 2020 at 2:07 PM Tomas Kuchta < > tomas.kuchta.li...@gmail.com> > > wrote: > > > >> What Linux distro are you using? > >> > >> > >> On Fri, Apr 3, 2020,

Re: [PLUG] Where are cups website files?

2020-04-04 Thread Michael Barnes
On Fri, Apr 3, 2020 at 7:06 PM Michael Barnes wrote: > > > On Fri, Apr 3, 2020 at 2:07 PM Tomas Kuchta > wrote: > >> What Linux distro are you using? >> >> >> On Fri, Apr 3, 2020, 09:39 Michael Barnes wrote: >> >> > On Thu, Apr 2, 2020 at 8:44 AM Ben Koenig wrote: >> > >> > > Is this printer

Re: [PLUG] BASH script make a backup...

2020-04-04 Thread King Beowulf
On 4/4/20 1:03 PM, mich...@robinson-west.com wrote: > Of course, leave off the $ when defining a variable in Bash! > > I'm using the following tar invocation: > > tar --one-file-system -cvjf foo.tar.bz2 foo/ > > Is there a way to tar up symbolic links as links? > > What about permissions?

Re: [PLUG] BASH script make a backup...

2020-04-04 Thread michael
Of course, leave off the $ when defining a variable in Bash! I'm using the following tar invocation: tar --one-file-system -cvjf foo.tar.bz2 foo/ Is there a way to tar up symbolic links as links? What about permissions? Should I run this as root in runlevel 1? April 4, 2020 2:10 PM, "Galen

Re: [PLUG] BASH script make a backup...

2020-04-04 Thread Galen Seitz
On 4/4/20 11:45 AM, mich...@robinson-west.com wrote: #!/bin/bash $dump_dir="/home/Shared/backup/" ^ -- I don't think you want that dollar sign. [galens@toto ~]$ dump_dir="/tmp/foo" [galens@toto ~]$ echo $dump_dir /tmp/foo [galens@toto ~]$ mkdir -v $dump_dir mkdir: created directory

[PLUG] BASH script make a backup...

2020-04-04 Thread michael
#!/bin/bash $dump_dir="/home/Shared/backup/" ... mkdir -v "$dump_dir" ... I'm having problems making a directory in a bash script where the name is in a variable. What you are looking is snippets of a backup script I'm trying to write. -- Michael C. Robinson

[PLUG] Franz on CentOS 8...

2020-04-04 Thread michael
I'm trying to retire my Mac Mini 2014 which has been predominantly used for video conferencing. Wanting to move completely to Linux, I was interested in running WhatsAPP, Skype, and Zoom as replacements for Facetime. Skype and Zoom install to CentOS 8 no problem. Sadly, my parents only have