search for: aahxv

Displaying 3 results from an estimated 3 matches for "aahxv".

Did you mean: aah
2020 Nov 02
3
A strange problem with my daily backups performed via rsync
...jaro KDE Linux (LTS kernel), but also have FreeBSD and Windows 10 bare-metal installations. I have an all-OS-writable ext2 partition /dev/sda2 mounted at /mnt/wall My USB backup device is a Sony SSD mounted at /mnt/sony This is the relevant line from my script which backs up /mnt/wall : rsync -aAHXv --delete \ --exclude "lost+found" --exclude "System Volume Information" \ /mnt/wall /mnt/sony/ Whenever the line above goes into action, it recursively deletes /mnt/sony/wall and then copies /mnt/wall all over again. Any ideas why this might be happening ? Since /mnt/wall is...
2020 Nov 02
0
A strange problem with my daily backups performed via rsync
...gt; FreeBSD and Windows 10 bare-metal installations. > > I have an all-OS-writable ext2 partition /dev/sda2 mounted at /mnt/wall > > My USB backup device is a Sony SSD mounted at /mnt/sony > > This is the relevant line from my script which backs up /mnt/wall : > > rsync -aAHXv --delete \ > --exclude "lost+found" --exclude "System Volume Information" \ > /mnt/wall /mnt/sony/ > > Whenever the line above goes into action, it recursively deletes > /mnt/sony/wall and then copies /mnt/wall all over again. > > Any ideas why this might...
2020 Nov 02
1
A strange problem with my daily backups performed via rsync
...are-metal installations. >> >> I have an all-OS-writable ext2 partition /dev/sda2 mounted at /mnt/wall >> >> My USB backup device is a Sony SSD mounted at /mnt/sony >> >> This is the relevant line from my script which backs up /mnt/wall : >> >> rsync -aAHXv --delete \ >> --exclude "lost+found" --exclude "System Volume Information" \ >> /mnt/wall /mnt/sony/ >> >> Whenever the line above goes into action, it recursively deletes >> /mnt/sony/wall and then copies /mnt/wall all over again. >> >>...