Displaying 5 results from an estimated 5 matches for "backintim".
Did you mean:
backintime
2018 Feb 22
4
What is exit code 5888?
rsync v3.1.0
linux v4.4.104-39-default x86_64
Found in the system log:
2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime
(sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g
--no-o --info=progress2 --no-i-r --delete --delete-excluded -i
--dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx
--exclude="/bkp/cgate-backintime"
--exclude="/home/sma-user3x/.local/share/...
2018 Feb 22
0
What is exit code 5888?
...by 23 for some reason
and whatever (shell?) is running rsync doesn't recognize that.
On 02/22/2018 02:09 PM, James Moe via rsync wrote:
> rsync v3.1.0
> linux v4.4.104-39-default x86_64
>
> Found in the system log:
>
> 2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime
> (sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g
> --no-o --info=progress2 --no-i-r --delete --delete-excluded -i
> --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx
> --exclude="/bkp/cgate-backintime"
> --exclude="/home...
2014 May 16
9
Centos backup tools
Hi all!
I'm building a raid box to use for backups, connectivity will be either
USB3 or esata.
Looking for suggestions on backup software I can use.
I know there's rsync, which may be a good solution. I also find backupPC
at epel, backintime also at epel, kbackup.
DejaDup looks interesting, but none of the repos I'm set up to use
shows it being available.
some small details: I plan to use this to keep backups of my centos
desktop, which has two 320GB drives in linux RAID-1. The backup box will
have two 1TB drives, also in RAID-1...
2023 Sep 18
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
Context
-------
I am one of the active developers of the open source application "Back in Time"
which uses "rsync" as backend and I want to fix an open issue:
"Back in Time"-Bug:
https://github.com/bit-team/backintime/issues/994#issuecomment-1724211507
"Back in Time" uses "--link-dest" to reduce traffic and storage by hardlinking
unchanged files in the backups/snapshots and tries to keep the permissions
by using "--perms --group --owner" by default.
Older snapshots are then delet...
2023 Sep 22
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
...ync wrote:
> Context
> -------
>
> I am one of the active developers of the open source application "Back in Time"
> which uses "rsync" as backend and I want to fix an open issue:
>
> "Back in Time"-Bug:
> https://github.com/bit-team/backintime/issues/994#issuecomment-1724211507
>
> "Back in Time" uses "--link-dest" to reduce traffic and storage by hardlinking
> unchanged files in the backups/snapshots and tries to keep the permissions
> by using "--perms --group --owner" by default.
>
>...