n8n ワークフローを Google ドライブに自動バックアップ(毎日または手動)
中級
これはDevOps, AI, IT Ops分野の自動化ワークフローで、15個のノードを含みます。主にN8n, Merge, DateTime, GoogleDrive, ManualTriggerなどのノードを使用、AI技術を活用したスマート自動化を実現。 n8nワークフローをGoogle Driveへバックアップする自動化(毎日または手動実行)
前提条件
- •Google Drive API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "LtV9R8GxBGG8peSx",
"meta": {
"instanceId": "b79da95dcb1b69eebc3470f6fd833d7e53e389c229c716386bdb8e7c291ad2b9",
"templateCredsSetupCompleted": true
},
"name": "💾 Backup Automation for n8n Workflows to Google Drive (Daily or Manual)",
"tags": [
{
"id": "gopnerJXNBoZBzMX",
"name": "iloveflows.com",
"createdAt": "2025-05-06T11:24:14.834Z",
"updatedAt": "2025-05-06T11:24:14.834Z"
}
],
"nodes": [
{
"id": "cdd22824-2a16-45ea-aff6-6f3c8cc56225",
"name": "バイナリデータ移動",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
-640,
180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6b40b453-1447-446e-a882-66b26808b63e",
"name": "日付と時刻",
"type": "n8n-nodes-base.dateTime",
"position": [
-1580,
220
],
"parameters": {},
"typeVersion": 2
},
{
"id": "777bce77-5321-4464-9004-8b8d0068ff47",
"name": "開始 by Date and Time",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1820,
140
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "d68353c0-fd0f-4123-81dc-48e476145c82",
"name": "開始 by Click",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1820,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "2285b6f9-92fa-49b1-b90d-a167b5443afb",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1900,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b45ad37b-55f2-46fc-8160-a749fc7788c3",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1620,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7763526c-9229-42ec-821a-1a599906585b",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1420,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2307a769-7c07-420c-b478-11da8ca6f52b",
"name": "Folder Creation in Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
-1360,
220
],
"parameters": {},
"typeVersion": 3
},
{
"id": "ab7d5597-9825-448e-87dc-ac42af526cb7",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1180,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b3d7065e-e4b7-4d0e-97af-16ae37a9bd97",
"name": "Search All Workflows",
"type": "n8n-nodes-base.n8n",
"position": [
-1120,
220
],
"parameters": {},
"typeVersion": 1
},
{
"id": "46cae300-40fc-4537-9f31-09e1c517959e",
"name": "Compiles Individual Data",
"type": "n8n-nodes-base.n8n",
"position": [
-940,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "4c8d937b-76da-43dc-8a00-512ad8ef9cab",
"name": "マージ Data",
"type": "n8n-nodes-base.merge",
"position": [
-780,
180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5ca9208c-43d4-4707-9417-a292e49c4a92",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-480,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9954b76b-952e-4e0c-a90c-44536bc00948",
"name": "Save to Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
-440,
200
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f29d9273-6f0a-4135-ada5-18217ad2ae6b",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1900,
-340
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6289aec5-375b-4637-80f7-fefee827a05a",
"connections": {
"Merge Data": {
"main": [
[
{
"node": "Move Binary Data",
"type": "main",
"index": 0
}
]
]
},
"Date & Time": {
"main": [
[
{
"node": "2307a769-7c07-420c-b478-11da8ca6f52b",
"type": "main",
"index": 0
}
]
]
},
"Start by Click": {
"main": [
[
{
"node": "Date & Time",
"type": "main",
"index": 0
}
]
]
},
"Move Binary Data": {
"main": [
[
{
"node": "9954b76b-952e-4e0c-a90c-44536bc00948",
"type": "main",
"index": 0
}
]
]
},
"b3d7065e-e4b7-4d0e-97af-16ae37a9bd97": {
"main": [
[
{
"node": "46cae300-40fc-4537-9f31-09e1c517959e",
"type": "main",
"index": 0
},
{
"node": "Merge Data",
"type": "main",
"index": 0
}
]
]
},
"Start by Date and Time": {
"main": [
[
{
"node": "Date & Time",
"type": "main",
"index": 0
}
]
]
},
"46cae300-40fc-4537-9f31-09e1c517959e": {
"main": [
[
{
"node": "Merge Data",
"type": "main",
"index": 1
}
]
]
},
"2307a769-7c07-420c-b478-11da8ca6f52b": {
"main": [
[
{
"node": "b3d7065e-e4b7-4d0e-97af-16ae37a9bd97",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - DevOps, 人工知能, IT運用
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
[テンプレート] AIペットショップ v8
AIペットショップアシスタント - GPT-4o、Googleカレンダー、WhatsApp/Instagram/Facebookを統合
If
N8n
Set
+
If
N8n
Set
244 ノードAmanda Benks
営業
AI エージェント レストラン [テンプレート]
🤖 WhatsApp、Instagram、MessengerのAIレストランアシスタント
If
N8n
Set
+
If
N8n
Set
239 ノードAmanda Benks
その他
Supabase ストレージ内のファイルと対話する AI エージェント
Supabaseストレージ内のファイルと対話するAIエージェント
If
Merge
Switch
+
If
Merge
Switch
33 ノードMark Shcherbakov
エンジニアリング
🤖 WhatsApp AI个人アシスタント:GPT-4o、记忆と日程安排功能
AI个人アシスタント:統合GPT-4o、RAGと语音功能,使用SupabaseのWhatsAppアシスタント
If
Set
Wait
+
If
Set
Wait
76 ノードAmanda Benks
人工知能
AI スマートアシスタント: Supabase ストレージと Google Drive ファイルとの対話
AIワンチャットボット:SupabaseストレージとGoogle Driveのファイルと対話
If
Set
Wait
+
If
Set
Wait
62 ノードMark Shcherbakov
エンジニアリング
n8nの更新
Telegram approval システムを使った Docker コンテナ更新の自動化
If
Set
Ssh
+
If
Set
Ssh
27 ノードJaber Zare
DevOps
ワークフロー情報
難易度
中級
ノード数15
カテゴリー3
ノードタイプ8
作成者
Amanda Benks
@amandaHi loves! I've been making workflows for n8n for two years, and I hope you like my flows <3
外部リンク
n8n.ioで表示 →
このワークフローを共有