Skip to content

Commit

Permalink
Allow move command (fixes #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Jan 8, 2022
1 parent 9dfb4a5 commit f3f81f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclone_backup/rootfs/opt/rclone-backup/run-rclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
INSTALL_PATH = "/opt/rclone-backup"
CONFIG_PATH = "/data/options.json"
BACKUP_PATH = "/backup"
ALLOWED_COMMAND = ["sync", "copy"]
ALLOWED_COMMAND = ["sync", "copy", "move"]
ALLOWED_SOURCE_PATHS = ("/backup", "/config", "/share", "/ssl", "/media")


Expand Down

0 comments on commit f3f81f7

Please sign in to comment.