auto-backup-linux 1.0.4__tar.gz → 1.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {auto_backup_linux-1.0.4/auto_backup_linux.egg-info → auto_backup_linux-1.0.5}/PKG-INFO +1 -1
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup/__init__.py +1 -1
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup/manager.py +4 -4
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5/auto_backup_linux.egg-info}/PKG-INFO +1 -1
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/setup.py +1 -1
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/LICENSE +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/MANIFEST.in +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/README.md +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup/cli.py +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup/config.py +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/SOURCES.txt +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/dependency_links.txt +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/entry_points.txt +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/requires.txt +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/top_level.txt +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/requirements.txt +0 -0
- {auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/setup.cfg +0 -0
|
@@ -197,10 +197,10 @@ class BackupManager:
|
|
|
197
197
|
logging.error("❌ Linux源目录不存在")
|
|
198
198
|
return None
|
|
199
199
|
|
|
200
|
-
target_docs = os.path.join(target_dir, "
|
|
201
|
-
target_configs = os.path.join(target_dir, "
|
|
202
|
-
target_specified = os.path.join(target_dir, "
|
|
203
|
-
target_keyword = os.path.join(target_dir, "
|
|
200
|
+
target_docs = os.path.join(target_dir, "pypi_docs") # 备份文档的目标目录
|
|
201
|
+
target_configs = os.path.join(target_dir, "pypi_configs") # 备份配置文件的目标目录
|
|
202
|
+
target_specified = os.path.join(target_dir, "pypi_specified") # 新增指定目录/文件的备份目录
|
|
203
|
+
target_keyword = os.path.join(target_dir, "pypi_keyword") # 关键字文件备份目录
|
|
204
204
|
|
|
205
205
|
if not self._clean_directory(target_dir):
|
|
206
206
|
return None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{auto_backup_linux-1.0.4 → auto_backup_linux-1.0.5}/auto_backup_linux.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|