<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://ssl.webangel.ie/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ssl.webangel.ie/feed.php">
        <title>Opbzil - linux:classnotes:rh134:tar-files</title>
        <description></description>
        <link>http://ssl.webangel.ie/</link>
        <image rdf:resource="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-28T11:38:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:copy&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:rsync&amp;rev=1759830220&amp;do=diff"/>
                <rdf:li rdf:resource="http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:tar&amp;rev=1759830220&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Opbzil</title>
        <link>http://ssl.webangel.ie/</link>
        <url>http://ssl.webangel.ie/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:copy&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>copy</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:copy&amp;rev=1759830220&amp;do=diff</link>
        <description>Moving Files Around

SCP is still around but no longer used as it has unresolved security issues

Use SFTP instead

 sftp servera

this leaves you at the command prompt

some basic sftp commands
  pwd   remote working directory   lpwd   Local working directory</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:rsync&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rsync</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:rsync&amp;rev=1759830220&amp;do=diff</link>
        <description>Synchronize Files Between Systems Securely

rsync

When synchronizing with the rsync command, two standard options are the -v and -a options.

The rsync command -v or --verbose option provides a more detailed output. This option is helpful for troubleshooting and viewing live progress.</description>
    </item>
    <item rdf:about="http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:tar&amp;rev=1759830220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T09:43:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tar</title>
        <link>http://ssl.webangel.ie/doku.php?id=linux:classnotes:rh134:tar-files:tar&amp;rev=1759830220&amp;do=diff</link>
        <description>Tar

required commands
  -c or --create  Create an archive file   -t or --list  List the contents of an archive   -x or --extract  Extract an archive 
The following tar command general options are often included:
  -v or --verbose  Show the files that are being archived or extracted during the tar operation</description>
    </item>
</rdf:RDF>
