💾 n8n工作流到Google Drive备份自动化(每日或手动)
中级
这是一个DevOps, AI, IT Ops领域的自动化工作流,包含 15 个节点。主要使用 N8n, Merge, DateTime, GoogleDrive, ManualTrigger 等节点,结合人工智能技术实现智能自动化。 💾 n8n工作流到Google Drive的备份自动化(每日或手动执行)
前置要求
- •Google Drive API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "LtV9R8GxBGG8peSx",
"meta": {
"instanceId": "b79da95dcb1b69eebc3470f6fd833d7e53e389c229c716386bdb8e7c291ad2b9",
"templateCredsSetupCompleted": true
},
"name": "💾 n8n 工作流到 Google Drive 的备份自动化(每日或手动)",
"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": "按日期和时间启动",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1820,
140
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "d68353c0-fd0f-4123-81dc-48e476145c82",
"name": "点击启动",
"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": "在 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": "搜索所有工作流",
"type": "n8n-nodes-base.n8n",
"position": [
-1120,
220
],
"parameters": {},
"typeVersion": 1
},
{
"id": "46cae300-40fc-4537-9f31-09e1c517959e",
"name": "编译单个数据",
"type": "n8n-nodes-base.n8n",
"position": [
-940,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "4c8d937b-76da-43dc-8a00-512ad8ef9cab",
"name": "合并数据",
"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": "保存到 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": "Folder Creation in Drive",
"type": "main",
"index": 0
}
]
]
},
"Start by Click": {
"main": [
[
{
"node": "Date & Time",
"type": "main",
"index": 0
}
]
]
},
"Move Binary Data": {
"main": [
[
{
"node": "Save to Drive",
"type": "main",
"index": 0
}
]
]
},
"Search All Workflows": {
"main": [
[
{
"node": "Compiles Individual Data",
"type": "main",
"index": 0
},
{
"node": "Merge Data",
"type": "main",
"index": 0
}
]
]
},
"Start by Date and Time": {
"main": [
[
{
"node": "Date & Time",
"type": "main",
"index": 0
}
]
]
},
"Compiles Individual Data": {
"main": [
[
{
"node": "Merge Data",
"type": "main",
"index": 1
}
]
]
},
"Folder Creation in Drive": {
"main": [
[
{
"node": "Search All Workflows",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 开发运维, 人工智能, IT 运维
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AIAutomationPro 每小时备份到 Google Drive v1
定时 n8n 工作流备份到 Google Drive,带自动清理
N8n
Set
Wait
+6
19 节点Daniel Ng
开发运维
🌍 AI WhatsApp翻译器 + 语音转录器与HubSpot集成
基于OpenAI Whisper和GPT-4的多语言WhatsApp翻译器,集成HubSpot
If
N8n
Set
+18
107 节点Amanda Benks
其他
使用 Gemini AI 和 Chunkr.ai 按目录分段 PDF
使用 Gemini AI 和 Chunkr.ai 按目录分段 PDF
Set
Code
Html
+16
36 节点Lukas Kunhardt
人工智能
[模板] AI宠物店 v8
🐶 AI宠物店助手 - 集成GPT-4o、Google日历和WhatsApp/Instagram/Facebook
If
N8n
Set
+38
244 节点Amanda Benks
销售
AI 代理餐厅 [模板]
🤖 WhatsApp、Instagram 和 Messenger 的 AI 餐厅助手
If
N8n
Set
+37
239 节点Amanda Benks
其他
与Supabase存储中文件对话的AI智能体
与Supabase存储中文件对话的AI智能体
If
Merge
Switch
+15
33 节点Mark Shcherbakov
工程
工作流信息
难度等级
中级
节点数量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 查看 →
分享此工作流