<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.tonytascioglu.com/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="https://wiki.tonytascioglu.com/feed.php">
        <title>Tony Tascioglu Wiki - scripts:rsync</title>
        <description>TechnoTony Wiki - Tony Tascioglu's personal public knowledge-base!</description>
        <link>https://wiki.tonytascioglu.com/</link>
        <image rdf:resource="https://wiki.tonytascioglu.com/_media/wiki/logo.png" />
       <dc:date>2026-04-12T00:25:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.tonytascioglu.com/scripts/rsync/copy_file_list_from_directory?rev=1740475649"/>
                <rdf:li rdf:resource="https://wiki.tonytascioglu.com/scripts/rsync/one_way_sync_delete_files_on_target?rev=1673822416"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.tonytascioglu.com/_media/wiki/logo.png">
        <title>Tony Tascioglu Wiki</title>
        <link>https://wiki.tonytascioglu.com/</link>
        <url>https://wiki.tonytascioglu.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.tonytascioglu.com/scripts/rsync/copy_file_list_from_directory?rev=1740475649">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-25T09:27:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Copy a File List or Playlist From A Directory</title>
        <link>https://wiki.tonytascioglu.com/scripts/rsync/copy_file_list_from_directory?rev=1740475649</link>
        <description>Copy a File List or Playlist From A Directory

Use case: you have a bunch of stuff in a directory. You only want to copy some items that are in a list. 

Commonly, this might be from an m3u or xspf playlist file. So, if you have an MPD root, and only want to grab the items that are part of a playlist onto a flash drive.</description>
    </item>
    <item rdf:about="https://wiki.tonytascioglu.com/scripts/rsync/one_way_sync_delete_files_on_target?rev=1673822416">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-15T22:40:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Use Rsync to do a full one-way sync</title>
        <link>https://wiki.tonytascioglu.com/scripts/rsync/one_way_sync_delete_files_on_target?rev=1673822416</link>
        <description>Use Rsync to do a full one-way sync

Rsync by default will act like a copy, and add new files from the source to the target, but not delete.

Sometimes, you want to make a full one-way sync, meaning, make the target look exactly like the source, including deleting files in the target if they no longer exist in the source.</description>
    </item>
</rdf:RDF>
