aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-01-17 00:32:06 +0800
committerAaron LI <aly@aaronly.me>2018-01-17 00:32:06 +0800
commita648df57f761d3d319228684fafe7c49b63e6b60 (patch)
tree632bf388591eba54fe25e9ebed66124303eec2fd
parentde3a72df65ec07070f715a2a6aa886c983464353 (diff)
downloadatoolbox-a648df57f761d3d319228684fafe7c49b63e6b60.tar.bz2
Move backup.py and dar_backup.py to backup directory
-rwxr-xr-xbackup/backup.py (renamed from bin/backup.py)1
-rwxr-xr-xbackup/dar-backup.py (renamed from bin/dar_backup.py)0
2 files changed, 1 insertions, 0 deletions
diff --git a/bin/backup.py b/backup/backup.py
index f204f13..8a72cc5 100755
--- a/bin/backup.py
+++ b/backup/backup.py
@@ -4,6 +4,7 @@
# MIT license
#
# 2017-05-11
+#
"""
Backup the specified files & directories with the metadata (e.g., ownership,
diff --git a/bin/dar_backup.py b/backup/dar-backup.py
index 47ff815..47ff815 100755
--- a/bin/dar_backup.py
+++ b/backup/dar-backup.py