rdiff-backup | Reverse differential backup tool , over a network | Continuous Backup library
kandi X-RAY | rdiff-backup Summary
kandi X-RAY | rdiff-backup Summary
website . docs . community.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Validate the remote connection
- Validate API version
- Return a str
- Main entry point for rdiff - backups
- Parse commandline options
- Returns the topFS subtree of the tree
- Prints a listing of topFS files
- Set security level
- Get the directory of this repository
- Get mirror rp
- Setup the repository
- Convert an object to a string
- Parse a location
- Generate a time from a string
- Generate rdiff pairs
- Detect the win32 ACLs on the given directory
- Remove file from repos
- Get diffs
- Get diffs for diffs
- Verify a mirror repository
- Parse command line options
- Write the ACL to the given rp
- Detect the case sensitive file system under rp
- Determine whether to test EAS
- Determine if the repo needs to be regressor
- Collate multiple iterators
rdiff-backup Key Features
rdiff-backup Examples and Code Snippets
Community Discussions
Trending Discussions on rdiff-backup
QUESTION
I'm trying to make a script in bash to check if my rdiff-backup has run today, but my second if
is not working.
ANSWER
Answered 2018-Aug-03 at 17:11The problem is that your variable contains the date in addition to the exit code.
You can either get rid of the grep output with grep -q
:
QUESTION
I have this following content in a file named "/rsync/include.txt"
...ANSWER
Answered 2018-Jun-27 at 08:29The easiest way to see if your filter rules do what you want, is to use -vv
(increase verbosity twice) in combination with -n
(dry-run).
With double verbosity you will see which pattern caused which file to be ignored.
You may grep
the output to only see the relevant parts.
Example
QUESTION
I want to run a command, write the process id instantly to a file when the command started and afterwards get the exit status of the command. This means, while the process id has to be written instantly, I want the exit status only when the initial command has finished.
The following statement will unfortunately run the command, write the process id instantly but it won't wait for the command to be finished. Furthermore I will only get the exit status of the echo command, not of the initial command
command in my case is rdiff-backup.
How do I need to modify the statement?
...ANSWER
Answered 2017-Feb-01 at 19:56You need to wait
on the background process to get its exit status:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rdiff-backup
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page