cimryan
a174e74bb8
Rename archive-rsync to archive-rsync.sh
2018-10-23 20:32:28 -07:00
cimryan
c563f287ba
Make send-pushover safe to always invoke, and always invoke it. Split CIFS archiving to archive-cifs.sh
2018-10-23 20:29:33 -07:00
cimryan
cb35f069bf
Merge branch 'master' into u/gocnak/rsync_archive
...
# Conflicts:
# windows_archive/setup-teslausb
2018-10-23 19:37:33 -07:00
Gocnak
de3371f00c
rsync will not be using the mnt/archive folder
...
It'll instead bypass and just call itself on its own
2018-10-20 05:30:57 -04:00
Gocnak
b60b787953
Minor fixes
...
Archive isn't mounted for rsync, it's just a folder
2018-10-20 04:27:44 -04:00
Gocnak
002d1e6f6c
Initial rsync support (untested)
...
Currently untested, but the main idea is there
Currently it's either the normal archive server or rsync; not both, which is something to consider when adding things like gdrive and s3 (make it more modular?)
2018-10-20 03:26:08 -04:00
cimryan
858ae5da39
Fix errors on both the cam and the music filesystems before the archive loop starts.
2018-10-18 20:45:48 -07:00
cimryan
e63e697f4e
Merge pull request #35 from rtgoodwin/updater-script
...
Mac folder, config updater script, updated readmes.
2018-10-18 08:52:32 -07:00
Richard Goodwin
e917829a9f
Quotes in updater script, Readme updates, remount script.
2018-10-18 07:32:08 -05:00
Richard Goodwin
619852dd26
Of course I missed another typo.
2018-10-17 12:13:43 -05:00
Richard Goodwin
adcf8fd2de
Better error checking.
2018-10-16 12:25:15 -05:00
Richard Goodwin
bd90ef535f
Initial commit for pushover testing
2018-10-16 11:51:26 -05:00
cimryan
d39d08a738
Mount the archive and move the files into it.
2018-10-13 20:50:34 -07:00
cimryan
a03c322c01
Support for music in addition to dashcam clip storage.
2018-10-13 18:18:00 -07:00
cimryan
9cfce11bd4
Move moutpoints: usb_share -> cam, cam_archive -> archive
2018-10-13 17:26:58 -07:00
cimryan
499d23cb36
Retry mounting the shares up to 10 times.
...
There's a race between the system mounting the share and the findmnt invocation in the script to determine if the share is already mounted.
When findmnt wins the race the script would previously operate as if the share definitely needed to be mounted, and would fail to mount it.
Now the script will notice that the share has already been mounted.
2018-10-13 08:11:02 -07:00
cimryan
1aac431c06
Avoid connecting the USB drive if it'll just immediately be disconnected.
2018-10-12 13:44:18 -07:00
cimryan
0054510c48
Create archive-teslacam-clips
2018-10-08 07:28:14 -07:00