Update paths for sync-pics
This commit is contained in:
parent
d73f74c130
commit
511f1f33c3
|
@ -27,14 +27,14 @@ TARGETS = OrderedDict([
|
||||||
path = "/mnt/Midnight/Images/Organized",
|
path = "/mnt/Midnight/Images/Organized",
|
||||||
)),
|
)),
|
||||||
("Cyro", dict(
|
("Cyro", dict(
|
||||||
path = "/run/media/kirsle/Cyro/Pictures/Organized",
|
path = "/media/kirsle/Cyro/Pictures/Organized",
|
||||||
)),
|
)),
|
||||||
("Obelisk", dict(
|
("Obelisk", dict(
|
||||||
path = "/run/media/kirsle/Obelisk/Redundant/Images/Organized",
|
path = "/media/kirsle/Obelisk/Redundant/Images/Organized",
|
||||||
rsync = "rsync -avu --no-p --delete {source}/ \"{destination}/\"",
|
rsync = "rsync -avu --no-p --delete {source}/ \"{destination}/\"",
|
||||||
)),
|
)),
|
||||||
("Rosewill", dict(
|
("Rosewill", dict(
|
||||||
path = "/run/media/kirsle/Rosewill/Redundant/Images/Organized",
|
path = "/media/kirsle/Rosewill/Redundant/Images/Organized",
|
||||||
)),
|
)),
|
||||||
|
|
||||||
# Dropbox volumes.
|
# Dropbox volumes.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user