diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-17 00:32:06 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-17 00:32:06 +0800 |
commit | a648df57f761d3d319228684fafe7c49b63e6b60 (patch) | |
tree | 632bf388591eba54fe25e9ebed66124303eec2fd | |
parent | de3a72df65ec07070f715a2a6aa886c983464353 (diff) | |
download | atoolbox-a648df57f761d3d319228684fafe7c49b63e6b60.tar.bz2 |
Move backup.py and dar_backup.py to backup directory
-rwxr-xr-x | backup/backup.py (renamed from bin/backup.py) | 1 | ||||
-rwxr-xr-x | backup/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 |