<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>スクリプト | IT NEWS</title>
	<atom:link href="https://news.minory.org/tag/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%88/feed" rel="self" type="application/rss+xml" />
	<link>https://news.minory.org</link>
	<description>IT関連のRSSを取り入れたアンテナサイト</description>
	<lastBuildDate>Mon, 21 Apr 2025 02:03:36 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://news.minory.org/wp-content/uploads/2022/04/cropped-icon-32x32.png</url>
	<title>スクリプト | IT NEWS</title>
	<link>https://news.minory.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AWS RDS（PostgreSQL）のバックアップ自動化とリストアの手順</title>
		<link>https://news.minory.org/576650.html</link>
					<comments>https://news.minory.org/576650.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Mon, 21 Apr 2025 02:03:36 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[サーバー]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[タスクスケジューラー]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[バックアップ]]></category>
		<category><![CDATA[バッチ]]></category>
		<category><![CDATA[リストア]]></category>
		<category><![CDATA[自動化]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9389</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/02/postgresql-backup-batch-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>データベースのバックアップは、システム運用において重要な業務の一つです。特に、クラウド上のRDS（リレーショナルデータベースサービス）を利用している場合、定期的なバックアップを取得し、万が一のデータ損失に備えることが不可 […]</p>
The post <a href="https://news.minory.org/576650.html">AWS RDS（PostgreSQL）のバックアップ自動化とリストアの手順</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/576650.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>WindowsでAWS S3のバックアップ自動化と復元方法</title>
		<link>https://news.minory.org/576337.html</link>
					<comments>https://news.minory.org/576337.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Fri, 18 Apr 2025 08:14:58 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[AWS CLI]]></category>
		<category><![CDATA[iam]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[オプション]]></category>
		<category><![CDATA[コマンド]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[タスクスケジューラー]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[バケット]]></category>
		<category><![CDATA[バックアップ]]></category>
		<category><![CDATA[バッチ]]></category>
		<category><![CDATA[ユーザー]]></category>
		<category><![CDATA[リストア]]></category>
		<category><![CDATA[差分]]></category>
		<category><![CDATA[自動化]]></category>
		<category><![CDATA[認証]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9383</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/02/aws-s3-backup-batch-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>クラウド上のデータを安全に管理するため、定期的なバックアップは不可欠です。特に、AWSのS3に保存しているデータをローカルにバックアップしておけば、インターネットの障害や誤った削除などのリスクを軽減できます。本記事では、 […]</p>
The post <a href="https://news.minory.org/576337.html">WindowsでAWS S3のバックアップ自動化と復元方法</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/576337.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>GitHubで特定のユーザーのリポジトリ権限を変更する方法</title>
		<link>https://news.minory.org/574467.html</link>
					<comments>https://news.minory.org/574467.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Fri, 04 Apr 2025 05:42:23 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[GraphQL API]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[REST API]]></category>
		<category><![CDATA[サードパーティ]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[ツール]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[ユーザー]]></category>
		<category><![CDATA[リポジトリ]]></category>
		<category><![CDATA[一括]]></category>
		<category><![CDATA[権限]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9354</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/01/github-change-user-role-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>GitHubを使用している多くのシステムエンジニアや開発者にとって、チームメンバーやコラボレーターの権限を管理することは非常に重要です。特定のユーザーの権限を変更する必要がある場面は頻繁に訪れます。この記事では、特定のユ […]</p>
The post <a href="https://news.minory.org/574467.html">GitHubで特定のユーザーのリポジトリ権限を変更する方法</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/574467.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>PostgreSQLでシーケンス権限不足エラーの解決方法</title>
		<link>https://news.minory.org/569750.html</link>
					<comments>https://news.minory.org/569750.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Fri, 28 Feb 2025 07:51:59 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[DDL]]></category>
		<category><![CDATA[GRANT]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[エラー]]></category>
		<category><![CDATA[シーケンス]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[ユーザー]]></category>
		<category><![CDATA[ロール]]></category>
		<category><![CDATA[権限]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9306</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/01/postgresql-sequence-error-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>PostgreSQLでデータを処理する際に、下記のようなエラーが発生することがあります。 このエラーは、ロールやユーザーに実行権限が付与されていないことが原因です。この記事では、この問題の解決方法や導入方法を解説します。 […]</p>
The post <a href="https://news.minory.org/569750.html">PostgreSQLでシーケンス権限不足エラーの解決方法</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/569750.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Linuxで引数（パラメータ）付きのPHPコマンドを実行</title>
		<link>https://news.minory.org/469398.html</link>
					<comments>https://news.minory.org/469398.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Mon, 13 Feb 2023 08:33:00 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[コマンド]]></category>
		<category><![CDATA[サーバー]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[パラメーター]]></category>
		<category><![CDATA[引数]]></category>
		<guid isPermaLink="false">https://minory.org/?p=7483</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2023/02/linux-php-command-1024x682.jpeg" class="webfeedsFeaturedVisual"></p>
<p>Linux上でPHPコマンドを実行する際、他のコマンドと同様に引数を付けることが可能です。プログラミング初心者からエキスパートまで、Linux上のPHPコマンドを使用している方は多くいますが、実行時の引数やパラメータの扱 […]</p>
The post <a href="https://news.minory.org/469398.html">Linuxで引数（パラメータ）付きのPHPコマンドを実行</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/469398.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Zabbix API用のPHPライブラリと基本的な使い方</title>
		<link>https://news.minory.org/415876.html</link>
					<comments>https://news.minory.org/415876.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Thu, 01 Sep 2022 07:08:00 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zabbix]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[パッケージ]]></category>
		<category><![CDATA[パラメーター]]></category>
		<category><![CDATA[フィルター]]></category>
		<category><![CDATA[ホスト]]></category>
		<category><![CDATA[メソッド]]></category>
		<category><![CDATA[ライブラリ]]></category>
		<category><![CDATA[ログイン]]></category>
		<guid isPermaLink="false">https://minory.org/?p=6258</guid>

					<description><![CDATA[<div>
	<a href="https://minory.org/zabbix-api-php.html"><img title="zabbix-api-php" src="https://minory.org/wp-content/uploads/2022/07/zabbix-api-php-300x200.jpg" alt="zabbix-api-php" width="300" height="200"></a>
	</div>
<p>	初めてZabbixを導入する際、もしくは、大量に設定の変更があった場合、1つ1つ手作業で行うには多くの時間と労力がかかってしまいますが、Zabbix APIを使えばそんな悩みも解決します！今回は特にZabbix API用 […]</p>
The post <a href="https://news.minory.org/415876.html">Zabbix API用のPHPライブラリと基本的な使い方</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/415876.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>統合版マイクラ（PE）サーバーを自動アップデート！for Windows</title>
		<link>https://news.minory.org/314919.html</link>
					<comments>https://news.minory.org/314919.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Fri, 02 Apr 2021 02:11:54 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[Bedrock]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Minecraft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[アップデート]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[サーバー]]></category>
		<category><![CDATA[スクリプト]]></category>
		<category><![CDATA[タスクスケジューラー]]></category>
		<category><![CDATA[ダウンロード]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[バックアップ]]></category>
		<category><![CDATA[マイクラ]]></category>
		<category><![CDATA[メディア]]></category>
		<category><![CDATA[統合版]]></category>
		<category><![CDATA[自動化]]></category>
		<guid isPermaLink="false">https://minory.org/?p=4048</guid>

					<description><![CDATA[<div>
	<a href="https://minory.org/bedrock-server-auto-update.html"><img title="bedrock-server-auto-update" src="https://minory.org/wp-content/uploads/2021/03/bedrock-server-auto-update-300x200.jpeg" alt="bedrock-server-auto-update" width="300" height="200"></a>
	</div>
<p>現在、iPhoneやiPadでMinecraft（以下マイクラ）を楽しんでいますが、アプリを自動アップデートしていると、自宅に建てているWindows用の統合版（PE）マイクラサーバー（Bedrock Server）側と […]</p>
<p>The post <a href="https://minory.org/bedrock-server-auto-update.html">統合版マイクラ（PE）サーバーを自動アップデート！for Windows</a> first appeared on <a href="https://minory.org/">Minory</a>.</p>
The post <a href="https://news.minory.org/314919.html">統合版マイクラ（PE）サーバーを自動アップデート！for Windows</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/314919.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>
