You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running rsync_tm_backup to time machine backup my entire laptop. My laptop is running the latest pop-os and my NAS is running Manjaro ARM.
For initial backup I have my computer connected to my NAS directly through the ethernet port. I have assigned the NAS IP 2.2.2.2. Subsequent backups I will add the NAS to my LAN. I just needed to get max speed for the first run, so I connected them directly over gigabit ports.
I have two jobs: a single half hour refresh of the full computer using barebones rsync, and an hourly time machine backup.
The rsync command seems to run successfully.
i am setting rsync-path in order to run everything as root so i can copy the whole computer without messing up permissions
I know I need to refine my exclusion list to not include some more things, but I wanted to get as close as possible to a full system backup. My exclusion list is
However, this morning, ps aux | grep rsync shows nothing on the host, but the Manjaro NAS still has the three calls to rsync --server open.
Edit: I removed the -e "ssh", cleared all my logs, wiped the old, hung backup, killed all processes, etc. Running again. Still shows 3 rsync processes on both points
The text was updated successfully, but these errors were encountered:
Hi
I am running rsync_tm_backup to time machine backup my entire laptop. My laptop is running the latest pop-os and my NAS is running Manjaro ARM.
For initial backup I have my computer connected to my NAS directly through the ethernet port. I have assigned the NAS IP 2.2.2.2. Subsequent backups I will add the NAS to my LAN. I just needed to get max speed for the first run, so I connected them directly over gigabit ports.
I have two jobs: a single half hour refresh of the full computer using barebones rsync, and an hourly time machine backup.
The rsync command seems to run successfully.
The command I am using is
rsync_tmbackup.sh --rsync-append-flags "-hiva -e \"ssh\" --rsync-path=\"sudo rsync\" -vv --exclude-from=\"/home/user/.config/rsync/exclude.txt\"" --log-dir /var/log/rsynctm_hourly -p 22 / [email protected]:/deimos-hdd/user/pop-os >> /var/log/rsynctm_hourly/cron.log
i am setting
rsync-path
in order to run everything as root so i can copy the whole computer without messing up permissionsI know I need to refine my exclusion list to not include some more things, but I wanted to get as close as possible to a full system backup. My exclusion list is
The tm backup hangs. Right now it is hung here.
On the Manjaro NAS I see this after calling
ps aux | grep rsync
On the host (pop-os)
ps aux | grep rsync
returned this last night after it had hung before I went to bed:However, this morning,
ps aux | grep rsync
shows nothing on the host, but the Manjaro NAS still has the three calls to rsync --server open.Edit: I removed the
-e "ssh"
, cleared all my logs, wiped the old, hung backup, killed all processes, etc. Running again. Still shows 3 rsync processes on both pointsThe text was updated successfully, but these errors were encountered: