<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>l1o0</author_name>
  <author_url>https://blog.hatena.ne.jp/l1o0/</author_url>
  <blog_title>l1o0の日記</blog_title>
  <blog_url>https://l1o0.hatenadiary.org/</blog_url>
  <categories>
    <anon>Emacs</anon>
    <anon>Shell</anon>
  </categories>
  <description>バージョン管理するほどじゃないときに、ファイル名.YYYYMMDD-hhmm~でバックアップする。原始的だけど、便利だから仕方ないね。 ;; 一つのファイルまたはマークされたファイルのバックアップ (defun my-dired-backup () (interactive) (let* ((files (dired-get-marked-files)) (date (format-time-string &quot;%Y%m%d-%H%M&quot;))) (mapc '(lambda (file) (let ((backup (format &quot;%s.%s~&quot; file date))) (dired-copy-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fl1o0.hatenadiary.org%2Fentry%2F20100319%2F1269019895&quot; title=&quot;diredでファイルの一時バックアップ - l1o0の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-03-19 02:31:35</published>
  <title>diredでファイルの一時バックアップ</title>
  <type>rich</type>
  <url>https://l1o0.hatenadiary.org/entry/20100319/1269019895</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
